diff options
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-i2c-core.c | 1 |
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 a334b1a966a2..7cbe18c4ca95 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 */ |
52 | static const unsigned char ir_video_addresses[] = { | 52 | static 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 | }; |