]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r304629:
authorhselasky <hselasky@FreeBSD.org>
Mon, 29 Aug 2016 08:51:27 +0000 (08:51 +0000)
committerhselasky <hselasky@FreeBSD.org>
Mon, 29 Aug 2016 08:51:27 +0000 (08:51 +0000)
commit0e4018e22d66043ed12f62f89a2712beaf63729d
treed98f237b55bcc74157db9d0862299b71de6c5545
parent96d0380d04788c68af09ec86c11eefa681cba30b
MFC r304629:
Don't separate the status stage of the XHCI USB control transfers into
its own job because this breaks the simplified QEMU XHCI TRB parser,
which expects the complete USB control transfer as a series of back to
back TRBs. The old behaviour is kept under #ifdef in case this change
breaks enumeration of any USB devices.

PR: 212021
sys/dev/usb/controller/xhci.c