Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 127266
b: refs/heads/master
c: f1632df
h: refs/heads/master
v: v3
  • Loading branch information
Greg Kroah-Hartman committed Jan 7, 2009
1 parent 8993bf1 commit bd75f54
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 50de36f7af3b1d791c402478210790c582126fe5
refs/heads/master: f1632df36b9467b75b7abfd2799aef67ec74a60a
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/option.c
Original file line number Diff line number Diff line change
Expand Up @@ -522,9 +522,9 @@ static int debug;
/* per port private data */

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

struct option_port_private {
/* Input endpoints and buffer for this port */
Expand Down

0 comments on commit bd75f54

Please sign in to comment.