mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 07:50:47 +00:00
This CL rebases wahoo HAL based on the kernel change to update sysfs interface. https://partner-android-review.googlesource.com/#/c/836088/ Bug: 62272992 Test: Verify USB dialog on wahoo Change-Id: I8bc8f494176c7648abeb9783fbd18dc837793bda
13 lines
438 B
Plaintext
13 lines
438 B
Plaintext
service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo
|
|
class hal
|
|
user system
|
|
group system
|
|
|
|
on boot
|
|
chown root system /sys/class/typec/port0/power_role
|
|
chown root system /sys/class/typec/port0/data_role
|
|
chown root system /sys/class/typec/port0/port_type
|
|
chmod 664 /sys/class/typec/port0/power_role
|
|
chmod 664 /sys/class/typec/port0/data_role
|
|
chmod 664 /sys/class/typec/port0/port_type
|