diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-06-22 12:59:16 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-06-22 12:59:16 +0200 |
commit | 50b53c3ed8037141349cbfdb13500277d6111bb0 (patch) | |
tree | 2f38b4cad50289780a0435c4dcf16a2422066ed8 /base/module-init-tools/usb.conf | |
parent | 2a7aab881252571c9e53870df655b6f048bb3ad6 (diff) | |
download | nutyx-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.conf | 6 |
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 |