aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/preboot/files/etc/init.d/usbnet
blob: e6c7f4e4129e2e230d0cb523b557d467b2a04e60 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh

# usb gadget configuration:
# there already different configurations on the palm pre defined, we choose nr 5
# cause it provides the usbnet, novacom and storage gadget
if [ -e /sys/class/usb_gadget/config_num ]; then
        echo 5 > /sys/class/usb_gadget/config_num
fi