diff options
| author | Alex Tsanis <alextsanisbadlorg@gmail.com> | 2017-06-22 20:47:02 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit2@aicp-server-3> | 2017-06-22 20:47:02 +0000 |
| commit | 7a92d99dbf8486501c128b9a429ac54825384bc9 (patch) | |
| tree | d047c9829ccc2fae8fe53a5700c8d99374567855 | |
| parent | ef46262f55f66aafbb8a0acdf9f3c1c88a200e93 (diff) | |
| parent | 3a7d89ad3d5bf2217e6b991a29b24dce022f1bd9 (diff) | |
Merge "galaxys2-common: Enable touchkeys stock behavior" into n7.1n7.1
| -rw-r--r-- | rootdir/init.smdk4210.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rootdir/init.smdk4210.rc b/rootdir/init.smdk4210.rc index e49c680..baab107 100644 --- a/rootdir/init.smdk4210.rc +++ b/rootdir/init.smdk4210.rc @@ -306,6 +306,9 @@ on post-fs-data # for device encryption setprop vold.post_fs_data_done 1 +# Touchkeys + write /sys/devices/virtual/sec/sec_touchkey/touchkey_led_on_keypress 1 + on boot mount debugfs /sys/kernel/debug /sys/kernel/debug setprop wifi.interface wlan0 |
