Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 242141
b: refs/heads/master
c: 7106225
h: refs/heads/master
i:
  242139: 2c9c4f9
v: v3
  • Loading branch information
Patrice Chotard authored and Mauro Carvalho Chehab committed Mar 22, 2011
1 parent cc3b9c2 commit 18a2dab
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 8e3c08bb41145bd8507397f63937759500c12a04
refs/heads/master: 7106225a9e7d123ff87a6848972b6d28c8903940
3 changes: 2 additions & 1 deletion trunk/drivers/media/video/gspca/gspca.c
Original file line number Diff line number Diff line change
Expand Up @@ -630,7 +630,8 @@ static struct usb_host_endpoint *alt_xfer(struct usb_host_interface *alt,
ep = &alt->endpoint[i];
attr = ep->desc.bmAttributes & USB_ENDPOINT_XFERTYPE_MASK;
if (attr == xfer
&& ep->desc.wMaxPacketSize != 0)
&& ep->desc.wMaxPacketSize != 0
&& usb_endpoint_dir_in(&ep->desc))
return ep;
}
return NULL;
Expand Down

0 comments on commit 18a2dab

Please sign in to comment.