2022-02-19 01:22:12 +01:00
|
|
|
# Camera
|
|
|
|
type vendor_persist_camera_file, file_type, vendor_persist_type;
|
|
|
|
|
2022-09-07 22:22:01 -06:00
|
|
|
# charge_only_mode
|
|
|
|
type chargeonly_data_file, file_type, data_file_type;
|
|
|
|
type persist_chargeonly_file, file_type, data_file_type;
|
|
|
|
|
2022-02-19 01:22:12 +01:00
|
|
|
# Cutback
|
|
|
|
type cutback_data_file, file_type, data_file_type;
|
|
|
|
type cutback_socket, file_type;
|
|
|
|
|
|
|
|
# Fingerprint
|
|
|
|
type vendor_persist_fps_file, file_type, vendor_persist_type;
|
|
|
|
|
|
|
|
# Input Devices
|
|
|
|
type vendor_sysfs_input, sysfs_type, fs_type;
|
|
|
|
|
|
|
|
# Motorola
|
|
|
|
type proc_moto_boot, proc_type, fs_type;
|
|
|
|
type vendor_motobox_exec, exec_type, vendor_file_type, file_type;
|
|
|
|
type vendor_proc_hw, proc_type, fs_type;
|
|
|
|
|
|
|
|
# Partitions
|
|
|
|
type fsg_file, file_type, contextmount_type, vendor_file_type;
|
|
|
|
|
|
|
|
# Power
|
|
|
|
type proc_sched_lib_mask_cpuinfo, proc_type, fs_type;
|
2022-02-20 17:19:44 +01:00
|
|
|
type vendor_sysfs_dt2w, fs_type, sysfs_type;
|
2022-02-19 01:22:12 +01:00
|
|
|
|
2022-08-11 18:30:15 +02:00
|
|
|
# SKU version
|
|
|
|
type vendor_sysfs_sku_version, fs_type, sysfs_type;
|
|
|
|
|
2022-02-19 01:22:12 +01:00
|
|
|
# Touchscreen
|
|
|
|
type vendor_sysfs_touchpanel, fs_type, sysfs_type;
|
2022-08-11 18:47:54 +02:00
|
|
|
|
|
|
|
# V4L2 Name
|
|
|
|
type vendor_sysfs_v4l2_name, fs_type, sysfs_type;
|
2022-08-27 06:53:41 -06:00
|
|
|
|
|
|
|
# Vibrator
|
|
|
|
type vendor_sysfs_vibrator, fs_type, sysfs_type;
|