]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r304629:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:54:31 +0000 (08:54 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:54:31 +0000 (08:54 +0000)
commit1c9a53bfbeceb945782725fc44252195d69554df
tree09dbba74fc19073cb17668d76ef0e01e987b4b91
parent88883400760b7ed777cb5b6544aeb41028ab7cbc
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/9@305000 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/controller/xhci.c