projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38f71ac
)
compat-wireless: the tty termios change is not in 3.6-rc1
author
Hauke Mehrtens
<hauke@hauke-m.de>
Mon, 6 Aug 2012 22:34:44 +0000
(
00:34
+0200)
committer
Luis R. Rodriguez
<mcgrof@frijolero.org>
Tue, 7 Aug 2012 19:30:20 +0000
(12:30 -0700)
The api change this patch is needed for is not in kernel 3.6-rc1.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Luis R. Rodriguez <mcgrof@frijolero.org>
patches/63-tty-termios.patch
patch
|
blob
|
history
diff --git
a/patches/63-tty-termios.patch
b/patches/63-tty-termios.patch
index dd7c300c24580c6dbf936b80ec107ac567560c97..b868ae973836dc01b7dca3e3a3c448d561304006 100644
(file)
--- a/
patches/63-tty-termios.patch
+++ b/
patches/63-tty-termios.patch
@@
-25,7
+25,7
@@
was not done through a static inline helper.
return status;
/* Disable Automatic RTSCTS */
-+#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,
6
,0))
++#if (LINUX_VERSION_CODE >= KERNEL_VERSION(3,
7
,0))
ktermios = tty->termios;
+#else
+ memcpy(&ktermios, tty->termios, sizeof(ktermios));