diff options
author | Arve Hjønnevåg <arve@android.com> | 2011-06-29 18:48:12 -0700 |
---|---|---|
committer | Arve Hjønnevåg <arve@android.com> | 2011-06-30 16:20:41 -0700 |
commit | ef4c750879e775330790c6cb831d11cd5b6e0911 (patch) | |
tree | bf7c08cd81643733c48c42dd398ff56cfa644e29 /init.tuna.rc | |
parent | 86d9a27584c89fcd7b02ff77bbea4befd49bcbff (diff) | |
download | device_samsung_tuna-ef4c750879e775330790c6cb831d11cd5b6e0911.tar.gz device_samsung_tuna-ef4c750879e775330790c6cb831d11cd5b6e0911.tar.bz2 device_samsung_tuna-ef4c750879e775330790c6cb831d11cd5b6e0911.zip |
Add light module for backlight
Copied from crespo
Change-Id: I75956a352472b4503e85058570255fd651ac3795
Diffstat (limited to 'init.tuna.rc')
-rw-r--r-- | init.tuna.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init.tuna.rc b/init.tuna.rc index c6ab6be..e39fb58 100644 --- a/init.tuna.rc +++ b/init.tuna.rc @@ -51,6 +51,9 @@ on fs chown bluetooth bluetooth /sys/class/rfkill/rfkill0/state chown bluetooth bluetooth /sys/class/rfkill/rfkill0/type +# backlight + chown system system /sys/class/backlight/s6e8aa0/brightness + # for GPS chown root system /sys/class/sec/gps/GPS_PWR_EN/value chmod 0660 /sys/class/sec/gps/GPS_PWR_EN/value |