diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-08-10 15:23:23 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@cyanogenmod.org> | 2013-08-10 15:23:23 +0000 |
commit | a14189820ee45fdfca84a18437fb94531ed8455f (patch) | |
tree | 9715e82e8cb6ba913d135aa09a7433ac57c43879 | |
parent | 371d1e8dbb2fe0425d4c26633caf393ece74d748 (diff) | |
parent | 2bc3f26d3c39cd5012e6cf2f9059c33c1789a539 (diff) | |
download | device_samsung_i9300-a14189820ee45fdfca84a18437fb94531ed8455f.zip device_samsung_i9300-a14189820ee45fdfca84a18437fb94531ed8455f.tar.gz device_samsung_i9300-a14189820ee45fdfca84a18437fb94531ed8455f.tar.bz2 |
Merge "i9300: rename sysfs node for pwm level" into cm-10.2
-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 93f4f97..829e759 100755 --- a/rootdir/init.smdk4x12.rc +++ b/rootdir/init.smdk4x12.rc @@ -109,8 +109,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 |