Merge "gs101: support touch sensitivity mode switching" into sc-dev am: 0e5702d3c5
Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs101/+/13839238 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I8720f52f1a58cb08a6f6ae6442d43a6aedf255ad
This commit is contained in:
commit
1e701d85b1
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