Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 36409
b: refs/heads/master
c: 9672319
h: refs/heads/master
i:
  36407: 7b3143d
v: v3
  • Loading branch information
Luiz Fernando N. Capitulino authored and Greg Kroah-Hartman committed Sep 27, 2006
1 parent df6133b commit 087cfe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 96642a2ce524f00f783edc95be8b2ce1429803df
refs/heads/master: 96723199e00c4f27fecd8f43e1367c5f25b39a27
3 changes: 1 addition & 2 deletions trunk/drivers/usb/input/keyspan_remote.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,8 +420,7 @@ static struct usb_endpoint_descriptor *keyspan_get_in_endpoint(struct usb_host_i
for (i = 0; i < iface->desc.bNumEndpoints; ++i) {
endpoint = &iface->endpoint[i].desc;

if ((endpoint->bEndpointAddress & USB_DIR_IN) &&
((endpoint->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) == USB_ENDPOINT_XFER_INT)) {
if (usb_endpoint_is_int_in(endpoint)) {
/* we found our interrupt in endpoint */
return endpoint;
}
Expand Down

0 comments on commit 087cfe3

Please sign in to comment.