Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41254
b: refs/heads/master
c: 8419404
h: refs/heads/master
v: v3
  • Loading branch information
Luiz Fernando N. Capitulino authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 5aa475c commit 60795fb
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: 66722a194ef96a09ac12d0fe2f9e206f86c29c9f
refs/heads/master: 8419404949488bba4504005c0d1180fb07bef740
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/phidgetkit.c
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ static int interfacekit_probe(struct usb_interface *intf, const struct usb_devic
return -ENODEV;

endpoint = &interface->endpoint[0].desc;
if (!(endpoint->bEndpointAddress & 0x80))
if (!usb_endpoint_dir_in(endpoint))
return -ENODEV;
/*
* bmAttributes
Expand Down

0 comments on commit 60795fb

Please sign in to comment.