]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fix for reception of large full speed isochronous frames via the transaction
authorhselasky <hselasky@FreeBSD.org>
Tue, 16 Oct 2018 18:47:13 +0000 (18:47 +0000)
committerhselasky <hselasky@FreeBSD.org>
Tue, 16 Oct 2018 18:47:13 +0000 (18:47 +0000)
commitd032f87a0ff02b0b04a7b282e835bdc42220e861
tree4671808b3b1a08925e9cb978711bb36cd6fd2e48
parentb698561093dc4c4236a1864e489f56400e46600e
Fix for reception of large full speed isochronous frames via the transaction
translator, when using the DWC OTG USB controller driver. Make sure to re-try
getting the complete split packets until a DATA0 packet is received. Larger
isochronous frames may be split into multiple MDATA packets terminated
by a single DATA0 packet.

PR: 230434
MFC after: 3 days
Approved by: re (gjb)
Sponsored by: Mellanox Technologies
sys/dev/usb/controller/dwc_otg.c