Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267340
b: refs/heads/master
c: 94abc56
h: refs/heads/master
v: v3
  • Loading branch information
Ning Jiang authored and Greg Kroah-Hartman committed Sep 22, 2011
1 parent 41d8580 commit 90a05e0
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 153d3d9be7ce6d87a83e4871ec94ddf6b9604814
refs/heads/master: 94abc56f4d90f289ea32a0a11d3577fcd8cb28fb
2 changes: 2 additions & 0 deletions trunk/drivers/tty/serial/serial_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1975,6 +1975,8 @@ int uart_resume_port(struct uart_driver *drv, struct uart_port *uport)
if (port->tty && port->tty->termios && termios.c_cflag == 0)
termios = *(port->tty->termios);

if (console_suspend_enabled)
uart_change_pm(state, 0);
uport->ops->set_termios(uport, &termios, NULL);
if (console_suspend_enabled)
console_start(uport->cons);
Expand Down

0 comments on commit 90a05e0

Please sign in to comment.