K 10 svn:author V 8 hselasky K 8 svn:date V 27 2016-08-29T08:52:53.088037Z K 7 svn:log V 346 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 END