Alan Stern ef4638f955 USB: EHCI: fix counting of transaction error retries
This patch (as1274) simplifies the counting of transaction-error
retries.  Now we will count up from 0 to QH_XACTERR_MAX instead of
down from QH_XACTERR_MAX to 0.

The patch also fixes a small bug: qh->xacterr was not getting
initialized for interrupt endpoints.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Matthijs Kooijman <matthijs@stdin.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-08-07 16:05:13 -07:00
..
2009-02-27 14:40:50 -08:00
2009-07-12 15:16:37 -07:00
2009-06-16 14:17:32 +10:00
2008-08-13 17:32:58 -07:00
2009-07-12 12:22:34 -07:00
2008-08-29 09:43:14 +02:00
2009-06-15 21:44:48 -07:00
2009-07-28 14:31:13 -07:00