1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-08-22 05:01:10 +03:00
openwrt-xburst/target/linux/lantiq/patches-2.6.32/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
350 B
Diff

--- a/drivers/serial/lantiq.c
+++ b/drivers/serial/lantiq.c
@@ -478,8 +478,10 @@
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*