diff options
Diffstat (limited to 'drivers/media/video')
-rw-r--r-- | drivers/media/video/pvrusb2/pvrusb2-hdw.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/video/pvrusb2/pvrusb2-hdw.c b/drivers/media/video/pvrusb2/pvrusb2-hdw.c index bd46b40eefdc..f4cf485abc6b 100644 --- a/drivers/media/video/pvrusb2/pvrusb2-hdw.c +++ b/drivers/media/video/pvrusb2/pvrusb2-hdw.c | |||
@@ -132,6 +132,8 @@ static const char *module_names[] = { | |||
132 | 132 | ||
133 | static const unsigned char *module_i2c_addresses[] = { | 133 | static const unsigned char *module_i2c_addresses[] = { |
134 | [PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63", | 134 | [PVR2_CLIENT_ID_TUNER] = "\x60\x61\x62\x63", |
135 | [PVR2_CLIENT_ID_MSP3400] = "\x40", | ||
136 | [PVR2_CLIENT_ID_SAA7115] = "\x21", | ||
135 | [PVR2_CLIENT_ID_WM8775] = "\x1b", | 137 | [PVR2_CLIENT_ID_WM8775] = "\x1b", |
136 | [PVR2_CLIENT_ID_CX25840] = "\x44", | 138 | [PVR2_CLIENT_ID_CX25840] = "\x44", |
137 | }; | 139 | }; |