diff options
| author | Mister Oyster <oysterized@gmail.com> | 2017-10-16 20:42:13 +0200 |
|---|---|---|
| committer | Mister Oyster <oysterized@gmail.com> | 2017-10-21 15:10:59 +0200 |
| commit | ac9144adb9a4fcf9e6f14eccf8844c9c59df6ec4 (patch) | |
| tree | c4f0b4a46261756b3c60355902f090c2012f45ec | |
| parent | 13f6a72e785f3f23a011cffeb8d9badb9c248c0c (diff) | |
rootdir: cleanup leds unused stuff
| -rwxr-xr-x | rootdir/init.mt6735.rc | 5 | ||||
| -rw-r--r-- | rootdir/ueventd.mt6735.rc | 15 |
2 files changed, 0 insertions, 20 deletions
diff --git a/rootdir/init.mt6735.rc b/rootdir/init.mt6735.rc index ce6720e..c993737 100755 --- a/rootdir/init.mt6735.rc +++ b/rootdir/init.mt6735.rc @@ -614,11 +614,6 @@ on boot chown root radio /sys/class/leds/lcd-backlight/div chown system system /sys/class/leds/lcd-backlight/trigger chown system system /sys/class/leds/button-backlight/trigger - chown system system /sys/class/leds/keyboard-backlight/trigger - chown system system /sys/class/leds/jogball-backlight/trigger - chown system system /sys/class/leds/red/trigger - chown system system /sys/class/leds/green/trigger - chown system system /sys/class/leds/blue/trigger # Add by Meizu BSP@YinShunQing chown system system /sys/class/leds/button-backlight/oneshot_blink diff --git a/rootdir/ueventd.mt6735.rc b/rootdir/ueventd.mt6735.rc index f432701..a877825 100644 --- a/rootdir/ueventd.mt6735.rc +++ b/rootdir/ueventd.mt6735.rc @@ -130,21 +130,6 @@ subsystem adf /dev/pvrsrvkm 0666 root root /dev/pvr_sync 0666 root root -/sys/devices/platform/leds-mt65xx/leds/green delay_on 0664 system system -/sys/devices/platform/leds-mt65xx/leds/green delay_off 0664 system system -/sys/devices/platform/leds-mt65xx/leds/red delay_on 0664 system system -/sys/devices/platform/leds-mt65xx/leds/red delay_off 0664 system system -/sys/devices/platform/leds-mt65xx/leds/blue delay_on 0664 system system -/sys/devices/platform/leds-mt65xx/leds/blue delay_off 0664 system system -/sys/devices/platform/leds-mt65xx/leds/yellow delay_on 0664 system system -/sys/devices/platform/leds-mt65xx/leds/yellow delay_off 0664 system system -/sys/devices/platform/leds-mt65xx/leds/white delay_on 0664 system system -/sys/devices/platform/leds-mt65xx/leds/white delay_off 0664 system system -/sys/devices/platform/leds-mt65xx/leds/cyan delay_on 0664 system system -/sys/devices/platform/leds-mt65xx/leds/cyan delay_off 0664 system system -/sys/devices/platform/leds-mt65xx/leds/violet delay_on 0664 system system -/sys/devices/platform/leds-mt65xx/leds/violet delay_off 0664 system system - # GPIO /dev/mtgpio 0600 radio root |
