diff options
author | Gerd Knorr <devnull@localhost> | 2004-09-10 08:50:22 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-09-10 08:50:22 +0000 |
commit | 029761494c912196c295e73b767d7b8206945e1c (patch) | |
tree | 1122fa827687fb8bbc0cd88b3a86750fcde8c33d /v4l | |
parent | 1f28b60566ae6df05bee4dc8b2c5517fadaee79a (diff) | |
download | mediapointer-dvb-s2-029761494c912196c295e73b767d7b8206945e1c.tar.gz mediapointer-dvb-s2-029761494c912196c295e73b767d7b8206945e1c.tar.bz2 |
- cx88: i2c fixups.
Diffstat (limited to 'v4l')
-rw-r--r-- | v4l/compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/v4l/compat.h b/v4l/compat.h index 8c4db090c..354f55736 100644 --- a/v4l/compat.h +++ b/v4l/compat.h @@ -12,7 +12,8 @@ #endif #if defined(I2C_ADAP_CLASS_TV_ANALOG) && !defined(I2C_CLASS_TV_ANALOG) -# define I2C_CLASS_TV_ANALOG I2C_ADAP_CLASS_TV_ANALOG +# define I2C_CLASS_TV_ANALOG I2C_ADAP_CLASS_TV_ANALOG +# define I2C_CLASS_TV_DIGITAL I2C_ADAP_CLASS_TV_DIGITAL #endif #if LINUX_VERSION_CODE < KERNEL_VERSION(2,6,6) |