summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-08-03 21:40:16 -0400
committerDevin Heitmueller <dheitmueller@kernellabs.com>2009-08-03 21:40:16 -0400
commitf0b81434ee6e958e7ffc72aa28d580c3d08cb31c (patch)
treefbe1030e55332c4ac3ca83bc887f639670a3bdaf /linux/drivers/media/video
parent0a6ce90779f4a12f8e75009d19209a4ee48707d8 (diff)
downloadmediapointer-dvb-s2-f0b81434ee6e958e7ffc72aa28d580c3d08cb31c.tar.gz
mediapointer-dvb-s2-f0b81434ee6e958e7ffc72aa28d580c3d08cb31c.tar.bz2
cx88: fix regression in tuning for Geniatech X8000 MT
From: Devin Heitmueller <dheitmueller@kernellabs.com> 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. Priority: high Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com>
Diffstat (limited to 'linux/drivers/media/video')
-rw-r--r--linux/drivers/media/video/cx88/cx88-dvb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-dvb.c b/linux/drivers/media/video/cx88/cx88-dvb.c
index 36f35f0b5..9c88b6c0f 100644
--- a/linux/drivers/media/video/cx88/cx88-dvb.c
+++ b/linux/drivers/media/video/cx88/cx88-dvb.c
@@ -502,6 +502,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,
#if 0
.input_frequency = 0xe609,
.parallel_ts = 1,