Skip to content

Commit

Permalink
vince: Update DT2W node for 4.9
Browse files Browse the repository at this point in the history
its use event2 now
  • Loading branch information
ramabondanp committed Feb 9, 2019
1 parent 8217cb8 commit dd1d6c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BoardConfig.mk
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ TARGET_PER_MGR_ENABLED := true

# Power
TARGET_HAS_NO_WLAN_STATS := true
TARGET_TAP_TO_WAKE_NODE := "/dev/input/event1"
TARGET_TAP_TO_WAKE_NODE := "/dev/input/event2"
TARGET_USES_INTERACTION_BOOST := true

# Qualcomm
Expand Down
2 changes: 1 addition & 1 deletion rootdir/etc/init.vince.rc
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ on boot
chmod 0660 /sys/devices/platform/soc/soc:fpc1020/fingerdown_wait

# For generic DT2W
chown system input /dev/input/event1
chown system input /dev/input/event2

on property:sys.fp.vendor=goodix
setprop ro.boot.fpsensor goodix
Expand Down

0 comments on commit dd1d6c2

Please sign in to comment.