diff options
author | Steven Toth <stoth@hauppauge.com> | 2007-03-19 17:03:03 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2007-03-19 17:03:03 -0400 |
commit | e8afab1a8a11384e9f406b0a5d9e0b72f04f0616 (patch) | |
tree | 7c82c5ac086721bbd6d4a0f631befd11ae7afb2f /linux/drivers/media/video | |
parent | 32ed7528ed09979b9db2352969ba1cbf803b4e09 (diff) | |
download | mediapointer-dvb-s2-e8afab1a8a11384e9f406b0a5d9e0b72f04f0616.tar.gz mediapointer-dvb-s2-e8afab1a8a11384e9f406b0a5d9e0b72f04f0616.tar.bz2 |
Added the I2C_FUNC_I2C support to the cx23885 i2c algo definition.
From: Steven Toth <stoth@hauppauge.com>
This is required to support the cx258xx family of audio and video decoders.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r-- | linux/drivers/media/video/cx23885/cx23885-i2c.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx23885/cx23885-i2c.c b/linux/drivers/media/video/cx23885/cx23885-i2c.c index b7d698329..01e98782e 100644 --- a/linux/drivers/media/video/cx23885/cx23885-i2c.c +++ b/linux/drivers/media/video/cx23885/cx23885-i2c.c @@ -298,7 +298,7 @@ static int cx23885_algo_control(struct i2c_adapter *adap, static u32 cx23885_functionality(struct i2c_adapter *adap) { - return I2C_FUNC_SMBUS_EMUL; + return I2C_FUNC_SMBUS_EMUL | I2C_FUNC_I2C; } static struct i2c_algorithm cx23885_i2c_algo_template = { |