Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 199836
b: refs/heads/master
c: 6a1a82d
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Greg Kroah-Hartman committed Jun 4, 2010
1 parent 8f296b0 commit 866e56f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 1703a6d3c38944731ba23594843a704d828266f3
refs/heads/master: 6a1a82df91fa0eb1cc76069a9efe5714d087eccd
4 changes: 4 additions & 0 deletions trunk/drivers/usb/serial/ftdi_sio.c
Original file line number Diff line number Diff line change
Expand Up @@ -2005,6 +2005,8 @@ static void ftdi_set_termios(struct tty_struct *tty,
"urb failed to set to rts/cts flow control\n");
}

/* raise DTR/RTS */
set_mctrl(port, TIOCM_DTR | TIOCM_RTS);
} else {
/*
* Xon/Xoff code
Expand Down Expand Up @@ -2052,6 +2054,8 @@ static void ftdi_set_termios(struct tty_struct *tty,
}
}

/* lower DTR/RTS */
clear_mctrl(port, TIOCM_DTR | TIOCM_RTS);
}
return;
}
Expand Down

0 comments on commit 866e56f

Please sign in to comment.