Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 9204
b: refs/heads/master
c: b27c73d
h: refs/heads/master
v: v3
  • Loading branch information
Matthias Urlichs authored and Linus Torvalds committed Sep 22, 2005
1 parent 725e773 commit 92d0297
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a85a46f2c38def5150251816890393803fdae7d0
refs/heads/master: b27c73dcab61826e5f1228d69d56f469b0abfc05
4 changes: 3 additions & 1 deletion trunk/drivers/usb/serial/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
killed end-of-line whitespace
2005-07-15 v0.4.2 rename WLAN product to FUSION, add FUSION2
2005-09-10 v0.4.3 added HUAWEI E600 card and Audiovox AirCard
2005-09-20 v0.4.4 increased recv buffer size: the card sometimes
wants to send >2000 bytes.
Work sponsored by: Sigos GmbH, Germany <info@sigos.de>
Expand Down Expand Up @@ -139,7 +141,7 @@ static int debug;

#define N_IN_URB 4
#define N_OUT_URB 1
#define IN_BUFLEN 1024
#define IN_BUFLEN 4096
#define OUT_BUFLEN 128

struct option_port_private {
Expand Down

0 comments on commit 92d0297

Please sign in to comment.