Merge "gs101: support touch sensitivity mode switching" into sc-dev

This commit is contained in:
TreeHugger Robot 2021-03-15 12:03:05 +00:00 committed by Android (Google) Code Review
commit 0e5702d3c5

View file

@ -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