diff options
-rwxr-xr-x | rootdir/etc/init.qcom.rc | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index 1b9677f..5c4b4fb 100755 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -206,20 +206,29 @@ on boot chmod 660 /sys/class/leds/red/brightness chmod 660 /sys/class/leds/green/brightness chmod 660 /sys/class/leds/blue/brightness + chmod 660 /sys/class/leds/red/ramp_step_ms chmod 660 /sys/class/leds/green/ramp_step_ms chmod 660 /sys/class/leds/blue/ramp_step_ms + chmod 660 /sys/class/leds/red/duty_pcts chmod 660 /sys/class/leds/green/duty_pcts chmod 660 /sys/class/leds/blue/duty_pcts + chmod 660 /sys/class/leds/red/start_idx chmod 660 /sys/class/leds/green/start_idx chmod 660 /sys/class/leds/blue/start_idx - chmod 660 /sys/class/leds/rgb/rgb_blink + chmod 660 /sys/class/leds/blue/lut_flags chmod 660 /sys/class/leds/red/lut_flags chmod 660 /sys/class/leds/green/lut_flags + chmod 660 /sys/class/leds/blue/pause_lo + chmod 660 /sys/class/leds/red/pause_lo + chmod 660 /sys/class/leds/green/pause_lo + + chmod 660 /sys/class/leds/rgb/rgb_blink + chown bluetooth bluetooth /sys/module/bluetooth_power/parameters/power chown bluetooth net_bt /sys/class/rfkill/rfkill0/type chown bluetooth net_bt /sys/class/rfkill/rfkill0/state |