]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r304629:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:51:27 +0000 (08:51 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:51:27 +0000 (08:51 +0000)
commit6a16ce81913dd655f62172aa4cf992be412b49b4
treed98f237b55bcc74157db9d0862299b71de6c5545
parent9b9b83d246b89391ae30d884767a99e163d12974
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

git-svn-id: svn://svn.freebsd.org/base/stable/10@304998 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/controller/xhci.c