summaryrefslogtreecommitdiffstats
path: root/install/usb-auto
diff options
context:
space:
mode:
Diffstat (limited to 'install/usb-auto')
-rw-r--r--install/usb-auto17
1 files changed, 17 insertions, 0 deletions
diff --git a/install/usb-auto b/install/usb-auto
new file mode 100644
index 0000000..33932a2
--- /dev/null
+++ b/install/usb-auto
@@ -0,0 +1,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
+}