aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-11-25 00:57:21 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 15:42:10 -0500
commit4b1c83cc51381c3d523452353204247398f5116c (patch)
tree12ef85820798f6979f411c29fd7d22681ea0f079
parent1d70c7fdbb78b0cd40b850a14225aed454c0a062 (diff)
V4L/DVB (13498): pvrusb2: Bind I2C address 0x71 for Zilog IR devices
Signed-off-by: Mike Isely <isely@pobox.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
-rw-r--r--drivers/media/video/pvrusb2/pvrusb2-i2c-core.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c b/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
index a334b1a966a..7cbe18c4ca9 100644
--- a/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
+++ b/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
@@ -50,6 +50,7 @@ MODULE_PARM_DESC(disable_autoload_ir_video,
50 50
51/* Mapping of IR schemes to known I2C addresses - if any */ 51/* Mapping of IR schemes to known I2C addresses - if any */
52static const unsigned char ir_video_addresses[] = { 52static const unsigned char ir_video_addresses[] = {
53 [PVR2_IR_SCHEME_ZILOG] = 0x71,
53 [PVR2_IR_SCHEME_29XXX] = 0x18, 54 [PVR2_IR_SCHEME_29XXX] = 0x18,
54 [PVR2_IR_SCHEME_24XXX] = 0x18, 55 [PVR2_IR_SCHEME_24XXX] = 0x18,
55}; 56};