diff options
| author | Steve Pfetsch <spfetsch@google.com> | 2018-06-26 12:07:14 -0700 |
|---|---|---|
| committer | Steve Pfetsch <spfetsch@google.com> | 2018-06-27 15:59:45 +0000 |
| commit | 3f84ff8e66b3d7f43771fc9495c818cd0e96db31 (patch) | |
| tree | a9f6f33b7f560a52d2066e18961d98db33754297 /crosshatch | |
| parent | 6018cf49e7fa8a8fc419ac29971773b223345c5c (diff) | |
crosshatch: move touch sysfs nodes to system group
Change group to allow dumpstate to capture touch snapshots,
enabling diagnosis of bad touch sensors from bugreports.
Bug: 110815748
Change-Id: I41dd97c15767d656cbb437d491b07451adc8604a
Signed-off-by: Steve Pfetsch <spfetsch@google.com>
Diffstat (limited to 'crosshatch')
| -rw-r--r-- | crosshatch/init.crosshatch.rc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/crosshatch/init.crosshatch.rc b/crosshatch/init.crosshatch.rc index 6eb6eeb..c9e9c8b 100644 --- a/crosshatch/init.crosshatch.rc +++ b/crosshatch/init.crosshatch.rc @@ -22,3 +22,6 @@ on init on late-init && property:ro.boot.hardware.revision=EVT1.0 setprop vendor.thermal.hw_mode "-evt" write /sys/devices/virtual/thermal/tz-by-name/quiet-therm-adc/mode enabled + +on property:vendor.all.modules.ready=1 + chown system system /sys/devices/virtual/sec/tsp/cmd |
