summaryrefslogtreecommitdiffstats
path: root/hooks/usb
blob: 1a91fe202feada8bc8fce4482ea73de252eb21fb (plain)
1
2
3
4
5
6
7
8
# vim: set ft=sh:
run_hook ()
{
    #allow 'usbdelay' on the kernel param line
    msg -n "waiting for usb to settle..."
    /bin/sleep ${usbdelay:-5}
    msg "done."
}