diff options
Diffstat (limited to 'drivers/tty/serial/8250.c')
-rw-r--r-- | drivers/tty/serial/8250.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/tty/serial/8250.c b/drivers/tty/serial/8250.c index b4129f53fb1b..f2dfec82faf8 100644 --- a/drivers/tty/serial/8250.c +++ b/drivers/tty/serial/8250.c | |||
@@ -81,7 +81,7 @@ static unsigned int skip_txen_test; /* force skip of txen test at init time */ | |||
81 | #define DEBUG_INTR(fmt...) do { } while (0) | 81 | #define DEBUG_INTR(fmt...) do { } while (0) |
82 | #endif | 82 | #endif |
83 | 83 | ||
84 | #define PASS_LIMIT 256 | 84 | #define PASS_LIMIT 512 |
85 | 85 | ||
86 | #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) | 86 | #define BOTH_EMPTY (UART_LSR_TEMT | UART_LSR_THRE) |
87 | 87 | ||
@@ -1107,7 +1107,7 @@ static void autoconfig_16550a(struct uart_8250_port *up) | |||
1107 | */ | 1107 | */ |
1108 | DEBUG_AUTOCONF("Xscale "); | 1108 | DEBUG_AUTOCONF("Xscale "); |
1109 | up->port.type = PORT_XSCALE; | 1109 | up->port.type = PORT_XSCALE; |
1110 | up->capabilities |= UART_CAP_UUE; | 1110 | up->capabilities |= UART_CAP_UUE | UART_CAP_RTOIE; |
1111 | return; | 1111 | return; |
1112 | } | 1112 | } |
1113 | } else { | 1113 | } else { |