79c64bc007
* Needs Kernel side support * This activates kernelspace battery saver via powerhal whenever battery saver is enabled in userspace, thereby lowering power consumption at kernel-level by disabling boosts and such Signed-off-by: clarencelol <clarencekuiek@icloud.com> Change-Id: I2623503db27d7518de519bcaa3f5af6ab83879d0
23 lines
604 B
Text
23 lines
604 B
Text
type ir_dev_file, file_type;
|
|
type public_adsprpcd_file, file_type;
|
|
type sysfs_fingerprint, fs_type, sysfs_type;
|
|
type sysfs_touchpanel, fs_type, sysfs_type;
|
|
type thermal_data_file, file_type, data_file_type;
|
|
|
|
# DeviceSettings
|
|
type sysfs_fpsinfo, sysfs_type, fs_type;
|
|
type sysfs_headphonegain, sysfs_type, fs_type;
|
|
type sysfs_micgain, sysfs_type, fs_type;
|
|
type sysfs_earpiecegain, sysfs_type, fs_type;
|
|
|
|
# HVDCP
|
|
type vendor_sysfs_hvdcp, fs_type, sysfs_type;
|
|
|
|
# Kcal
|
|
type kcal_dev, sysfs_type, fs_type;
|
|
|
|
# Sockets
|
|
type audio_socket, file_type;
|
|
|
|
# Battery Saver
|
|
type sysfs_battery_saver, fs_type, sysfs_type;
|