diff options
-rw-r--r-- | BoardConfigCommon.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index 294601c..2c0bad7 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -126,7 +126,7 @@ SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000 TARGET_ENABLE_MEDIADRM_64 := true # DT2W -TARGET_TAP_TO_WAKE_NODE := "/proc/wake_node" +TARGET_TAP_TO_WAKE_NODE := "/sys/touchpanel/double_tap" # Enable dexpreopt to speed boot time ifeq ($(HOST_OS),linux) |