From: Alan Stern Date: Mon, 31 Jan 2011 15:56:37 +0000 (-0500) Subject: USB: prevent buggy hubs from crashing the USB stack X-Git-Tag: v2.6.38-rc5~47^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d199c96d41d80a567493e12b8e96ea056a1350c1;p=pandora-kernel.git USB: prevent buggy hubs from crashing the USB stack If anyone comes across a high-speed hub that (by mistake or by design) claims to have no Transaction Translators, plugging a full- or low-speed device into it will cause the USB stack to crash. This patch (as1446) prevents the problem by ignoring such devices, since the kernel has no way to communicate with them. Signed-off-by: Alan Stern Tested-by: Perry Neben CC: Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed