1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 03:25:52 +03:00
openwrt-xburst/target/linux/lantiq/patches-2.6.39/990-fix-asc-drv-timeout.patch
blogic 50f83cd332 adds 2 ASC related patches to lantiq
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27549 3c298f89-4303-0410-b956-a3cf2f4a3e73
2011-07-07 20:20:46 +00:00

15 lines
399 B
Diff

--- a/drivers/tty/serial/lantiq.c
+++ b/drivers/tty/serial/lantiq.c
@@ -478,8 +478,10 @@ lqasc_set_termios(struct uart_port *port
spin_unlock_irqrestore(&ltq_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*