Add command for enable USB adb
This commit is contained in:
parent
c87c257246
commit
7e3939b5ca
|
@ -0,0 +1,7 @@
|
||||||
|
# Put your custom commands here that should be executed once
|
||||||
|
# the system init finished. By default this file does nothing.
|
||||||
|
|
||||||
|
# patch for enable usb adb
|
||||||
|
cat /sys/devices/platform/soc/usbc0/usb_device
|
||||||
|
|
||||||
|
exit 0
|
Loading…
Reference in New Issue