]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r304597:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:44:35 +0000 (08:44 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:44:35 +0000 (08:44 +0000)
commit88883400760b7ed777cb5b6544aeb41028ab7cbc
treee4f11dd0fc7a5045622b1166a0ed83388ba76b84
parent5145c142a89695a7ecaa2d1a876aa4faef4f9ae2
MFC r304597:
Fix for invalid use of bits in input context. Basically split
configuring of EP0 and non-EP0 into xhci_cmd_evaluate_ctx() and
xhci_cmd_configure_ep() respectivly. This resolves some errors when
using XHCI under QEMU and gets is more in line with the XHCI
specification.

PR: 212021

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