1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-09-12 18:08:38 +03:00
openwrt-xburst/target/linux/lantiq/patches-2.6.32/990-fix-asc-drv-timeout.patch

15 lines
350 B
Diff
Raw Normal View History

--- 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*