diff options
Diffstat (limited to 'v4l/compat.h')
-rw-r--r-- | v4l/compat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 27153b9b0..8eafceb96 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -1,5 +1,5 @@ /* - * $Id: compat.h,v 1.22 2005/10/09 18:07:06 mchehab Exp $ + * $Id: compat.h,v 1.23 2005/10/11 02:52:03 mrechberger Exp $ */ #ifndef _COMPAT_H @@ -70,7 +70,7 @@ #endif #if !defined(I2C_HW_B_EM2820) -#define I2C_HW_B_EM2820 I2C_HW_B_BT848 +#define I2C_HW_B_EM2820 0x99 #endif #ifndef I2C_M_IGNORE_NAK |