diff options
| author | Steve Pfetsch <spfetsch@google.com> | 2018-06-27 22:15:21 +0000 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2018-06-27 22:15:21 +0000 |
| commit | 859a85e15f5e613d8154e2abfd57d03af0f40520 (patch) | |
| tree | c2ea4b293d0b9e606ca685005a566846ea421127 /crosshatch | |
| parent | a96d9ae67b06b2db055564965c36fedd9fb8f2a8 (diff) | |
| parent | b28a12395eead5260e73b9ee4b93f4e689dd265f (diff) | |
Merge changes from topic "crosshatch-touch-dumpstate" into pi-dev
* changes:
crosshatch: dumpstate: collect touch snapshots
crosshatch: move touch sysfs nodes to system group
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 8c5d300..4c8ce5a 100644 --- a/crosshatch/init.crosshatch.rc +++ b/crosshatch/init.crosshatch.rc @@ -38,3 +38,6 @@ on late-init && property:ro.boot.hardware.revision=PROTO1.2 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 |
