]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r304629:
authorhselasky <hselasky@FreeBSD.org>
Mon, 29 Aug 2016 08:52:53 +0000 (08:52 +0000)
committerhselasky <hselasky@FreeBSD.org>
Mon, 29 Aug 2016 08:52:53 +0000 (08:52 +0000)
commit05f0de3f4c3bf5cd4c894f1527773069f5f6ff06
treeba86cfc659c50fe13bd16a4250b0a2a03a50ceac
parent857f7e6191e1db6961947248c1420d5d6335ddde
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