Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: [netbsd-11] src/sys/dev/usb
Module Name: src
Committed By: snj
Date: Fri Sep 12 14:48:04 UTC 2025
Modified Files:
src/sys/dev/usb [netbsd-11]: xhci.c
Log Message:
Pull up following revision(s) (requested by nat in ticket #30):
sys/dev/usb/xhci.c: revision 1.190
Handle special case of USBD_FORCE_SHORT_XFER.
This fixes devices such as urtwn(4) connected to an xhci port.
It works by sending a zero length transfer at the end of the data transfer
for the above mentioned flag.
Similar artwork in this space already exists for ohci/uhci/ehci.
OK jkallsch@.
To generate a diff of this commit:
cvs rdiff -u -r1.188 -r1.188.2.1 src/sys/dev/usb/xhci.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index