diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-09-08 19:19:21 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-09-08 19:19:21 +0000 |
commit | 3d44784d35a37f856d8867b7d72a7cedf0dd2c29 (patch) | |
tree | a8d122bb64360e106dbfdf069303e4d624244c05 /v4l/compat.h | |
parent | 3f07df3f940bd9b40ae8814dce64d82a9b9feaa5 (diff) | |
download | mediapointer-dvb-s2-3d44784d35a37f856d8867b7d72a7cedf0dd2c29.tar.gz mediapointer-dvb-s2-3d44784d35a37f856d8867b7d72a7cedf0dd2c29.tar.bz2 |
Fixed build with older kernels
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: |