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

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

Change-Id: I561ea5439a9002c9c0e7496ba48cfda7ac0bbb33
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Steve Pfetsch 2023-09-21 21:23:02 +00:00 committed by Automerger Merge Worker
commit f86e330cf0
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