diff options
Diffstat (limited to 'drivers')
-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 645464b2d269..7199169cd14f 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1357,6 +1357,10 @@ struct cx88_subid cx88_subids[] = { | |||
1357 | .subvendor = 0x17de, | 1357 | .subvendor = 0x17de, |
1358 | .subdevice = 0x0841, | 1358 | .subdevice = 0x0841, |
1359 | .card = CX88_BOARD_KWORLD_MCE200_DELUXE, | 1359 | .card = CX88_BOARD_KWORLD_MCE200_DELUXE, |
1360 | },{ | ||
1361 | .subvendor = 0x1822, | ||
1362 | .subdevice = 0x0019, | ||
1363 | .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO, | ||
1360 | }, | 1364 | }, |
1361 | }; | 1365 | }; |
1362 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1366 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |