xhci: implement xhci_fixup_endpoint for interval adjustments
authorJonathan Bell <jonathan@raspberrypi.org>
Tue, 11 Jun 2019 10:33:39 +0000 (11:33 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:03:55 +0000 (16:03 +0000)
commite3aa08b8ef49c201d86c4ab623b8f74d22c1f3f1
tree58dec58b11898186d2a7138d2d4fadd513cd55cb
parent353e80ed73a1867e9e32fbe860264dc347166226
xhci: implement xhci_fixup_endpoint for interval adjustments

Must be called in a non-atomic context, after the endpoint
has been registered with the hardware via xhci_add_endpoint
and before the first URB is submitted for the endpoint.

Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
drivers/usb/host/xhci.c