Merge "odpm: correct device index of s2mpg15 for ZumaPro" into 24D1-dev

This commit is contained in:
Treehugger Robot 2024-04-09 09:35:54 +00:00 committed by Android (Google) Code Review
commit 04ea4961fa
3 changed files with 6 additions and 6 deletions

View file

@ -62,9 +62,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
# ODPM
on early-boot && property:ro.boot.hardware.sku=GEC77
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
on early-boot && property:ro.boot.hardware.sku=GWVK6
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
# Start the twoshay touch service
on property:sys.boot_completed=1

View file

@ -66,9 +66,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
# ODPM
on early-boot && property:ro.boot.hardware.sku=GZC4K
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
on early-boot && property:ro.boot.hardware.sku=GQ57S
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
# Start the twoshay touch service
on property:sys.boot_completed=1

View file

@ -58,9 +58,9 @@ on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_complet
# ODPM
on early-boot && property:ro.boot.hardware.sku=GUR25
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
on early-boot && property:ro.boot.hardware.sku=G1B60
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
write /sys/bus/iio/devices/iio:device1/enabled_rails "CH11=BUCK12S"
# Start the twoshay touch service
on property:sys.boot_completed=1