aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoraudahadi <wan.audahadi@gmail.com>2016-11-18 00:36:16 +0800
committeraudahadi <wan.audahadi@gmail.com>2016-11-18 00:36:16 +0800
commit2fa441dbef215a32ab6ce4c36cad719b12036b5b (patch)
tree8b12128dbe398c755942b6b32dad6459c9804a0c
parent759a00871249fe931e27a0483ed2967020efc205 (diff)
add tap to wake node
-rw-r--r--BoardConfig.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index e61075a..e198fbd 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -35,6 +35,9 @@ TARGET_SYSTEM_PROP += $(DEVICE_PATH)/system.prop
TARGET_INIT_VENDOR_LIB := libinit_z010d
TARGET_RECOVERY_DEVICE_MODULES := libinit_z010d
+# Tap-to-Wake
+TARGET_TAP_TO_WAKE_NODE := "/sys/bus/i2c/devices/5-0038/dclick_mode"
+
#Enable SW based full disk encryption
TARGET_SWV8_DISK_ENCRYPTION := true