summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2008-11-03 12:47:53 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commit5389c94e1bed0d0244987e7c07fc1fabedefa2db (patch)
tree34824110eb9a6cb7cbbcd7ca3e79d78597d2f522
parent50e6b5763910111c3b90694adfb774e279d2ac6f (diff)
downloadmodule-init-tools-5389c94e1bed0d0244987e7c07fc1fabedefa2db.zip
module-init-tools-5389c94e1bed0d0244987e7c07fc1fabedefa2db.tar.gz
- fix ignoring
Changed files: module-init-tools-usb -> 1.2
-rw-r--r--module-init-tools-usb4
1 files changed, 2 insertions, 2 deletions
diff --git a/module-init-tools-usb b/module-init-tools-usb
index 29cf1be..35780f7 100644
--- a/module-init-tools-usb
+++ b/module-init-tools-usb
@@ -1,3 +1,3 @@
# kernel warns: ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
-install uhci_hcd /sbin/modprobe --ignore-install ehci_hcd; /sbin/modprobe --ignore-install uhci_hcd
-install ohci_hcd /sbin/modprobe --ignore-install ehci_hcd; /sbin/modprobe --ignore-install ohci_hcd
+install uhci_hcd /sbin/modprobe ehci_hcd; /sbin/modprobe --ignore-install uhci_hcd
+install ohci_hcd /sbin/modprobe ehci_hcd; /sbin/modprobe --ignore-install ohci_hcd