diff options
Diffstat (limited to 'v4l/compat.h')
-rw-r--r-- | v4l/compat.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index b6b646ebe..f86330c89 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -1,5 +1,5 @@ /* - * $Id: compat.h,v 1.15 2005/08/12 19:56:03 nsh Exp $ + * $Id: compat.h,v 1.16 2005/09/08 19:19:21 nsh Exp $ */ #ifndef _COMPAT_H @@ -109,6 +109,10 @@ static inline unsigned long msleep_interruptible(unsigned int msecs) #define pm_message_t u32 #endif +#ifndef KEY_SWITCHVIDEOMODE +#define KEY_SWITCHVIDEOMODE KEY_MEDIA +#endif + #endif /* * Local variables: |