projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ar71xx: enable myloader partition parser on 2.6.30 and 2.6.31
[openwrt.git]
/
target
/
linux
/
ar7
/
patches-2.6.27
/
500-serial_kludge.patch
diff --git
a/target/linux/ar7/patches-2.6.27/500-serial_kludge.patch
b/target/linux/ar7/patches-2.6.27/500-serial_kludge.patch
index
6ce59ed
..
e7a4b24
100644
(file)
--- a/
target/linux/ar7/patches-2.6.27/500-serial_kludge.patch
+++ b/
target/linux/ar7/patches-2.6.27/500-serial_kludge.patch
@@
-1,6
+1,6
@@
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
--- a/drivers/serial/8250.c
+++ b/drivers/serial/8250.c
-@@ -26
6,6 +266
,13 @@ static const struct serial8250_config ua
+@@ -26
4,6 +264
,13 @@ static const struct serial8250_config ua
.fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
.flags = UART_CAP_FIFO,
},
.fcr = UART_FCR_ENABLE_FIFO | UART_FCR_R_TRIG_10,
.flags = UART_CAP_FIFO,
},
@@
-14,7
+14,7
@@
};
#if defined (CONFIG_SERIAL_8250_AU1X00)
};
#if defined (CONFIG_SERIAL_8250_AU1X00)
-@@ -25
24,7 +2531
,11 @@ static void serial8250_console_putchar(s
+@@ -25
52,7 +2559
,11 @@ static void serial8250_console_putchar(s
{
struct uart_8250_port *up = (struct uart_8250_port *)port;
{
struct uart_8250_port *up = (struct uart_8250_port *)port;
This page took
0.024908 seconds
and
4
git commands to generate.