vermeer: Enable single_tap sensor and set permissions for touch sensors

Change-Id: I777ed71ecc5dc502182567bc7e1166605251af93
This commit is contained in:
Arian
2024-05-31 01:48:42 +02:00
committed by Lunark :3
parent 6253d19ab6
commit f2ab17bc80
6 changed files with 25 additions and 2 deletions

6
init/init.vermeer.rc Normal file
View File

@@ -0,0 +1,6 @@
on boot
chown system system /sys/class/touch/touch_dev/fod_longpress_gesture_enabled
chmod 0660 /sys/class/touch/touch_dev/fod_longpress_gesture_enabled
chown system system /sys/class/touch/touch_dev/gesture_single_tap_enabled
chmod 0660 /sys/class/touch/touch_dev/gesture_single_tap_enabled