summaryrefslogtreecommitdiff
path: root/v4l
diff options
context:
space:
mode:
Diffstat (limited to 'v4l')
-rw-r--r--v4l/ChangeLog9
-rw-r--r--v4l/compat.h4
2 files changed, 12 insertions, 1 deletions
diff --git a/v4l/ChangeLog b/v4l/ChangeLog
index 5605f8589..f721d8016 100644
--- a/v4l/ChangeLog
+++ b/v4l/ChangeLog
@@ -1,3 +1,12 @@
+2005-09-24 17:03 mkrufky
+
+ * compat.h:
+ - Previous commit prevents tda1004x & lgdt330x support in tree-merge
+ for kernels < 2.6.13. Fixed using DVB_CVS flag, set in tree-merge
+ Makefile.
+
+ Signed-off-by: Michael Krufky <mkrufky@m1k.net>
+
2005-09-24 01:05 mkrufky
* bttv-cards.c:
diff --git a/v4l/compat.h b/v4l/compat.h
index 29fd5051a..66f10d155 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -1,5 +1,5 @@
/*
- * $Id: compat.h,v 1.19 2005/09/21 00:56:30 mkrufky Exp $
+ * $Id: compat.h,v 1.20 2005/09/24 17:22:52 mkrufky Exp $
*/
#ifndef _COMPAT_H
@@ -115,10 +115,12 @@ static inline unsigned long msleep_interruptible(unsigned int msecs)
#define pm_message_t u32
#endif
+#ifndef DVB_CVS
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,13)
#undef HAVE_LGDT330X
#undef HAVE_TDA1004X
#endif
+#endif
#endif
/*