Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40679
b: refs/heads/master
c: d8fa59a
h: refs/heads/master
i:
  40677: 4be9077
  40675: 1a8a686
  40671: c4badc0
v: v3
  • Loading branch information
Daniel Ritz authored and Greg Kroah-Hartman committed Nov 3, 2006
1 parent a8c9e80 commit aef4968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: baafe37c6a58d4ddb8c2c62cd0f20340b4c66b35
refs/heads/master: d8fa59a8f6f7c9a1bc294154fd6805c6b247683d
2 changes: 1 addition & 1 deletion trunk/drivers/usb/input/usbtouchscreen.c
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ static int usbtouch_probe(struct usb_interface *intf,
type->max_press, 0, 0);

usb_fill_int_urb(usbtouch->irq, usbtouch->udev,
usb_rcvintpipe(usbtouch->udev, 0x81),
usb_rcvintpipe(usbtouch->udev, endpoint->bEndpointAddress),
usbtouch->data, type->rept_size,
usbtouch_irq, usbtouch, endpoint->bInterval);

Expand Down

0 comments on commit aef4968

Please sign in to comment.