summaryrefslogtreecommitdiff
path: root/v4l/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/compat.h')
-rw-r--r--v4l/compat.h61
1 files changed, 44 insertions, 17 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index 2271e6524..bb2f0954a 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -1,5 +1,5 @@
/*
- * $Id: compat.h,v 1.24 2005/10/11 20:04:27 nsh Exp $
+ * $Id: compat.h,v 1.25 2005/10/14 16:31:51 mchehab Exp $
*/
#ifndef _COMPAT_H
@@ -136,22 +136,49 @@ static inline unsigned long msleep_interruptible(unsigned int msecs)
#endif
#endif
-#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)
-#define KEY_NEXT 0x197
-#define KEY_RADIO 0x181
-#define KEY_PREVIOUS 0x19c
-#define KEY_MHP 0x16f
-#define KEY_EPG 0x16d
-#define KEY_FASTFORWARD 208
-#define KEY_LIST 0x18b
-#define KEY_LAST 0x195
-#define KEY_CLEAR 0x163
-#define KEY_AUX 0x186
-#define KEY_SCREEN 0x177
-#define KEY_MEDIA 226
-#define KEY_SLOW 0x199
-#define KEY_OK 0x160
-#define KEY_DIGITS 0x19d
+#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,0)
+/* some keys from 2.6.x which are not (yet?) in 2.4.x */
+# define KEY_PLAY 207
+# define KEY_PRINT 210
+# define KEY_SEARCH 217
+# define KEY_SELECT 0x161
+# define KEY_GOTO 0x162
+# define KEY_INFO 0x166
+# define KEY_CHANNEL 0x16b
+# define KEY_LANGUAGE 0x170
+# define KEY_SUBTITLE 0x172
+# define KEY_ZOOM 0x174
+# define KEY_MODE 0x175
+# define KEY_TV 0x179
+# define KEY_CD 0x17f
+# define KEY_TUNER 0x182
+# define KEY_TEXT 0x184
+# define KEY_DVD 0x185
+# define KEY_AUDIO 0x188
+# define KEY_VIDEO 0x189
+# define KEY_RED 0x18e
+# define KEY_GREEN 0x18f
+# define KEY_YELLOW 0x190
+# define KEY_BLUE 0x191
+# define KEY_CHANNELUP 0x192
+# define KEY_CHANNELDOWN 0x193
+# define KEY_RESTART 0x198
+# define KEY_SHUFFLE 0x19a
+# define KEY_NEXT 0x197
+# define KEY_RADIO 0x181
+# define KEY_PREVIOUS 0x19c
+# define KEY_MHP 0x16f
+# define KEY_EPG 0x16d
+# define KEY_FASTFORWARD 208
+# define KEY_LIST 0x18b
+# define KEY_LAST 0x195
+# define KEY_CLEAR 0x163
+# define KEY_AUX 0x186
+# define KEY_SCREEN 0x177
+# define KEY_MEDIA 226
+# define KEY_SLOW 0x199
+# define KEY_OK 0x160
+# define KEY_DIGITS 0x19d
#endif
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)