28e732bb7dafd908f9ba3b27a424a9835276965d
[oweals/openwrt.git] /
1 From 8b3c18bfb21aa7c9755303e06e8e0ba5add1f89d 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 655/782] 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 @@ -1118,6 +1118,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)) {