]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC r304597:
authorhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:46:15 +0000 (08:46 +0000)
committerhselasky <hselasky@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 29 Aug 2016 08:46:15 +0000 (08:46 +0000)
commit89a586ed5b8d53651e600582b05593d86a0d8701
tree6d096da99846757e469abd7ed31c60f87227ee65
parenta7c16c0443b21bb73be9a2552c751e47e847c30e
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/8@304995 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/dev/usb/controller/xhci.c