Searched hist:f443ddf1057776ed99d5006bbbefb018fcf7ce3a (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/usb/host/ |
H A D | uhci-q.c | diff f443ddf1057776ed99d5006bbbefb018fcf7ce3a Mon Jul 31 09:16:24 CDT 2006 Alan Stern <stern@rowland.harvard.edu> 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 <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
|