display: update ssc_en permission
Bug: 316357878 Test: Dump ddic commands of "echo 1 > /sys/class/backlight/panel0-backlight/ssc_en" Change-Id: Iedbcc92562e06bc7a833a9a2884a13800f7a0d37 Signed-off-by: Cathy Hsu <cathsu@google.com>
This commit is contained in:
parent
74d002881d
commit
25ce5a9c08
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@ on init
|
|||
# eSE streset tool name
|
||||
setprop persist.vendor.se.streset libstreset24
|
||||
|
||||
# Permissions for display
|
||||
on fs
|
||||
# Permission for SSC mode enable
|
||||
chown system system /sys/class/backlight/panel0-backlight/ssc_en
|
||||
chmod 664 /sys/class/backlight/panel0-backlight/ssc_en
|
||||
|
||||
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