diff options
author | Arian <arian.kulmer@web.de> | 2019-08-18 21:12:58 +0200 |
---|---|---|
committer | Arian <arian.kulmer@web.de> | 2019-10-25 22:16:14 +0200 |
commit | 6b98aee754d09565a3b6941da6afabb2a01b7af8 (patch) | |
tree | 993b799151c4be503cbcd2bfb89af9a4abf419ab | |
parent | 2a4b34095f901398c3d3f586376e12cfc78239e7 (diff) |
Revert "shinano: fix led light permissions"
This reverts commit 7c6eeb92c503a0da01d48ce3b61fa689e16ba390.
-rw-r--r-- | rootdir/etc/init.qcom.rc | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/rootdir/etc/init.qcom.rc b/rootdir/etc/init.qcom.rc index aada2b8..464072d 100644 --- a/rootdir/etc/init.qcom.rc +++ b/rootdir/etc/init.qcom.rc @@ -296,25 +296,6 @@ on post-fs-data mkdir /data/misc/bluetooth 0770 bluetooth bluetooth - # led RGB - chown system system /sys/class/leds/rgb/sync_state - chown system system /sys/class/leds/rgb/start_blink - chown system system /sys/class/leds/led:rgb_red/brightness - chown system system /sys/class/leds/led:rgb_red/lut_pwm - chown system system /sys/class/leds/led:rgb_red/step_duration - chown system system /sys/class/leds/led:rgb_red/pause_lo_multi - chown system system /sys/class/leds/led:rgb_red/pause_hi_multi - chown system system /sys/class/leds/led:rgb_green/brightness - chown system system /sys/class/leds/led:rgb_green/lut_pwm - chown system system /sys/class/leds/led:rgb_green/step_duration - chown system system /sys/class/leds/led:rgb_green/pause_lo_multi - chown system system /sys/class/leds/led:rgb_green/pause_hi_multi - chown system system /sys/class/leds/led:rgb_blue/brightness - chown system system /sys/class/leds/led:rgb_blue/lut_pwm - chown system system /sys/class/leds/led:rgb_blue/step_duration - chown system system /sys/class/leds/led:rgb_blue/pause_lo_multi - chown system system /sys/class/leds/led:rgb_blue/pause_hi_multi - mkdir /data/tombstones 0755 system system mkdir /data/tombstones/vendor 0755 system system mkdir /data/pc 0700 radio radio |