Merge "odpm: support 2 random mappings to iio device" into 24D1-dev am: 0911054efe
Original change: https://googleplex-android-review.googlesource.com/c/device/google/caimito/+/27170040 Change-Id: Ia21f22397a8a02468646294f52bb4e3deeb12ac2 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
cdbf2e583d
3 changed files with 6 additions and 0 deletions
|
@ -62,8 +62,10 @@ 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
|
||||
|
|
|
@ -66,8 +66,10 @@ 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
|
||||
|
|
|
@ -58,8 +58,10 @@ 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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue