mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
1d70c7fdbb
commit
4b1c83cc51
|
@ -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,
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue