From: Devin Heitmueller Date: Tue, 4 Aug 2009 01:40:16 +0000 (-0300) Subject: V4L/DVB (12393): cx88: fix regression in tuning for Geniatech X8000 MT X-Git-Tag: v2.6.31-rc7~40^2~21 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=11db906983fc6e996fcd10073843bd6f1b9a96c3;p=platform%2Fkernel%2Flinux-stable.git V4L/DVB (12393): cx88: fix regression in tuning for Geniatech X8000 MT The introduction of the zl10353 i2c gate control broke support for the Geniatech board (which is not behind an i2 gate). Add the needed parameter. Signed-off-by: Devin Heitmueller Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/video/cx88/cx88-dvb.c b/drivers/media/video/cx88/cx88-dvb.c index c44e876..e237b50 100644 --- a/drivers/media/video/cx88/cx88-dvb.c +++ b/drivers/media/video/cx88/cx88-dvb.c @@ -501,6 +501,7 @@ static struct zl10353_config cx88_pinnacle_hybrid_pctv = { static struct zl10353_config cx88_geniatech_x8000_mt = { .demod_address = (0x1e >> 1), .no_tuner = 1, + .disable_i2c_gate_ctrl = 1, }; static struct s5h1411_config dvico_fusionhdtv7_config = {