aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/tuner-core.c
diff options
context:
space:
mode:
authorMichael Hunold <hunold@linuxtv.org>2006-11-28 08:14:44 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-12-10 09:05:27 -0200
commitc28089a65ca03890db120ee2bf6a7eb0cf603817 (patch)
tree1da073b8bd66beccc176117bc0ee63dcbc04d290 /drivers/media/video/tuner-core.c
parentV4L/DVB (4894): Mxb: fix to load the proper i2c modules (diff)
downloadlinux-dev-c28089a65ca03890db120ee2bf6a7eb0cf603817.tar.xz
linux-dev-c28089a65ca03890db120ee2bf6a7eb0cf603817.zip
V4L/DVB (4895): Accept tuners on saa7146 i2c bus only on address 0x60.
Signed-off-by: Michael Hunold <hunold@linuxtv.org> Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/tuner-core.c')
-rw-r--r--drivers/media/video/tuner-core.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/tuner-core.c b/drivers/media/video/tuner-core.c
index 40590bae5ff7..705daaa2a4ff 100644
--- a/drivers/media/video/tuner-core.c
+++ b/drivers/media/video/tuner-core.c
@@ -443,6 +443,10 @@ static int tuner_attach(struct i2c_adapter *adap, int addr, int kind)
printk("%02x ",buffer[i]);
printk("\n");
}
+ /* HACK: This test were added to avoid tuner to probe tda9840 and tea6415c on the MXB card */
+ if (adap->id == I2C_HW_SAA7146 && addr < 0x4a)
+ return -ENODEV;
+
/* autodetection code based on the i2c addr */
if (!no_autodetect) {
switch (addr) {