eqs: enable dt2w via power hal

This commit is contained in:
SGCMarkus
2022-10-28 21:45:08 +02:00
parent 195ede03da
commit 633a29a1f2
2 changed files with 9 additions and 1 deletions

View File

@@ -65,6 +65,11 @@ endif
BOARD_MOT_DP_GROUP_SIZE := 11806965760 # ( BOARD_SUPER_PARTITION_SIZE - 4MB )
BOARD_SUPER_PARTITION_SIZE := 11811160064
# Power
TARGET_TAP_TO_WAKE_NODE := "/sys/class/touchscreen/primary/gesture"
TARGET_TAP_TO_WAKE_NODE_ENABLE := "49"
TARGET_TAP_TO_WAKE_NODE_DISABLE := "48"
# Properties
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_VENDOR_PROP += $(DEVICE_PATH)/vendor.prop

View File

@@ -274,5 +274,8 @@
</array>
<!-- How long it takes for the HW to start illuminating after the illumination is requested. -->
<integer name="config_udfps_illumination_transition_ms">0</integer>
<integer name="config_udfps_illumination_transition_ms">32</integer>
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
</resources>