summaryrefslogtreecommitdiffstats
path: root/kmod/usb.conf
diff options
context:
space:
mode:
Diffstat (limited to 'kmod/usb.conf')
-rw-r--r--kmod/usb.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/kmod/usb.conf b/kmod/usb.conf
new file mode 100644
index 000000000..0d597e12a
--- /dev/null
+++ b/kmod/usb.conf
@@ -0,0 +1,6 @@
+# Begin /etc/modprobe.d/usb.conf
+
+install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i ohci_hcd ; true
+install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe -i uhci_hcd ; true
+
+# End /etc/modprobe.d/usb.conf