Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 209877
b: refs/heads/master
c: 7291679
h: refs/heads/master
i:
  209875: d7aad1b
v: v3
  • Loading branch information
Craig Shelley authored and Greg Kroah-Hartman committed Aug 24, 2010
1 parent 2a7d4e3 commit 3c7fe67
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: f36ecd5de93e4c85a9e3d25100c6e233155b12e5
refs/heads/master: 72916791cbeb9cc607ae620cfba207dea481cd76
4 changes: 2 additions & 2 deletions trunk/drivers/usb/serial/cp210x.c
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,8 @@ static struct usb_serial_driver cp210x_device = {
#define BITS_STOP_2 0x0002

/* CP210X_SET_BREAK */
#define BREAK_ON 0x0000
#define BREAK_OFF 0x0001
#define BREAK_ON 0x0001
#define BREAK_OFF 0x0000

/* CP210X_(SET_MHS|GET_MDMSTS) */
#define CONTROL_DTR 0x0001
Expand Down

0 comments on commit 3c7fe67

Please sign in to comment.