Merge "odpm: replace MMWAVE rail with AUR rail for SUB6 only sku" into main
This commit is contained in:
commit
b1f48b8346
3 changed files with 18 additions and 0 deletions
|
@ -60,6 +60,12 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
|
|||
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
|
||||
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
|
||||
|
||||
# ODPM
|
||||
on early-boot && property:ro.boot.hardware.sku=GEC77
|
||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
||||
on early-boot && property:ro.boot.hardware.sku=GWVK6
|
||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
||||
|
||||
# Start the twoshay touch service
|
||||
on property:sys.boot_completed=1
|
||||
chown system input /dev/touch_offload
|
||||
|
|
|
@ -64,6 +64,12 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
|
|||
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
|
||||
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
|
||||
|
||||
# ODPM
|
||||
on early-boot && property:ro.boot.hardware.sku=GZC4K
|
||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
||||
on early-boot && property:ro.boot.hardware.sku=GQ57S
|
||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
||||
|
||||
# Start the twoshay touch service
|
||||
on property:sys.boot_completed=1
|
||||
chown system input /dev/touch_offload
|
||||
|
|
|
@ -56,6 +56,12 @@ on property:persist.vendor.touch_sensitivity_mode=0 && property:sys.boot_complet
|
|||
on property:persist.vendor.touch_sensitivity_mode=1 && property:sys.boot_completed=1
|
||||
write /sys/devices/virtual/goog_touch_interface/gti.0/screen_protector_mode_enabled 1
|
||||
|
||||
# ODPM
|
||||
on early-boot && property:ro.boot.hardware.sku=GUR25
|
||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
||||
on early-boot && property:ro.boot.hardware.sku=G1B60
|
||||
write /sys/bus/iio/devices/iio:device0/enabled_rails "CH11=BUCK12S"
|
||||
|
||||
# Start the twoshay touch service
|
||||
on property:sys.boot_completed=1
|
||||
chown system input /dev/touch_offload
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue