4 lines
95 B
Bash
4 lines
95 B
Bash
#!/bin/sh
|
|
|
|
# set usb properties
|
|
echo 4 > /sys/devices/platform/android_usb/usb_function_switch
|