sdm660: init.qcom.rc: add wakelock and BLOCK_SUSPEND to vendor.sensors
add wakelock group and BLOCK_SuSPEND capabilities to vendor.sensors to acess wake-lock sysfs nodes Change-Id: I193836d097f15f5bfbe1645909ae70f3f870f972
This commit is contained in:
parent
ffbcf557f2
commit
1bde0c0aec
1 changed files with 2 additions and 2 deletions
|
@ -640,8 +640,8 @@ service vendor.dataqti /system/vendor/bin/qti
|
|||
service vendor.sensors /vendor/bin/sscrpcd sensorspd
|
||||
class early_hal
|
||||
user system
|
||||
group system
|
||||
disabled
|
||||
group system wakelock
|
||||
capabilities BLOCK_SUSPEND
|
||||
|
||||
service vendor.sensors.qti /vendor/bin/sensors.qti
|
||||
class main
|
||||
|
|
Loading…
Reference in a new issue