Merge "touch: Set permissions for interactive_calibration" into udc-qpr-dev am: 7b9d0c41c3 am: f86e330cf0

Original change: https://googleplex-android-review.googlesource.com/c/device/google/gs-common/+/24796555

Change-Id: I85cb16b1ac13695140c61b5466cbf87b8296420a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Steve Pfetsch 2023-09-21 22:19:06 +00:00 committed by Automerger Merge Worker
commit a0d41f482e
2 changed files with 4 additions and 0 deletions

View file

@ -2,6 +2,8 @@ on property:vendor.device.modules.ready=1
# Sysfs # Sysfs
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/force_active chown system system /sys/devices/virtual/goog_touch_interface/gti.0/force_active
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/fw_ver chown system system /sys/devices/virtual/goog_touch_interface/gti.0/fw_ver
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/interactive_calibrate
chmod 666 /sys/devices/virtual/goog_touch_interface/gti.0/interactive_calibrate
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/panel_id chown system system /sys/devices/virtual/goog_touch_interface/gti.0/panel_id
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/offload_id chown system system /sys/devices/virtual/goog_touch_interface/gti.0/offload_id
chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ms_base chown system system /sys/devices/virtual/goog_touch_interface/gti.0/ms_base

View file

@ -2,6 +2,8 @@ on property:vendor.device.modules.ready=1
# Sysfs # Sysfs
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/force_active chown system system /sys/devices/virtual/goog_touch_interface/gti.1/force_active
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/fw_ver chown system system /sys/devices/virtual/goog_touch_interface/gti.1/fw_ver
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/interactive_calibrate
chmod 666 /sys/devices/virtual/goog_touch_interface/gti.1/interactive_calibrate
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/panel_id chown system system /sys/devices/virtual/goog_touch_interface/gti.1/panel_id
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/offload_id chown system system /sys/devices/virtual/goog_touch_interface/gti.1/offload_id
chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ms_base chown system system /sys/devices/virtual/goog_touch_interface/gti.1/ms_base