diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-25 02:19:00 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-02-25 02:19:00 -0300 |
commit | 23df4e24ccac2964235495a1f6bdcc9b0e8c519c (patch) | |
tree | 94232677bf037a7a0b351bbe8c435732e35c0e91 /linux/drivers/media/video/cx88/cx88-cards.c | |
parent | 7580ecdf410d5555f4e21af32ed28ba70466d744 (diff) | |
parent | 71b2f3e4c3cb8b646bc1afb0175861cc10891840 (diff) | |
download | mediapointer-dvb-s2-23df4e24ccac2964235495a1f6bdcc9b0e8c519c.tar.gz mediapointer-dvb-s2-23df4e24ccac2964235495a1f6bdcc9b0e8c519c.tar.bz2 |
merge: http://linuxtv.org/hg/~mkrufky/cx88-xc2028
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-cards.c | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c index 2a972b34f..6de9e9f30 100644 --- a/linux/drivers/media/video/cx88/cx88-cards.c +++ b/linux/drivers/media/video/cx88/cx88-cards.c @@ -1447,6 +1447,30 @@ static const struct cx88_board cx88_boards[] = { }}, .mpeg = CX88_MPEG_DVB, }, + [CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO] = { + .name = "DViCO FusionHDTV 5 PCI nano", + /* xc3008 tuner, digital only for now */ + .tuner_type = TUNER_ABSENT, + .radio_type = UNSET, + .tuner_addr = ADDR_UNSET, + .radio_addr = ADDR_UNSET, + .input = {{ + .type = CX88_VMUX_TELEVISION, + .vmux = 0, + .gpio0 = 0x000027df, /* Unconfirmed */ + }, { + .type = CX88_VMUX_COMPOSITE1, + .vmux = 1, + .gpio0 = 0x000027df, /* Unconfirmed */ + .audioroute = 1, + }, { + .type = CX88_VMUX_SVIDEO, + .vmux = 2, + .gpio0 = 0x000027df, /* Unconfirmed */ + .audioroute = 1, + } }, + .mpeg = CX88_MPEG_DVB, + }, }; /* ------------------------------------------------------------------ */ @@ -1760,6 +1784,10 @@ static const struct cx88_subid cx88_subids[] = { .subvendor = 0x11bd, .subdevice = 0x0051, .card = CX88_BOARD_PINNACLE_PCTV_HD_800i, + }, { + .subvendor = 0x18ac, + .subdevice = 0xd530, + .card = CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO, }, }; |