summaryrefslogtreecommitdiff
path: root/v4l/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'v4l/compat.h')
-rw-r--r--v4l/compat.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h
index 66f10d155..6e9f5091f 100644
--- a/v4l/compat.h
+++ b/v4l/compat.h
@@ -1,5 +1,5 @@
/*
- * $Id: compat.h,v 1.20 2005/09/24 17:22:52 mkrufky Exp $
+ * $Id: compat.h,v 1.21 2005/10/06 14:38:52 mchehab Exp $
*/
#ifndef _COMPAT_H
@@ -63,6 +63,10 @@
# define I2C_HW_SAA7146 I2C_ALGO_SAA7146
#endif
+#if !defined(I2C_HW_B_EM2820)
+#define I2C_HW_B_EM2820 I2C_HW_B_BT848
+#endif
+
#if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,9)
#define __le32 __u32
#endif