| To: | Ralf Baechle <ralf@linux-mips.org> |
|---|---|
| Subject: | [PATCH 3/3] MIPS: lantiq: set timeout in uart_port |
| From: | John Crispin <blogic@openwrt.org> |
| Date: | Mon, 18 Jul 2011 22:04:13 +0200 |
| Cc: | John Crispin <blogic@openwrt.org>, Thomas Langer <thomas.langer@lantiq.com>, linux-mips@linux-mips.org, linux-serial@vger.kernel.org |
| In-reply-to: | <1311019453-21277-1-git-send-email-blogic@openwrt.org> |
| References: | <1311019453-21277-1-git-send-email-blogic@openwrt.org> |
| Sender: | linux-mips-bounce@linux-mips.org |
Without this patch apps using readline hang.
Signed-off-by: Thomas Langer <thomas.langer@lantiq.com>
Signed-off-by: John Crispin <blogic@openwrt.org>
Cc: linux-mips@linux-mips.org
Cc: linux-serial@vger.kernel.org
---
drivers/tty/serial/lantiq.c | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/drivers/tty/serial/lantiq.c b/drivers/tty/serial/lantiq.c
index 58cf279..bc95f52 100644
--- 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(<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*
--
1.7.2.3
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH 2/3] MIPS: lantiq: fix setting the PCI bus speed on AR9, John Crispin |
|---|---|
| Next by Date: | [PATCH V2 1/3] MIPS: lantiq: fixes external interrupt sources, John Crispin |
| Previous by Thread: | [PATCH 2/3] MIPS: lantiq: fix setting the PCI bus speed on AR9, John Crispin |
| Next by Thread: | [PATCH V2 1/3] MIPS: lantiq: fixes external interrupt sources, John Crispin |
| Indexes: | [Date] [Thread] [Top] [All Lists] |