summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/zoran/zoran_card.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2008-10-15 20:26:21 -0200
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-15 20:26:21 -0200
commitf711ada34237441abc35e3988a0748850e31559d (patch)
tree4be3f03aa6969bced471b6144101dbd2a3a9a6e1 /linux/drivers/media/video/zoran/zoran_card.c
parent8bf8d1c827e2c59e354b8daf5ccefd11a5ad618d (diff)
parent84186d8dda12362e5c3bd4b59888cade5f860d2b (diff)
downloadmediapointer-dvb-s2-f711ada34237441abc35e3988a0748850e31559d.tar.gz
mediapointer-dvb-s2-f711ada34237441abc35e3988a0748850e31559d.tar.bz2
merge: http://www.linuxtv.org/hg/~hverkuil/v4l-dvb-zoran
From: Mauro Carvalho Chehab <mchehab@redhat.com> Priority: normal Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media/video/zoran/zoran_card.c')
-rw-r--r--linux/drivers/media/video/zoran/zoran_card.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/zoran/zoran_card.c b/linux/drivers/media/video/zoran/zoran_card.c
index 081b72a45..d5026ae51 100644
--- a/linux/drivers/media/video/zoran/zoran_card.c
+++ b/linux/drivers/media/video/zoran/zoran_card.c
@@ -818,6 +818,7 @@ zoran_register_i2c (struct zoran *zr)
memcpy(&zr->i2c_algo, &zoran_i2c_bit_data_template,
sizeof(struct i2c_algo_bit_data));
zr->i2c_algo.data = zr;
+ zr->i2c_adapter.class = I2C_CLASS_TV_ANALOG;
zr->i2c_adapter.id = I2C_HW_B_ZR36067;
zr->i2c_adapter.client_register = zoran_i2c_client_register;
zr->i2c_adapter.client_unregister = zoran_i2c_client_unregister;