Comment 19 for bug 296710

Revision history for this message
Scott James Remnant (Canonical) (canonical-scott) wrote :

New module-init-tools, combined with new kernel, will load modules in the order specified by the installed modules.order file - ehci-hcd is listed before ohci-hcd and uhci-hcd so will be used first.

This obviously doesn't count if hardware not supported by ehci-hcd is found first, but then that would also be true of building the module into the kernel.