mirror of
git://slackware.nl/current.git
synced 2025-01-07 05:25:35 +01:00
10 lines
453 B
Text
10 lines
453 B
Text
|
##############################################################################
|
||
|
# Do not edit this file; instead, copy it to /etc/modprobe.d/ and edit that
|
||
|
##############################################################################
|
||
|
|
||
|
# The EHCI driver should be loaded before the ones for low speed controllers
|
||
|
# or some devices may be confused when they are disconnected and reconnected.
|
||
|
softdep uhci-hcd pre: ehci-hcd
|
||
|
softdep ohci-hcd pre: ehci-hcd
|
||
|
|