Yen-Chao Chen | 643719c | 2023-12-26 14:31:49 +0800 | [diff] [blame] | 1 | on property:sys.boot_completed=1 |
Wendly Li | 90f0d9b | 2023-04-25 18:10:12 +0000 | [diff] [blame] | 2 | # Sysfs |
| 3 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/force_active |
| 4 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/fw_ver |
Steve Pfetsch | d2e98ea | 2023-09-18 16:47:04 -0700 | [diff] [blame] | 5 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/interactive_calibrate |
| 6 | chmod 666 /sys/devices/virtual/goog_touch_interface/gti.1/interactive_calibrate |
Wendly Li | 90f0d9b | 2023-04-25 18:10:12 +0000 | [diff] [blame] | 7 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/panel_id |
| 8 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/offload_id |
| 9 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ms_base |
| 10 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ms_diff |
| 11 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ms_raw |
| 12 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/self_test |
| 13 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ss_base |
| 14 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ss_diff |
| 15 | chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ss_raw |
| 16 | |
| 17 | # Procfs |
| 18 | chown system system /proc/goog_touch_interface |
| 19 | chown system system /proc/goog_touch_interface/gti.1 |
Super Liu | e4ff073 | 2023-06-27 06:08:01 +0000 | [diff] [blame] | 20 | chown system system /proc/goog_touch_interface/gti.1/dump |
Wendly Li | 90f0d9b | 2023-04-25 18:10:12 +0000 | [diff] [blame] | 21 | chown system system /proc/goog_touch_interface/gti.1/ms_base |
| 22 | chown system system /proc/goog_touch_interface/gti.1/ms_diff |
| 23 | chown system system /proc/goog_touch_interface/gti.1/ms_raw |
| 24 | chown system system /proc/goog_touch_interface/gti.1/ss_base |
| 25 | chown system system /proc/goog_touch_interface/gti.1/ss_diff |
| 26 | chown system system /proc/goog_touch_interface/gti.1/ss_raw |
Super Liu | 28754e3 | 2024-03-26 00:50:43 +0000 | [diff] [blame] | 27 | |
| 28 | on property:vendor.touch.gti1.ical=* |
| 29 | setprop vendor.touch.gti1.ical.state init |
| 30 | start touch_gti1_ical |
| 31 | wait_for_prop vendor.touch.gti1.ical.state done |
| 32 | |
| 33 | service touch_gti1_ical /vendor/bin/touch_gti_ical 1 ${vendor.touch.gti1.ical} |
| 34 | class main |
| 35 | user system |
| 36 | group system shell |
| 37 | disabled |
| 38 | oneshot |