Merge changes from topic "ct3_twoshay" into main
* changes: init: modify touch offload permission for twoshay init: start twoshay on boot.
This commit is contained in:
commit
2723b5850b
1 changed files with 7 additions and 0 deletions
|
@ -116,3 +116,10 @@ on fs
|
|||
on init
|
||||
setprop ro.hardware.fingerprint "fpc"
|
||||
|
||||
# Start the twoshay touch service
|
||||
on property:sys.boot_completed=1
|
||||
chown system input /dev/touch_offload
|
||||
chown system input /dev/touch_offload_outer
|
||||
chmod 660 /dev/touch_offload
|
||||
chmod 660 /dev/touch_offload_outer
|
||||
start twoshay
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue