aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/linux/linux-gumstix-2.6.15/bugfix-pxa-serial-mctrl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/linux/linux-gumstix-2.6.15/bugfix-pxa-serial-mctrl.patch')
-rw-r--r--recipes/linux/linux-gumstix-2.6.15/bugfix-pxa-serial-mctrl.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/linux/linux-gumstix-2.6.15/bugfix-pxa-serial-mctrl.patch b/recipes/linux/linux-gumstix-2.6.15/bugfix-pxa-serial-mctrl.patch
new file mode 100644
index 0000000000..574ac1ac62
--- /dev/null
+++ b/recipes/linux/linux-gumstix-2.6.15/bugfix-pxa-serial-mctrl.patch
@@ -0,0 +1,12 @@
+Index: linux-2.6.15gum/drivers/serial/pxa.c
+===================================================================
+--- linux-2.6.15gum.orig/drivers/serial/pxa.c
++++ linux-2.6.15gum/drivers/serial/pxa.c
+@@ -277,7 +277,6 @@ static unsigned int serial_pxa_get_mctrl
+ unsigned char status;
+ unsigned int ret;
+
+-return TIOCM_CTS | TIOCM_DSR | TIOCM_CAR;
+ status = serial_in(up, UART_MSR);
+
+ ret = 0;