summaryrefslogtreecommitdiffstats
path: root/install/usb-auto
blob: 33932a2c195a121e3d0756f8fd61fdb07e2c24fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# vim: set ft=sh:

install ()
{
    MODULES=" $(auto_modules "/usb/") usb_storage usbhid"
    BINARIES=""
    FILES=""
    SCRIPT="usb"
}

help ()
{
cat<<HELPEOF
  This hook loads the necessary modules for an usb root device.
  Detection will take place at runtime.
HELPEOF
}