mirror of
https://github.com/Evolution-X-Devices/device_motorola_rtwo
synced 2026-01-27 13:35:15 +00:00
eqs: enable dt2w via power hal
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user