summaryrefslogtreecommitdiff
path: root/linux/drivers/media
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 01:30:58 +0000
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-08-20 01:30:58 +0000
commitef36e0392e76322283553a75b4f0e656c8151598 (patch)
tree936147752e22eac8fbfb9138e664022ca9edcf08 /linux/drivers/media
parent5ba9b1fa2dc6d6832ae773956d09922c9a7f3780 (diff)
downloadmediapointer-dvb-s2-ef36e0392e76322283553a75b4f0e656c8151598.tar.gz
mediapointer-dvb-s2-ef36e0392e76322283553a75b4f0e656c8151598.tar.bz2
saa7134-input: don't probe for the Pinnacle remotes anymore
From: hermann pitton <hermann-pitton@arcor.de> With the recent improvements we don't need to probe anymore, if we know the i2c address of the receiver. The address of the receiver for the remote with the gray buttons is not confirmed anywhere, but it is very unlikely to see it on something else. We want to have that information anyway. BTW, those remaining still probing, please join. Signed-off-by: hermann pitton <hermann-pitton@arcor.de> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'linux/drivers/media')
-rw-r--r--linux/drivers/media/video/saa7134/saa7134-input.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/linux/drivers/media/video/saa7134/saa7134-input.c b/linux/drivers/media/video/saa7134/saa7134-input.c
index 585f78af3..146ac816a 100644
--- a/linux/drivers/media/video/saa7134/saa7134-input.c
+++ b/linux/drivers/media/video/saa7134/saa7134-input.c
@@ -787,6 +787,7 @@ void saa7134_probe_i2c_ir(struct saa7134_dev *dev)
#else
init_data.get_key = get_key_pinnacle_color;
init_data.ir_codes = ir_codes_pinnacle_color;
+ info.addr = 0x47;
#endif
} else {
#if LINUX_VERSION_CODE < KERNEL_VERSION(2, 6, 30)
@@ -795,6 +796,7 @@ void saa7134_probe_i2c_ir(struct saa7134_dev *dev)
#else
init_data.get_key = get_key_pinnacle_grey;
init_data.ir_codes = ir_codes_pinnacle_grey;
+ info.addr = 0x47;
#endif
}
break;