All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH]serial: 8250 16950 uart capabilities fix
@ 2005-10-17  9:38 Ben Papps
  0 siblings, 0 replies; only message in thread
From: Ben Papps @ 2005-10-17  9:38 UTC (permalink / raw)
  To: linux serial newsgroup, Russell King, linux-kernek

--- linux-2.6.13.4/drivers/serial/8250.c.orig    2005-10-10 
19:54:29.000000000 +0100
+++ linux-2.6.13.4/drivers/serial/8250.c    2005-10-17 
10:19:20.000000000 +0100
@@ -211,7 +211,7 @@ static const struct serial8250_config ua
         .fifo_size    = 128,
         .tx_loadsz    = 128,
         .fcr        = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
-        .flags        = UART_CAP_FIFO,
+        .flags        = UART_CAP_FIFO | UART_CAP_EFR | UART_CAP_SLEEP,
     },
     [PORT_16654] = {
         .name        = "ST16654",

-------------------------------
These flags allow the hardware flow control and other enhanced 
capabilities of 950 uarts.

Signed-off-by: Ben Papps <ben.papps@oxsemi.com>


-- 
_____________________________
 
Ben Papps

Software Design Engineer
Oxford Semiconductor Ltd
25 Milton Park, Oxfordshire, OX14 4SH
 
Tel: 01235 824887



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-10-17  9:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-10-17  9:38 [PATCH]serial: 8250 16950 uart capabilities fix Ben Papps

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.