aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorDavid Shirley <David.Shirley@team.telstra.com>2005-11-09 00:37:22 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-09 10:56:17 -0500
commit2b5200a7b19a53969db68c97d379339592ca6a4f (patch)
tree55611b729d1285b046c9128dce53835c3c50a5e9 /drivers/media/video/cx88/cx88-cards.c
parent40c717ff48b2c91091a69de0e28c02a43e9b0c7c (diff)
[PATCH] v4l: 766: add dvb card winfast dtv1000-t
- Add DVB card WinFast DTV1000-T Signed-off-by: David Shirley <David.Shirley@team.telstra.com> Signed-off-by: Michael Krufky <mkrufky@m1k.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@brturbo.com.br> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 388440789dfb..6a85ba111fb1 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -852,6 +852,18 @@ struct cx88_board cx88_boards[] = {
852 .gpio3 = 0x00000000, 852 .gpio3 = 0x00000000,
853 }}, 853 }},
854 }, 854 },
855 [CX88_BOARD_WINFAST_DTV1000] = {
856 .name = "WinFast DTV1000-T",
857 .tuner_type = TUNER_ABSENT,
858 .radio_type = UNSET,
859 .tuner_addr = ADDR_UNSET,
860 .radio_addr = ADDR_UNSET,
861 .input = {{
862 .type = CX88_VMUX_DVB,
863 .vmux = 0,
864 }},
865 .dvb = 1,
866 },
855}; 867};
856const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards); 868const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
857 869
@@ -991,6 +1003,10 @@ struct cx88_subid cx88_subids[] = {
991 .subvendor = PCI_VENDOR_ID_ATI, 1003 .subvendor = PCI_VENDOR_ID_ATI,
992 .subdevice = 0xa101, 1004 .subdevice = 0xa101,
993 .card = CX88_BOARD_ATI_HDTVWONDER, 1005 .card = CX88_BOARD_ATI_HDTVWONDER,
1006 },{
1007 .subvendor = 0x107d,
1008 .subdevice = 0x665f,
1009 .card = CX88_BOARD_WINFAST_DTV1000,
994 }, 1010 },
995}; 1011};
996const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids); 1012const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);