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 65e9d8096b74..5de82fe1936c 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1631,6 +1631,10 @@ struct cx88_subid cx88_subids[] = { | |||
1631 | .subvendor = 0x0070, | 1631 | .subvendor = 0x0070, |
1632 | .subdevice = 0x1402, | 1632 | .subdevice = 0x1402, |
1633 | .card = CX88_BOARD_HAUPPAUGE_HVR3000, | 1633 | .card = CX88_BOARD_HAUPPAUGE_HVR3000, |
1634 | },{ | ||
1635 | .subvendor = 0x1421, | ||
1636 | .subdevice = 0x0341, /* ADS Tech InstantTV DVB-S */ | ||
1637 | .card = CX88_BOARD_KWORLD_DVBS_100, | ||
1634 | }, | 1638 | }, |
1635 | }; | 1639 | }; |
1636 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1640 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |