mirror of
https://github.com/adulau/aha.git
synced 2024-12-29 04:06:22 +00:00
8250: enable rate reporting via termios
Signed-off-by: Alan Cox <alan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
6f803cd08f
commit
b4c502a709
1 changed files with 1 additions and 0 deletions
|
@ -2174,6 +2174,7 @@ serial8250_set_termios(struct uart_port *port, struct ktermios *termios,
|
|||
}
|
||||
serial8250_set_mctrl(&up->port, up->port.mctrl);
|
||||
spin_unlock_irqrestore(&up->port.lock, flags);
|
||||
tty_termios_encode_baud_rate(termios, baud, baud);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue