Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 299135
b: refs/heads/master
c: ce5c985
h: refs/heads/master
i:
  299133: 5714b59
  299131: 45c7312
  299127: f51d45d
  299119: c3b4030
  299103: 60e18ed
  299071: 9743958
  299007: b54b3d7
v: v3
  • Loading branch information
Johan Hovold authored and Greg Kroah-Hartman committed Apr 9, 2012
1 parent 819381f commit 140c524
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e3fa252a0ef3d1f93bc55cefc2f707359b43c70d
refs/heads/master: ce5c9851855bab190c9a142761d54ba583ab094c
2 changes: 1 addition & 1 deletion trunk/drivers/usb/serial/pl2303.c
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ static void pl2303_set_termios(struct tty_struct *tty,
control = priv->line_control;
if ((cflag & CBAUD) == B0)
priv->line_control &= ~(CONTROL_DTR | CONTROL_RTS);
else
else if ((old_termios->c_cflag & CBAUD) == B0)
priv->line_control |= (CONTROL_DTR | CONTROL_RTS);
if (control != priv->line_control) {
control = priv->line_control;
Expand Down

0 comments on commit 140c524

Please sign in to comment.