diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-08-10 15:23:35 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-08-10 15:23:35 +0000 |
commit | fa093eae35c15aec8814566bbeda029c7003d420 (patch) | |
tree | d0c9d0cab47d10fac76a7c4ee1734253126d5e14 /rootdir | |
parent | 0b553ffd9cce36a5d427f23a35a0d18271dad560 (diff) | |
parent | efb1a57b99c7975253e6c0ff9f30bc9072c99a51 (diff) | |
download | device_samsung_n7100-fa093eae35c15aec8814566bbeda029c7003d420.zip device_samsung_n7100-fa093eae35c15aec8814566bbeda029c7003d420.tar.gz device_samsung_n7100-fa093eae35c15aec8814566bbeda029c7003d420.tar.bz2 |
Merge "n7100: rename sysfs node for pwm level" into cm-10.2
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.smdk4x12.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rootdir/init.smdk4x12.rc b/rootdir/init.smdk4x12.rc index 3e4075e..ef7a585 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -123,8 +123,8 @@ on post-fs-data # Vibrator chmod 0660 /dev/tspdrv chown root shell /dev/tspdrv - chmod 0660 /sys/vibrator/pwm_val - chown system system /sys/vibrator/pwm_val + chmod 0660 /sys/class/timed_output/vibrator/pwm_value + chown system system /sys/class/timed_output/vibrator/pwm_value # LED chmod 0660 /sys/class/sec/led/led_fade |