diff options
author | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-08-10 17:17:07 +0200 |
---|---|---|
committer | Daniel Hillenbrand <codeworkx@cyanogenmod.org> | 2013-08-10 17:17:07 +0200 |
commit | 2bc3f26d3c39cd5012e6cf2f9059c33c1789a539 (patch) | |
tree | 0066ca24bcc0234a71c43c206ea862fd90cb74ce | |
parent | 3ee10d530e7f75464eb22f992b527629490cddb7 (diff) | |
download | device_samsung_i9300-2bc3f26d3c39cd5012e6cf2f9059c33c1789a539.zip device_samsung_i9300-2bc3f26d3c39cd5012e6cf2f9059c33c1789a539.tar.gz device_samsung_i9300-2bc3f26d3c39cd5012e6cf2f9059c33c1789a539.tar.bz2 |
i9300: rename sysfs node for pwm level
Change-Id: I0683c56cfa4f019a4997bd256267c3cd9860ef7b
-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 |