diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2007-03-11 11:48:04 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-04-27 14:44:44 -0400 |
commit | 733aeaf4c006353b1ed8c54b707c03a6385c30ed (patch) | |
tree | 36e4fd0a1f7cb3780863f6ffa932b9c442fcb7d5 /drivers/media/video/cx88/cx88-cards.c | |
parent | 57f8dcf90bdf4c6b23ea2af3d307d1d137b696b9 (diff) |
V4L/DVB (5431): Cx88: autodetect ADS Tech InstantTV DVB-S
The ADS Tech InstantTV DVB-S is a clone of the KWorld DVB-S 100.
This patch adds autodetection support for this card based on
pci subsystem id.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-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); |