Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 41243
b: refs/heads/master
c: 377f13b
h: refs/heads/master
i:
  41241: 0f13be2
  41239: 466d8d3
v: v3
  • Loading branch information
Luiz Fernando N. Capitulino authored and Greg Kroah-Hartman committed Dec 1, 2006
1 parent 69394fd commit 29783c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 565402baee99096da4d79209e450fe42d379a0ca
refs/heads/master: 377f13bf95b64cf5fb0fad0bf2b94106ad868562
4 changes: 1 addition & 3 deletions trunk/drivers/usb/serial/aircable.c
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,7 @@ static int aircable_probe(struct usb_serial *serial,

for (i = 0; i < iface_desc->desc.bNumEndpoints; i++) {
endpoint = &iface_desc->endpoint[i].desc;
if (((endpoint->bEndpointAddress & 0x80) == 0x00) &&
((endpoint->bmAttributes & 3) == 0x02)) {
/* we found our bulk out endpoint */
if (usb_endpoint_is_bulk_out(endpoint)) {
dbg("found bulk out on endpoint %d", i);
++num_bulk_out;
}
Expand Down

0 comments on commit 29783c8

Please sign in to comment.