mirror of
https://github.com/Evolution-X-Devices/device_google_wahoo
synced 2026-02-01 03:40:35 +00:00
This allows USB HAL to write USB sysfs nodes. Bug: 38352281 Change-Id: Iaf8f1bad1a0394e553996b7a42bc34745b769b16
13 lines
441 B
Plaintext
13 lines
441 B
Plaintext
service usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo
|
|
class hal
|
|
user root
|
|
group root 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
|