summaryrefslogtreecommitdiffstats
path: root/base/module-init-tools/usb.conf
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-06-22 12:59:16 +0200
committertnut <thierryn1 at hispeed dot ch>2010-06-22 12:59:16 +0200
commit50b53c3ed8037141349cbfdb13500277d6111bb0 (patch)
tree2f38b4cad50289780a0435c4dcf16a2422066ed8 /base/module-init-tools/usb.conf
parent2a7aab881252571c9e53870df655b6f048bb3ad6 (diff)
downloadnutyx-extra-50b53c3ed8037141349cbfdb13500277d6111bb0.tar.gz
nutyx-extra-50b53c3ed8037141349cbfdb13500277d6111bb0.tar.bz2
nutyx-extra-50b53c3ed8037141349cbfdb13500277d6111bb0.tar.xz
nutyx-extra-50b53c3ed8037141349cbfdb13500277d6111bb0.zip
maj module-init-tools#3.12-1
Diffstat (limited to 'base/module-init-tools/usb.conf')
-rw-r--r--base/module-init-tools/usb.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/base/module-init-tools/usb.conf b/base/module-init-tools/usb.conf
new file mode 100644
index 000000000..0d597e12a
--- /dev/null
+++ b/base/module-init-tools/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