xhci: implement xhci_fixup_endpoint for interval adjustments
authorJonathan Bell <jonathan@raspberrypi.org>
Tue, 11 Jun 2019 10:33:39 +0000 (11:33 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:32:57 +0000 (16:32 +0100)
commit27322f8e4e06bf82740db8552807f63db346f14b
tree5970a5345d71b50e7c21db648a3507a611dc8670
parent25d35f666c0f21d3e138beff60945dc277e14fae
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