From ca9f809307a3626f1fbb1d7d8e492d94c765d08d Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Mon, 30 Jul 2012 17:29:05 +0200 Subject: [PATCH] busybox: update aliases.conf Signed-off-by: Stephan Raue --- packages/sysutils/busybox/modprobe.d/aliases.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packages/sysutils/busybox/modprobe.d/aliases.conf b/packages/sysutils/busybox/modprobe.d/aliases.conf index 190b58a733..f7f20aa5b7 100644 --- a/packages/sysutils/busybox/modprobe.d/aliases.conf +++ b/packages/sysutils/busybox/modprobe.d/aliases.conf @@ -165,3 +165,8 @@ alias gre0 ip_gre alias usbdevfs usbcore +# work around other kernel issues ############################################ +# 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