Display: Change permission to access ssc mode
For RadioExt to write to ssc_mode Bug: 300672364 Test: verify on sysfs node Change-Id: I8d7d32dfef2367cdb0e8b9eb387137be91ab91a4
This commit is contained in:
parent
b630997e01
commit
94d1a4a965
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ on init
|
|||
on late-init && property:ro.boot.hardware.revision=PROTO1.0
|
||||
setprop persist.vendor.se.reset.chip_en false
|
||||
|
||||
# Display permission for SSC mode
|
||||
chown system system /sys/class/backlight/panel0-backlight/ssc_mode
|
||||
chmod 664 /sys/class/backlight/panel0-backlight/ssc_mode
|
||||
|
||||
on early-boot
|
||||
# Wait for insmod_sh to finish all common modules
|
||||
wait_for_prop vendor.common.modules.ready 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue