diff options
Diffstat (limited to 'rootdir')
-rwxr-xr-x | rootdir/init.qcom.rc | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/rootdir/init.qcom.rc b/rootdir/init.qcom.rc index e2ad207..af0e279 100755 --- a/rootdir/init.qcom.rc +++ b/rootdir/init.qcom.rc @@ -142,7 +142,7 @@ on boot #added touch gesture wake node permission chown system system /sys/devices/virtual/touch/tp_dev/gesture_on chmod 0660 /sys/devices/virtual/touch/tp_dev/gesture_on - + # USB chown system system /sys/module/dwc3/parameters/usb30_disabled chmod 0660 /sys/module/dwc3/parameters/usb30_disabled @@ -1300,9 +1300,3 @@ service seemp_healthd /system/vendor/bin/seemp_healthd class late_start user system group system - -#IFAA service -service ifaad /system/bin/ifaad - class late_start - user system - group system |