aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx23885/cx23885-dvb.c
diff options
context:
space:
mode:
authorChristopher Pascoe <linuxdvb@itee.uq.edu.au>2009-04-27 11:27:04 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-04-29 16:00:38 -0300
commitd4dc673da9a94716ca2410306c1b36b5faf6c4cc (patch)
tree51b214a62ea7c9ffae0e5ea0d1b2cef4ff9509a7 /drivers/media/video/cx23885/cx23885-dvb.c
parentV4L/DVB (11612): mx3_camera: Fix compilation with CONFIG_PM (diff)
downloadlinux-dev-d4dc673da9a94716ca2410306c1b36b5faf6c4cc.tar.xz
linux-dev-d4dc673da9a94716ca2410306c1b36b5faf6c4cc.zip
V4L/DVB (11626): cx23885: Two fixes for DViCO FusionHDTV DVB-T Dual Express
Two fixes for DViCO FusionHDTV DVB-T Dual Express: * Reset correct tuner when reinitializing xc3028. * Disable the I2C gate control to avoid locking up the I2C bus. Tested-by: John Knops <jknops@australiaonline.net.au> Reviewed-by: Steven Toth <stoth@linuxtv.org> Signed-off-by: Christopher Pascoe <linuxdvb@itee.uq.edu.au> Signed-off-by: Devin Heitmueller <dheitmueller@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to '')
-rw-r--r--drivers/media/video/cx23885/cx23885-dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/cx23885-dvb.c b/drivers/media/video/cx23885/cx23885-dvb.c
index f48454ab3900..0c49a98213c4 100644
--- a/drivers/media/video/cx23885/cx23885-dvb.c
+++ b/drivers/media/video/cx23885/cx23885-dvb.c
@@ -314,6 +314,7 @@ static struct zl10353_config dvico_fusionhdtv_xc3028 = {
.demod_address = 0x0f,
.if2 = 45600,
.no_tuner = 1,
+ .disable_i2c_gate_ctrl = 1,
};
static struct stv0900_config netup_stv0900_config = {