Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 126864
b: refs/heads/master
c: e941da3
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and Dmitry Torokhov committed Dec 30, 2008
1 parent 79bdbd9 commit 294623d
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: 01461d7e65a6e3f92fd73ce4651e5f78a0a5990c
refs/heads/master: e941da3110422c4e57c3d05759fb9475b28f45f6
2 changes: 1 addition & 1 deletion trunk/drivers/input/tablet/gtco.c
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ static int gtco_probe(struct usb_interface *usbinterface,
dbg("num endpoints: %d", usbinterface->cur_altsetting->desc.bNumEndpoints);
dbg("interface class: %d", usbinterface->cur_altsetting->desc.bInterfaceClass);
dbg("endpoint: attribute:0x%x type:0x%x", endpoint->bmAttributes, endpoint->bDescriptorType);
if ((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT)
if (usb_endpoint_xfer_int(endpoint))
dbg("endpoint: we have interrupt endpoint\n");

dbg("endpoint extra len:%d ", usbinterface->altsetting[0].extralen);
Expand Down

0 comments on commit 294623d

Please sign in to comment.