diff options
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/ChangeLog | 8 | ||||
-rw-r--r-- | v4l/compat.h | 6 |
2 files changed, 13 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog index c02df599d..b47d8fc85 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,3 +1,11 @@ +2005-09-08 19:06 nshmyrev + + * compat.h, i2c-kbd-gpio.c: + - Define missing key value, fix compilation with older kernels + + Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru> + Signed-off-by: James Schettine <james@NOSPAM.MyVnc.com> + 2005-09-07 10:30 nshmyrev * doc/CARDLIST.saa7134: 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: |