Merge "gs101: support touch sensitivity mode switching" into sc-dev
This commit is contained in:
commit
0e5702d3c5
1 changed files with 7 additions and 0 deletions
|
@ -535,6 +535,13 @@ on property:vendor.device.modules.ready=1
|
||||||
chown system system /sys/devices/virtual/sec/tsp/cmd_result
|
chown system system /sys/devices/virtual/sec/tsp/cmd_result
|
||||||
chown system system /sys/devices/virtual/sec/tsp/status
|
chown system system /sys/devices/virtual/sec/tsp/status
|
||||||
|
|
||||||
|
# Route touch_sensitivity_mode to persist
|
||||||
|
on property:debug.touch_sensitivity_mode=0
|
||||||
|
setprop persist.vendor.touch_sensitivity_mode 0
|
||||||
|
|
||||||
|
on property:debug.touch_sensitivity_mode=1
|
||||||
|
setprop persist.vendor.touch_sensitivity_mode 1
|
||||||
|
|
||||||
on property:init.svc.vendor.charger=running
|
on property:init.svc.vendor.charger=running
|
||||||
stop keymaster-4-0
|
stop keymaster-4-0
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue