2019-02-04 13:37:06 -05:00
|
|
|
# rootfs
|
2018-07-01 07:20:03 -04:00
|
|
|
type op1_file, file_type;
|
|
|
|
type op2_file, file_type;
|
2019-02-04 13:37:06 -05:00
|
|
|
|
|
|
|
# proc
|
2019-01-22 08:15:40 -05:00
|
|
|
type proc_touchpanel, fs_type, proc_type;
|
2019-02-04 13:37:06 -05:00
|
|
|
|
|
|
|
# sysfs
|
|
|
|
type sysfs_battery_supply, sysfs_type, fs_type;
|
2019-07-14 15:23:15 -04:00
|
|
|
type sysfs_fod, sysfs_type, fs_type;
|
2018-07-19 10:21:45 -04:00
|
|
|
type sysfs_fpc_proximity, sysfs_type, fs_type;
|
2019-02-03 05:54:04 -05:00
|
|
|
type sysfs_graphics, sysfs_type, fs_type;
|
2019-02-04 13:37:06 -05:00
|
|
|
type sysfs_oem, sysfs_type, fs_type;
|
|
|
|
|
|
|
|
# data
|
2019-06-17 05:31:36 -04:00
|
|
|
type display_misc_file, file_type, data_file_type, core_data_file_type;
|