diff options
Diffstat (limited to 'drivers/media/video')
-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 4a9998f4a618..05d03e42cfb3 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1577,6 +1577,10 @@ struct cx88_subid cx88_subids[] = { | |||
1577 | .subvendor = 0x0070, | 1577 | .subvendor = 0x0070, |
1578 | .subdevice = 0x9602, | 1578 | .subdevice = 0x9602, |
1579 | .card = CX88_BOARD_HAUPPAUGE_HVR1300, | 1579 | .card = CX88_BOARD_HAUPPAUGE_HVR1300, |
1580 | },{ | ||
1581 | .subvendor = 0x107d, | ||
1582 | .subdevice = 0x6632, | ||
1583 | .card = CX88_BOARD_LEADTEK_PVR2000, | ||
1580 | }, | 1584 | }, |
1581 | }; | 1585 | }; |
1582 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1586 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |