]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
xhci(4): Only drop BULK and INTERRUPT endpoints to reset data toggle.
authorHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 3 May 2022 16:09:17 +0000 (18:09 +0200)
committerHans Petter Selasky <hselasky@FreeBSD.org>
Tue, 3 May 2022 16:13:53 +0000 (18:13 +0200)
commite276d281503160ba3648bd394cde95736ee53329
treed570bcf813284d0dd422d3e87ad2b6a9621a3551
parent70910e4b55ca976ca0ad4aa3e34252ba148a6126
xhci(4): Only drop BULK and INTERRUPT endpoints to reset data toggle.

Only drop BULK and INTERRUPT endpoints, to reset the data toggle,
because for other endpoint types this is not critical.

Tested by: ehaupt@
PR: 262882
MFC after: 3 hours
Sponsored by: NVIDIA Networking
sys/dev/usb/controller/xhci.c