1 From df28fdf0b853c0951bab5c9cbb5aa82819f7b34b Mon Sep 17 00:00:00 2001
2 From: Jonathan Bell <jonathan@raspberrypi.org>
3 Date: Tue, 11 Jun 2019 11:42:03 +0100
4 Subject: [PATCH] usbhid: call usb_fixup_endpoint after mangling
7 Lets the mousepoll override mechanism work with xhci.
9 Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
11 drivers/hid/usbhid/hid-core.c | 1 +
12 1 file changed, 1 insertion(+)
14 --- a/drivers/hid/usbhid/hid-core.c
15 +++ b/drivers/hid/usbhid/hid-core.c
16 @@ -1115,6 +1115,7 @@ static int usbhid_start(struct hid_devic
17 interval = hid_kbpoll_interval;
20 + usb_fixup_endpoint(dev, endpoint->bEndpointAddress, interval);
23 if (usb_endpoint_dir_in(endpoint)) {