Merge "init: modify touch offload permission for twoshay" into main

This commit is contained in:
Mark Chang 2024-01-16 05:13:21 +00:00 committed by Android (Google) Code Review
commit 16f2c77760
3 changed files with 6 additions and 0 deletions

View file

@ -58,4 +58,6 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
# Start the twoshay touch service
on property:sys.boot_completed=1
chown system input /dev/touch_offload
chmod 660 /dev/touch_offload
start twoshay

View file

@ -62,4 +62,6 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
# Start the twoshay touch service
on property:sys.boot_completed=1
chown system input /dev/touch_offload
chmod 660 /dev/touch_offload
start twoshay

View file

@ -58,4 +58,6 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
# Start the twoshay touch service
on property:sys.boot_completed=1
chown system input /dev/touch_offload
chmod 660 /dev/touch_offload
start twoshay