View | Details | Raw Unified | Return to bug 230434 | Differences between
and this patch

Collapse All | Expand All

(-)sys/dev/usb/controller/dwc_otg.c (+3 lines)
Lines 1458-1463 Link Here
1458
				/* check if we are complete */
1458
				/* check if we are complete */
1459
				if (td->tt_xactpos == HCSPLT_XACTPOS_BEGIN) {
1459
				if (td->tt_xactpos == HCSPLT_XACTPOS_BEGIN) {
1460
					goto complete;
1460
					goto complete;
1461
				} else if (td->hcsplt != 0) {
1462
					/* get next CSPLIT packet */
1463
					goto receive_pkt;
1461
				} else {
1464
				} else {
1462
					/* get more packets */
1465
					/* get more packets */
1463
					goto busy;
1466
					goto busy;

Return to bug 230434