mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-03 17:15:14 +02:00
5 lines
264 B
Text
5 lines
264 B
Text
#
|
|
# Load the EHCI driver before OHCI or UHCI, to avoid a warning.
|
|
#
|
|
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
|