projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d70c7f
)
V4L/DVB (13498): pvrusb2: Bind I2C address 0x71 for Zilog IR devices
author
Mike Isely
<isely@pobox.com>
Wed, 25 Nov 2009 05:57:21 +0000
(
02:57
-0300)
committer
Mauro Carvalho Chehab
<mchehab@redhat.com>
Sat, 5 Dec 2009 20:42:10 +0000
(18:42 -0200)
Signed-off-by: Mike Isely <isely@pobox.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
patch
|
blob
|
history
diff --git
a/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
b/drivers/media/video/pvrusb2/pvrusb2-i2c-core.c
index a334b1a966a2a4b07f3dc44f2398a9a12c095550..7cbe18c4ca9568f75f0c8f7d837e9e8981ac06e1 100644
(file)
--- 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,
};