1service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.wahoo
2    class hal
3    user root
4    group root system shell mtp
5    capabilities
6
7on boot
8    chown root system /sys/class/typec/port0/power_role
9    chown root system /sys/class/typec/port0/data_role
10    chown root system /sys/class/typec/port0/port_type
11    chmod 664 /sys/class/typec/port0/power_role
12    chmod 664 /sys/class/typec/port0/data_role
13    chmod 664 /sys/class/typec/port0/port_type
14