summaryrefslogtreecommitdiffstats
path: root/source/a/udev/config/modprobe.d/usb-controller.conf.new
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/udev/config/modprobe.d/usb-controller.conf.new')
-rw-r--r--source/a/udev/config/modprobe.d/usb-controller.conf.new4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/a/udev/config/modprobe.d/usb-controller.conf.new b/source/a/udev/config/modprobe.d/usb-controller.conf.new
new file mode 100644
index 000000000..4b77fd825
--- /dev/null
+++ b/source/a/udev/config/modprobe.d/usb-controller.conf.new
@@ -0,0 +1,4 @@
+# Make sure that ehci-hcd is always loaded before uhci-hci
+# # or ohci-hcd to prevent a kernel warning:
+install uhci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i uhci-hcd
+install ohci-hcd /sbin/modprobe ehci-hcd ; /sbin/modprobe -i ohci-hcd