]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r304597:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:42:37 +0000 (08:42 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:42:37 +0000 (08:42 +0000)
commit293d45a0d7ec370a08c9a297d36a7345159c365f
treed1e834c16fbd4307b0d29f9cefc05f917121ce79
parent56de01cf9cfc42fe2da6e0819f797be5c5dfb7a9
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/10@304993 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/controller/xhci.c