diff options
Diffstat (limited to 'libre/filesystem/modprobe.d.usb-load-ehci-first')
-rw-r--r-- | libre/filesystem/modprobe.d.usb-load-ehci-first | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libre/filesystem/modprobe.d.usb-load-ehci-first b/libre/filesystem/modprobe.d.usb-load-ehci-first new file mode 100644 index 000000000..3b5db0e7a --- /dev/null +++ b/libre/filesystem/modprobe.d.usb-load-ehci-first @@ -0,0 +1,2 @@ +install ohci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install ohci_hcd $CMDLINE_OPTS +install uhci_hcd /sbin/modprobe ehci_hcd ; /sbin/modprobe --ignore-install uhci_hcd $CMDLINE_OPTS |