Re: Support for USBD_FORCE_SHORT_XFER for xhci
Nat Sloss <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, 31 Aug 2025 21:48:49 Jason Thorpe wrote: > Related to this: What about USBD_SHORT_XFER_OK? It’s effectively the > inbound direction of USBD_FORCE_SHORT_XFER. This seems to have some > special handling in uhci, and I’m wondering if this is related to the > issues I’ve been having with TL866II “minipro” EEPROM programmers on xhci > on NetBSD. > > -- thorpej Unfortunately there was no existing artwork for USBD_SHORT_XFER_OK for ehci (which I believe would be closer to xhci). Unfortunatley the only inbound errors I've had with urtwn(4) and xhci have been due to a faulty usb hub for which sending data was ok but all errors on receiving data. Sorry I cannot be of more help with this. Best regards, Nat