diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2006-09-25 13:14:24 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-10-03 14:14:03 -0400 |
commit | 4508f59826b81ad562912887e72caff392da18d1 (patch) | |
tree | 2e6a5c87117cc3c72484ed101309e227fb846957 /drivers | |
parent | 48d5e8031e45545d353cb81a8f52c727deea88c0 (diff) |
V4L/DVB (4669): Cx88: autodetect Club3D Zap TV2100 by subsystem id 12ab:2300
The Club3D Zap TV2100 has been reported to be a clone of the Yuan PG300 and
KWorld/VStream XPert DVB-T with cx22702
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
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 bf530a96cf5e..f3e11cbca45c 100644 --- a/drivers/media/video/cx88/cx88-cards.c +++ b/drivers/media/video/cx88/cx88-cards.c | |||
@@ -1582,6 +1582,10 @@ struct cx88_subid cx88_subids[] = { | |||
1582 | .subvendor = 0x107d, | 1582 | .subvendor = 0x107d, |
1583 | .subdevice = 0x6632, | 1583 | .subdevice = 0x6632, |
1584 | .card = CX88_BOARD_LEADTEK_PVR2000, | 1584 | .card = CX88_BOARD_LEADTEK_PVR2000, |
1585 | },{ | ||
1586 | .subvendor = 0x12ab, | ||
1587 | .subdevice = 0x2300, /* Club3D Zap TV2100 */ | ||
1588 | .card = CX88_BOARD_KWORLD_DVB_T_CX22702, | ||
1585 | }, | 1589 | }, |
1586 | }; | 1590 | }; |
1587 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); | 1591 | const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); |