https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=212021
--- Comment #10 from [email protected] --- A commit references this bug: Author: hselasky Date: Mon Aug 22 10:21:25 UTC 2016 New revision: 304597 URL: https://svnweb.freebsd.org/changeset/base/304597 Log: 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 MFC after: 1 week Changes: head/sys/dev/usb/controller/xhci.c -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[email protected]"
