5d120371507d917b78a4b60aa710110f64364fca
[openwrt/openwrt.git] / target / linux / bcm27xx / patches-5.4 / 950-0228-usbhid-call-usb_fixup_endpoint-after-mangling-interv.patch
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
5 intervals
6
7 Lets the mousepoll override mechanism work with xhci.
8
9 Signed-off-by: Jonathan Bell <jonathan@raspberrypi.org>
10 ---
11 drivers/hid/usbhid/hid-core.c | 1 +
12 1 file changed, 1 insertion(+)
13
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;
18 break;
19 }
20 + usb_fixup_endpoint(dev, endpoint->bEndpointAddress, interval);
21
22 ret = -ENOMEM;
23 if (usb_endpoint_dir_in(endpoint)) {