summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch')
-rw-r--r--meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch
new file mode 100644
index 0000000000..719c320202
--- /dev/null
+++ b/meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch
@@ -0,0 +1,28 @@
1# 2.6.33 deleted the Hayes esp driver, so the ioctls to get and set its
2# configuration are no longer needed, and they break setserial by making it
3# believe that it should compile in the code that supports this modem.
4
52010/06/16
6Created-by: Jeff Dike <jdike@linux.intel.com>
7
8Index: linux-2.6.34/include/asm-generic/ioctls.h
9===================================================================
10--- linux-2.6.34.orig/include/asm-generic/ioctls.h
11+++ linux-2.6.34/include/asm-generic/ioctls.h
12@@ -86,16 +86,6 @@
13 #define TIOCMIWAIT 0x545C /* wait for a change on serial input line(s) */
14 #define TIOCGICOUNT 0x545D /* read serial port inline interrupt counts */
15
16-/*
17- * some architectures define FIOQSIZE as 0x545E, which is used for
18- * TIOCGHAYESESP on others
19- */
20-#ifndef FIOQSIZE
21-# define TIOCGHAYESESP 0x545E /* Get Hayes ESP configuration */
22-# define TIOCSHAYESESP 0x545F /* Set Hayes ESP configuration */
23-# define FIOQSIZE 0x5460
24-#endif
25-
26 /* Used for packet mode */
27 #define TIOCPKT_DATA 0
28 #define TIOCPKT_FLUSHREAD 1