]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r278071:
authorhselasky <hselasky@FreeBSD.org>
Tue, 10 Feb 2015 13:16:53 +0000 (13:16 +0000)
committerhselasky <hselasky@FreeBSD.org>
Tue, 10 Feb 2015 13:16:53 +0000 (13:16 +0000)
commit811636d3640fe5b1590b9441ea57b2df6f839115
tree4230e333fd353b97f284efc28a694ed35bf28269
parentf35a53399fc49c336886f35bbd0df9204d9ef884
MFC r278071:
Section 3.2.9 in the XHCI specification about control transfers says
that we should use a normal-TRB if there are more TRBs extending the
data-stage TRB. Add a dedicated state bit to the internal USB transfer
flags to handle this case.
sys/dev/usb/controller/xhci.c
sys/dev/usb/usb_core.h
sys/dev/usb/usb_transfer.c