summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordianlujitao <dianlujitao@lineageos.org>2020-02-19 20:04:50 +0800
committerMichael Bestas <mkbestas@lineageos.org>2020-04-30 00:49:34 +0300
commit74dd53289515ca8a03aca170f47b0769ccbefbed (patch)
treeb0c534acc053920cad62f69f45e0b3e4f1f1d759
parent64915010ce507ebe499c76f52ac5494ea8299856 (diff)
sdm660-common: Migrate to new dt2w node
Change-Id: Ib7f33e2463caffdf18c5590911fc593b139f160c
-rw-r--r--BoardConfigCommon.mk2
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)