aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/pvrusb2
diff options
context:
space:
mode:
authorMike Isely <isely@pobox.com>2009-11-25 02:57:21 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2009-12-05 18:42:10 -0200
commit4b1c83cc51381c3d523452353204247398f5116c (patch)
tree12ef85820798f6979f411c29fd7d22681ea0f079 /drivers/media/video/pvrusb2
parent1d70c7fdbb78b0cd40b850a14225aed454c0a062 (diff)
downloadkernel_samsung_smdk4412-4b1c83cc51381c3d523452353204247398f5116c.zip
kernel_samsung_smdk4412-4b1c83cc51381c3d523452353204247398f5116c.tar.gz
kernel_samsung_smdk4412-4b1c83cc51381c3d523452353204247398f5116c.tar.bz2
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>
Diffstat (limited to 'drivers/media/video/pvrusb2')
-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 a334b1a..7cbe18c 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,
/* Mapping of IR schemes to known I2C addresses - if any */
static const unsigned char ir_video_addresses[] = {
+ [PVR2_IR_SCHEME_ZILOG] = 0x71,
[PVR2_IR_SCHEME_29XXX] = 0x18,
[PVR2_IR_SCHEME_24XXX] = 0x18,
};