projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a08cc44
)
V4L/DVB (4895): Accept tuners on saa7146 i2c bus only on address 0x60.
author
Michael Hunold
<hunold@linuxtv.org>
Tue, 28 Nov 2006 11:14:44 +0000
(08:14 -0300)
committer
Mauro Carvalho Chehab
<mchehab@infradead.org>
Sun, 10 Dec 2006 11:05:27 +0000
(09:05 -0200)
Signed-off-by: Michael Hunold <hunold@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
drivers/media/video/tuner-core.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/tuner-core.c
b/drivers/media/video/tuner-core.c
index 40590bae5ff7f55652ae57039d9347ccbb6f8566..705daaa2a4ff82a649c19affa1f7c02a2b9c3152 100644
(file)
--- 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) {