From: Alan Stern Date: Mon, 31 Jul 2006 14:16:24 +0000 (-0400) Subject: USB: UHCI: Don't test the Short Packet Detect bit X-Git-Tag: v2.6.18-rc4~66^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f443ddf1057776ed99d5006bbbefb018fcf7ce3a;p=pandora-kernel.git USB: UHCI: Don't test the Short Packet Detect bit Apparently some UHCI controllers change the value of the Short Packet Detect (SPD) bit in the TD status word -- presumably when they receive a short packet. This patch (as759) changes uhci-hcd to avoid assuming that the bit is unchanged; in fact, the driver no longer looks at SPD at all. This fixes the second problem reported in Bugzilla #6752. Signed-off-by: Alan Stern Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed