kunlun2: Update tap to wake node
Signed-off-by: SamarV-121 <samarvispute121@gmail.com>
This commit is contained in:
parent
d5cc7b6ce3
commit
9fb2f8e0b8
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ BOARD_HAS_QCA_FM_SOC := "cherokee"
|
||||||
DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml
|
DEVICE_FRAMEWORK_MANIFEST_FILE := $(DEVICE_PATH)/framework_manifest.xml
|
||||||
|
|
||||||
# Power
|
# Power
|
||||||
TARGET_TAP_TO_WAKE_NODE := "/proc/touchpanel/double_tap_enable"
|
TARGET_TAP_TO_WAKE_NODE := "/sys/class/touch/tp_dev/gesture_on"
|
||||||
TARGET_USES_INTERACTION_BOOST := true
|
TARGET_USES_INTERACTION_BOOST := true
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
|
|
|
@ -20,8 +20,8 @@ on property:sys.boot_completed=1
|
||||||
|
|
||||||
on boot
|
on boot
|
||||||
# Touchscreen
|
# Touchscreen
|
||||||
chown system system /proc/touchpanel/double_tap_enable
|
chown system system /sys/class/touch/tp_dev/gesture_on
|
||||||
chown 0660 /proc/touchpanel/double_tap_enable
|
chown 0660 /sys/class/touch/tp_dev/gesture_on
|
||||||
|
|
||||||
service cvphalservice /system/bin/true
|
service cvphalservice /system/bin/true
|
||||||
disabled
|
disabled
|
||||||
|
|
Loading…
Reference in a new issue