Commit 0fc0739b authored by Steven Toth's avatar Steven Toth Committed by Mauro Carvalho Chehab

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: default avatarSteven Toth <stoth@hauppauge.com>
Signed-off-by: default avatarMichael Krufky <mkrufky@linuxtv.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@infradead.org>
parent 3328e4fb
...@@ -279,7 +279,7 @@ static int cx23885_algo_control(struct i2c_adapter *adap, ...@@ -279,7 +279,7 @@ static int cx23885_algo_control(struct i2c_adapter *adap,
static u32 cx23885_functionality(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 = { static struct i2c_algorithm cx23885_i2c_algo_template = {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment