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, 0 insertions, 17 deletions
diff --git a/install/usb-auto b/install/usb-auto
deleted file mode 100644
index 33932a2..0000000
--- a/install/usb-auto
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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
-}