diff options
Diffstat (limited to 'v4l/compat.h')
-rw-r--r-- | v4l/compat.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 67fc48824..a35acc464 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -1,5 +1,5 @@ /* - * $Id: compat.h,v 1.42 2005/12/10 01:43:26 mchehab Exp $ + * $Id: compat.h,v 1.43 2005/12/11 18:11:56 mchehab Exp $ */ #ifndef _COMPAT_H @@ -148,6 +148,7 @@ static inline unsigned long msleep_interruptible(unsigned int msecs) /* some keys from 2.6.x which are not (yet?) in 2.4.x */ # define KEY_PLAY 207 # define KEY_PRINT 210 +# define KEY_EMAIL 215 # define KEY_SEARCH 217 # define KEY_SELECT 0x161 # define KEY_GOTO 0x162 @@ -183,6 +184,7 @@ static inline unsigned long msleep_interruptible(unsigned int msecs) # define KEY_CLEAR 0x163 # define KEY_AUX 0x186 # define KEY_SCREEN 0x177 +# define KEY_PC 0x178 # define KEY_MEDIA 226 # define KEY_SLOW 0x199 # define KEY_OK 0x160 |