Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9909
b: refs/heads/master
c: 13b58ee
h: refs/heads/master
i:
  9907: b20f644
v: v3
  • Loading branch information
Christian Krause authored and Linus Torvalds committed Oct 17, 2005
1 parent 5d96324 commit 056490a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e9b765decfb49ddc105d303d491e1bee9769436f
refs/heads/master: 13b58ee51802a45d2b8853ffe0003d9fa768195c
3 changes: 0 additions & 3 deletions trunk/drivers/usb/input/hid-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1702,10 +1702,7 @@ static struct hid_device *usb_hid_configure(struct usb_interface *intf)
if ((endpoint->bmAttributes & 3) != 3) /* Not an interrupt endpoint */
continue;

/* handle potential highspeed HID correctly */
interval = endpoint->bInterval;
if (dev->speed == USB_SPEED_HIGH)
interval = 1 << (interval - 1);

/* Change the polling interval of mice. */
if (hid->collection->usage == HID_GD_MOUSE && hid_mousepoll_interval > 0)
Expand Down

0 comments on commit 056490a

Please sign in to comment.