Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 339163
b: refs/heads/master
c: 0d5b166
h: refs/heads/master
i:
  339161: 06f4027
  339159: 4aebf30
v: v3
  • Loading branch information
Russell King committed Nov 4, 2012
1 parent 04c6c82 commit 4d74429
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 9aba8d5b011193c8e01d565c5b585df5b94f1db2
refs/heads/master: 0d5b16639523970db001e6af298e360782f4d89a
7 changes: 7 additions & 0 deletions trunk/drivers/tty/serial/omap-serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -921,6 +921,13 @@ serial_omap_set_termios(struct uart_port *port, struct ktermios *termios,
serial_out(up, UART_LCR, UART_LCR_CONF_MODE_A);
serial_out(up, UART_MCR, up->mcr | UART_MCR_RTS);
serial_out(up, UART_LCR, cval);
} else {
/* Disable AUTORTS and AUTOCTS */
up->efr &= ~(UART_EFR_CTS | UART_EFR_RTS);

serial_out(up, UART_LCR, UART_LCR_CONF_MODE_B);
serial_out(up, UART_EFR, up->efr);
serial_out(up, UART_LCR, cval);
}

serial_omap_set_mctrl(&up->port, up->port.mctrl);
Expand Down

0 comments on commit 4d74429

Please sign in to comment.