FreeBSD Bugzilla – Attachment 198213 Details for
Bug 230434
[DWC OTG] USB sound card fails to record
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix for issue
dwc_otg.diff (text/plain), 499 bytes, created by
Hans Petter Selasky
on 2018-10-16 14:34:15 UTC
(
hide
)
Description:
Fix for issue
Filename:
MIME Type:
Creator:
Hans Petter Selasky
Created:
2018-10-16 14:34:15 UTC
Size:
499 bytes
patch
obsolete
>Index: sys/dev/usb/controller/dwc_otg.c >=================================================================== >--- sys/dev/usb/controller/dwc_otg.c (revision 339376) >+++ sys/dev/usb/controller/dwc_otg.c (working copy) >@@ -1458,6 +1458,9 @@ > /* check if we are complete */ > if (td->tt_xactpos == HCSPLT_XACTPOS_BEGIN) { > goto complete; >+ } else if (td->hcsplt != 0) { >+ /* get next CSPLIT packet */ >+ goto receive_pkt; > } else { > /* get more packets */ > goto busy;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 230434
:
195979
|
195980
|
198213
|
198228
|
198229