From 3d44784d35a37f856d8867b7d72a7cedf0dd2c29 Mon Sep 17 00:00:00 2001 From: "Nickolay V. Shmyrev" Date: Thu, 8 Sep 2005 19:19:21 +0000 Subject: Fixed build with older kernels --- v4l/compat.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'v4l/compat.h') 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: -- cgit v1.2.3