Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 364855
b: refs/heads/master
c: 1361bf4
h: refs/heads/master
i:
  364853: 4167cf6
  364851: c04d3e6
  364847: 41e295b
v: v3
  • Loading branch information
Hans de Goede authored and Greg Kroah-Hartman committed Apr 17, 2013
1 parent 3daf23a commit 39067c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 75b9130e8af64c6878a1aa396a8446f3ce2cfb49
refs/heads/master: 1361bf4b9f9ef45e628a5b89e0fd9bedfdcb7104
2 changes: 2 additions & 0 deletions trunk/drivers/usb/core/devio.c
Original file line number Diff line number Diff line change
Expand Up @@ -739,6 +739,8 @@ static int check_ctrlrecip(struct dev_state *ps, unsigned int requesttype,
index &= 0xff;
switch (requesttype & USB_RECIP_MASK) {
case USB_RECIP_ENDPOINT:
if ((index & ~USB_DIR_IN) == 0)
return 0;
ret = findintfep(ps->dev, index);
if (ret >= 0)
ret = checkintf(ps, ret);
Expand Down

0 comments on commit 39067c3

Please sign in to comment.