diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-10 02:59:33 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2011-07-27 22:55:49 +0200 |
commit | f1fe1b75d64046b693075045fe9fc5cafed9c981 (patch) | |
tree | 26669633735b8596e5ce88d27d27a2c7f4b3e42d /drivers/media/video/em28xx | |
parent | [media] em28xx-i2c: Add a read after I2C write (diff) | |
download | linux-f1fe1b75d64046b693075045fe9fc5cafed9c981.tar.xz linux-f1fe1b75d64046b693075045fe9fc5cafed9c981.zip |
[media] drxk: Allow to disable I2C Bridge control switch
On em28xx, tda18271C2 is accessible when the i2c port
is not touched. Touching on it breaks the driver.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx')
-rw-r--r-- | drivers/media/video/em28xx/em28xx-dvb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/em28xx-dvb.c b/drivers/media/video/em28xx/em28xx-dvb.c index 93f0af505b00..9b2be03c82e8 100644 --- a/drivers/media/video/em28xx/em28xx-dvb.c +++ b/drivers/media/video/em28xx/em28xx-dvb.c @@ -304,6 +304,7 @@ static struct drxd_config em28xx_drxd = { struct drxk_config terratec_h5_drxk = { .adr = 0x29, .single_master = 1, + .no_i2c_bridge = 1, .microcode_name = "terratec_h5.fw", }; |