]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r304629:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:55:59 +0000 (08:55 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:55:59 +0000 (08:55 +0000)
commit8cdd28b3a940ed30a97f127b5d62b78a772c3488
treec0cf0b24ebc7ea926532c9e3b898222b0e14c06f
parent89a586ed5b8d53651e600582b05593d86a0d8701
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/8@305001 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/controller/xhci.c