Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Verified Commit 266de09d authored by Manu Suresh's avatar Manu Suresh
Browse files

Revert "FP6: Chown double tap node at boot stage"

This reverts commit 4d591aa0.
parent 135c4b4e
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -165,6 +165,12 @@ on post-fs-data
    chown system system /sys/class/leds/aw_vibrator/activate_mode
    chown system system /sys/class/leds/aw_vibrator/gain

# add tap-to-wake
    wait /sys/devices/platform/soc/ac0000.qcom,qupv3_0_geni_se/a80000.spi/spi_master/spi0/spi0.0/gesture_wakeup 20
    chown system system /sys/devices/platform/soc/ac0000.qcom,qupv3_0_geni_se/a80000.spi/spi_master/spi0/spi0.0/gesture_wakeup
    chmod 0660 /sys/devices/platform/soc/ac0000.qcom,qupv3_0_geni_se/a80000.spi/spi_master/spi0/spi0.0/gesture_wakeup
# add tap-to-wake


on early-boot
    verity_update_state
@@ -206,12 +212,6 @@ on boot
    chown system system /sys/module/qcom_dload_mode/parameters/download_mode
    chmod 0660 /sys/module/qcom_dload_mode/parameters/download_mode

# add tap-to-wake
    wait /sys/devices/platform/soc/ac0000.qcom,qupv3_0_geni_se/a80000.spi/spi_master/spi0/spi0.0/gesture_wakeup 20
    chown system system /sys/devices/platform/soc/ac0000.qcom,qupv3_0_geni_se/a80000.spi/spi_master/spi0/spi0.0/gesture_wakeup
    chmod 0660 /sys/devices/platform/soc/ac0000.qcom,qupv3_0_geni_se/a80000.spi/spi_master/spi0/spi0.0/gesture_wakeup
# add tap-to-wake

#Begin added by juting.huang for cameraalgoservice
on post-fs-data
    mkdir /data/vendor/camera_dump 0777 system system