Add command for enable USB adb

This commit is contained in:
HuangXin 2018-07-19 17:10:15 +08:00
parent c87c257246
commit 7e3939b5ca
1 changed files with 7 additions and 0 deletions

View File

@ -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