sm8450-common: 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
parent ba52d222b7
commit 7004d0df09
4 changed files with 17 additions and 0 deletions

View File

@@ -103,6 +103,12 @@ on boot
chmod 0664 /sys/class/touch/touch_dev/abnormal_event
chown system system /sys/class/touch/touch_dev/abnormal_event
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
service touch_report /vendor/bin/touch_report
class hal
user system