mirror of
https://github.com/followmsi/android_device_asus_deb.git
synced 2024-11-06 22:06:28 +00:00
Fix white LED permission.
Bug: 9079860 Change-Id: I4e515af8999c773e94a3d2777111f2564161c0ef
This commit is contained in:
parent
b228bda251
commit
bd9baad405
1 changed files with 6 additions and 2 deletions
|
@ -195,8 +195,12 @@ on post-fs-data
|
|||
|
||||
rm /data/local/tmp/adreno_config.txt
|
||||
|
||||
# LED On/Off synchronization
|
||||
chown system system /sys/class/leds/red/device/lock
|
||||
# White LED
|
||||
chown system system /sys/class/leds/white/device/lock
|
||||
chown system system /sys/class/leds/white/brightness
|
||||
chown system system /sys/class/leds/white/device/grpfreq
|
||||
chown system system /sys/class/leds/white/device/grppwm
|
||||
chown system system /sys/class/leds/white/device/blink
|
||||
|
||||
# communicate with mpdecision and thermald
|
||||
mkdir /dev/socket/mpdecision 0770 system system
|
||||
|
|
Loading…
Reference in a new issue