aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-i2c.c
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2007-03-19 18:03:03 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2007-10-09 22:08:05 -0300
commit0fc0739ba940c07e97599a7ee04c24faae9808ed (patch)
tree1fb683b3152feecf8120754f3f94abf29d83def7 /drivers/media/video/cx23885/cx23885-i2c.c
parent3328e4fbf10a2c2513d4de662ab251e0f4cb7c3e (diff)
downloadkernel_samsung_smdk4412-0fc0739ba940c07e97599a7ee04c24faae9808ed.zip
kernel_samsung_smdk4412-0fc0739ba940c07e97599a7ee04c24faae9808ed.tar.gz
kernel_samsung_smdk4412-0fc0739ba940c07e97599a7ee04c24faae9808ed.tar.bz2
V4L/DVB (6156): Added the I2C_FUNC_I2C support to the cx23885 i2c algo definition
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> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/cx23885-i2c.c')
-rw-r--r--drivers/media/video/cx23885/cx23885-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/cx23885/cx23885-i2c.c b/drivers/media/video/cx23885/cx23885-i2c.c
index 6f5e207..dbd048d 100644
--- a/drivers/media/video/cx23885/cx23885-i2c.c
+++ b/drivers/media/video/cx23885/cx23885-i2c.c
@@ -279,7 +279,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 = {