wayne: Decleare dt2w node
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
This commit is contained in:
parent
d7d8aaeacc
commit
39445a3026
2 changed files with 6 additions and 0 deletions
|
@ -163,6 +163,9 @@ OVERRIDE_RS_DRIVER := libRSDriver_adreno.so
|
|||
VSYNC_EVENT_PHASE_OFFSET_NS := 2000000
|
||||
SF_VSYNC_EVENT_PHASE_OFFSET_NS := 6000000
|
||||
|
||||
# DT2W
|
||||
TARGET_TAP_TO_WAKE_NODE := "/proc/nvt_wake_gesture"
|
||||
|
||||
# Enable dexpreopt to speed boot time
|
||||
ifeq ($(HOST_OS),linux)
|
||||
ifneq ($(TARGET_BUILD_VARIANT),eng)
|
||||
|
|
|
@ -120,6 +120,9 @@ on boot
|
|||
chown wifi wifi /sys/module/wlan/parameters/fwpath
|
||||
setprop wlan.driver.status "ok"
|
||||
|
||||
chmod 0660 /proc/nvt_wake_gesture
|
||||
chown system system /proc/nvt_wake_gesture
|
||||
|
||||
#Peripheral manager
|
||||
service per_mgr /system/vendor/bin/pm-service
|
||||
class core
|
||||
|
|
Loading…
Reference in a new issue