summaryrefslogtreecommitdiff
path: root/recipes-support/usb-suspend-resume/files/usb-resume.sh
blob: 2584813c1545bd88caa6689df95b7007d36714e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh
echo ci_hdrc.1 > /sys/bus/platform/drivers/ci_hdrc/unbind
echo ci_hdrc.1 > /sys/bus/platform/drivers/ci_hdrc/bind
echo ci_hdrc.0 > /sys/bus/platform/drivers/ci_hdrc/unbind
echo ci_hdrc.0 > /sys/bus/platform/drivers/ci_hdrc/bind
/bin/sh -c '/bin/cat /proc/device-tree/model > \
                                   /sys/kernel/config/usb_gadget/g1/strings/0x409/product'
/bin/sh -c '/bin/cat /proc/device-tree/serial-number > \
                                   /sys/kernel/config/usb_gadget/g1/strings/0x409/serialnumber'
/bin/sh -c '/bin/echo `ls /sys/class/udc/` > \
                                    /sys/kernel/config/usb_gadget/g1/UDC'