diff options
author | Ed Heyl <edheyl@google.com> | 2010-09-02 20:37:11 -0700 |
---|---|---|
committer | Ed Heyl <edheyl@google.com> | 2010-09-02 20:37:11 -0700 |
commit | 2eae63c658264b16fe9ba5b0072518f16394efec (patch) | |
tree | 82a8492cda222231ad7b7bbcc1624ee8c32b4253 | |
parent | 32a5d48d0c9dc49e8f691caf1286da51bd95f157 (diff) | |
download | device_samsung_crespo-2eae63c658264b16fe9ba5b0072518f16394efec.zip device_samsung_crespo-2eae63c658264b16fe9ba5b0072518f16394efec.tar.gz device_samsung_crespo-2eae63c658264b16fe9ba5b0072518f16394efec.tar.bz2 |
S5PC11X: backlight: changed brightness permission
changed brightness owner to control the brightness
Change-Id: I85720a503ee306d95a4376a624280de9ad132487
-rwxr-xr-x | init.smdkc110.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.smdkc110.rc b/init.smdkc110.rc index 1207c4a..f328005 100755 --- a/init.smdkc110.rc +++ b/init.smdkc110.rc @@ -39,3 +39,6 @@ service wpa_supplicant /system/bin/wpa_supplicant -Dwext -ieth0 -c/data/misc/wif service dhcpcd /system/bin/dhcpcd -ABKL disabled oneshot + +# Permissions for System Server and daemons. + chown system system /sys/class/backlight/s5p_bl/brightness |