mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 17:11:34 +02:00
50f83cd332
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27549 3c298f89-4303-0410-b956-a3cf2f4a3e73
15 lines
350 B
Diff
15 lines
350 B
Diff
--- a/drivers/serial/lantiq.c
|
|
+++ b/drivers/serial/lantiq.c
|
|
@@ -478,8 +478,10 @@
|
|
spin_unlock_irqrestore(<q_asc_lock, flags);
|
|
|
|
/* Don't rewrite B0 */
|
|
- if (tty_termios_baud_rate(new))
|
|
+ if (tty_termios_baud_rate(new))
|
|
tty_termios_encode_baud_rate(new, baud, baud);
|
|
+
|
|
+ uart_update_timeout(port, cflag, baud);
|
|
}
|
|
|
|
static const char*
|