Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 151350
b: refs/heads/master
c: b748bb7
h: refs/heads/master
v: v3
  • Loading branch information
Elina Pasheva authored and Greg Kroah-Hartman committed Jun 16, 2009
1 parent 0c29c09 commit 5cab315
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 820d7a253c5e59a786d5b608f6e8d0419fdc2f6e
refs/heads/master: b748bb71b50fcea991e5c17bb3e10b5f38d21eaa
6 changes: 3 additions & 3 deletions trunk/drivers/usb/serial/sierra.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
Whom based his on the Keyspan driver by Hugh Blemings <hugh@blemings.org>
*/

#define DRIVER_VERSION "v.1.3.3"
#define DRIVER_VERSION "v.1.3.4"
#define DRIVER_AUTHOR "Kevin Lloyd <klloyd@sierrawireless.com>"
#define DRIVER_DESC "USB Driver for Sierra Wireless USB modems"

Expand All @@ -30,8 +30,8 @@
#define SWIMS_USB_REQUEST_SetPower 0x00
#define SWIMS_USB_REQUEST_SetNmea 0x07

#define N_IN_URB 4
#define N_OUT_URB 4
#define N_IN_URB 8
#define N_OUT_URB 64
#define IN_BUFLEN 4096

static int debug;
Expand Down

0 comments on commit 5cab315

Please sign in to comment.