diff options
author | Antti Palosaari <crope@iki.fi> | 2009-03-10 17:06:40 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-13 05:17:33 +0100 |
commit | 5f77af93266e107bd46c010c51d772c0fb003232 (patch) | |
tree | 674daa915610a7a29715951d203580ad95b2ef5d /drivers/media/video/saa7134/saa7134-dvb.c | |
parent | V4L/DVB (10834): zoran: auto-select bt866 for AverMedia 6 Eyes (diff) | |
download | linux-5f77af93266e107bd46c010c51d772c0fb003232.tar.xz linux-5f77af93266e107bd46c010c51d772c0fb003232.zip |
V4L/DVB (10972): zl10353: i2c_gate_ctrl bug fix
zl10353 i2c-gate was always closed and due to that devices having tuner
behind i2c-gate were broken. Add module configuration which allows disabling
i2c-gate only when really needed.
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/saa7134/saa7134-dvb.c')
-rw-r--r-- | drivers/media/video/saa7134/saa7134-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/saa7134/saa7134-dvb.c b/drivers/media/video/saa7134/saa7134-dvb.c index 0776ecf56d27..b5370b3e1a3d 100644 --- a/drivers/media/video/saa7134/saa7134-dvb.c +++ b/drivers/media/video/saa7134/saa7134-dvb.c @@ -860,6 +860,7 @@ static struct zl10353_config behold_h6_config = { .demod_address = 0x1e>>1, .no_tuner = 1, .parallel_ts = 1, + .disable_i2c_gate_ctrl = 1, }; /* ================================================================== |