From: Alan Stern Date: Tue, 20 May 2008 20:58:29 +0000 (-0400) Subject: USB: EHCI: suppress unwanted error messages X-Git-Tag: v2.6.26-rc5~38^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a31155cfff0935e4b178f3dca733d2d60d2eb8d;p=pandora-kernel.git USB: EHCI: suppress unwanted error messages This patch (as1096) fixes an annoying problem: When a full-speed or low-speed device is plugged into an EHCI controller, it fails to enumerate at high speed and then is handed over to the companion controller. But usbcore logs a misleading and unwanted error message when the high-speed enumeration fails. The patch adds a new HCD method, port_handed_over, which asks whether a port has been handed over to a companion controller. If it has, the error message is suppressed. Signed-off-by: Alan Stern CC: David Brownell Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed