diff options
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/cx88/cx88-cards.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c index b4fd1ef007ea..c95438abcd7b 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1161,6 +1161,10 @@ struct cx88_subid cx88_subids[] = { | |||
1161 | .subvendor = 0x0070, | 1161 | .subvendor = 0x0070, |
1162 | .subdevice = 0x9802, | 1162 | .subdevice = 0x9802, |
1163 | .card = CX88_BOARD_HAUPPAUGE_HVR1100LP, | 1163 | .card = CX88_BOARD_HAUPPAUGE_HVR1100LP, |
1164 | },{ | ||
1165 | .subvendor = 0x0070, | ||
1166 | .subdevice = 0x9001, | ||
1167 | .card = CX88_BOARD_HAUPPAUGE_DVB_T1, | ||
1164 | }, | 1168 | }, |
1165 | }; | 1169 | }; |
1166 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1170 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |