Revert "eqs: enable dt2w via power hal"

This reverts commit 633a29a1f2.
This commit is contained in:
Cosmin Tanislav
2023-01-14 03:20:39 +02:00
parent 616fd9ae2b
commit 9f069699b7
2 changed files with 1 additions and 9 deletions

View File

@@ -53,11 +53,6 @@ endif
BOARD_MOT_DP_GROUP_SIZE := 11806965760 # ( BOARD_SUPER_PARTITION_SIZE - 4MB ) BOARD_MOT_DP_GROUP_SIZE := 11806965760 # ( BOARD_SUPER_PARTITION_SIZE - 4MB )
BOARD_SUPER_PARTITION_SIZE := 11811160064 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 # Properties
TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop TARGET_PRODUCT_PROP += $(DEVICE_PATH)/product.prop
TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop

View File

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