2021-05-20 07:18:43 +02:00
|
|
|
service vendor.usb-hal-1-1 /vendor/bin/hw/android.hardware.usb@1.1-service.gts3l
|
2021-05-24 15:14:09 +02:00
|
|
|
interface android.hardware.usb@1.1::IUsb default
|
|
|
|
interface android.hardware.usb@1.0::IUsb default
|
2021-05-20 07:18:43 +02:00
|
|
|
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
|