diff options
author | sbrissen <sbrissen@hotmail.com> | 2014-06-26 12:07:31 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2014-06-26 12:07:31 +0000 |
commit | 7cb91744dd6af0757c5ead7a4738c2f61c141779 (patch) | |
tree | c75ac118e5da6c6903709fbc62d219104ee1c1ab /rootdir | |
parent | 933601e2061c809d52eab515ee2d348ef07224db (diff) | |
parent | 02f547645f2b2d2d8172862193f2c473dce1258d (diff) | |
download | device_samsung_smdk4412-common-7cb91744dd6af0757c5ead7a4738c2f61c141779.zip device_samsung_smdk4412-common-7cb91744dd6af0757c5ead7a4738c2f61c141779.tar.gz device_samsung_smdk4412-common-7cb91744dd6af0757c5ead7a4738c2f61c141779.tar.bz2 |
Merge "smdk4412-common: cypresstouchkey permissions for keydisabler" into cm-11.0
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index aa6e570..1c1515e 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -129,6 +129,8 @@ on post-fs-data chown system system /sys/class/sec/sec_touchkey/timeout chmod 0660 /sys/class/sec/sec_touchkey/force_disable chown system system /sys/class/sec/sec_touchkey/force_disable + chmod 0660 /sys/class/sec/sec_touchkey/keypad_enable + chown system system /sys/class/sec/sec_touchkey/keypad_enable # S-Pen chown system system /sys/class/sec/sec_epen/epen_saving_mode |