Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41255
b: refs/heads/master
c: a742e5a
h: refs/heads/master
i:
  41253: 5aa475c
  41251: 9be7126
  41247: bdf383f
v: v3
  • Loading branch information
Luiz Fernando N. Capitulino authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 60795fb commit fdbc018
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: 8419404949488bba4504005c0d1180fb07bef740
refs/heads/master: a742e5a7fc5b179e2482b85e875fc99192cead74
2 changes: 1 addition & 1 deletion trunk/drivers/usb/misc/phidgetmotorcontrol.c
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ static int motorcontrol_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;

/*
Expand Down

0 comments on commit fdbc018

Please sign in to comment.