[Bug 252712] Webcam does not work when attached to xhci(4) but does attached to ehci(4)

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jan 15 15:28:33 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252712

Hans Petter Selasky <hselasky at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |hselasky at FreeBSD.org

--- Comment #1 from Hans Petter Selasky <hselasky at FreeBSD.org> ---
It is likely a bug regarding the bandwidth allocation for XHCI ISOCH endpoints.

When we setup an endpoint context we need to fill in some parameters to tell
the hardware how many bytes to reserve. Likely these are wrong:

Refer to:

XHCI_EPCTX_4_MAX_ESIT_PAYLOAD_SET(max_frame_size)

in xhci.c

Maybe you can play with the parameter.

--HPS

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-usb mailing list