summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <devnull@localhost>2005-05-29 10:37:17 +0000
committerNickolay V. Shmyrev <devnull@localhost>2005-05-29 10:37:17 +0000
commit066da7b753b350464c7cdae01fa39e04a616405f (patch)
tree553f671a6802acdcf1b0f2fab1427500873b3ffd /linux/drivers/media/video/cx88/cx88-cards.c
parentd962d72bdd53cad3b28c6b59265900ace16b8c4e (diff)
downloadmediapointer-dvb-s2-066da7b753b350464c7cdae01fa39e04a616405f.tar.gz
mediapointer-dvb-s2-066da7b753b350464c7cdae01fa39e04a616405f.tar.bz2
Docs updated
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c45
1 files changed, 22 insertions, 23 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index c46758132..76e8d61fe 100644
--- a/linux/drivers/media/video/cx88/cx88-cards.c
+++ b/linux/drivers/media/video/cx88/cx88-cards.c
@@ -1,5 +1,5 @@
/*
- * $Id: cx88-cards.c,v 1.68 2005/05/29 10:22:08 nsh Exp $
+ * $Id: cx88-cards.c,v 1.69 2005/05/29 10:37:17 nsh Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -429,27 +429,6 @@ struct cx88_board cx88_boards[] = {
.gpio0 = 0x0f00,
}},
},
- [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
- .name = "DViCO - FusionHDTV 3 Gold-Q",
- .tuner_type = TUNER_THOMSON_DTT7611,
- .input = {{
- .type = CX88_VMUX_TELEVISION,
- .vmux = 0,
- .gpio0 = 0x0f0d,
- },{
- .type = CX88_VMUX_CABLE,
- .vmux = 0,
- .gpio0 = 0x0f05,
- },{
- .type = CX88_VMUX_COMPOSITE1,
- .vmux = 1,
- .gpio0 = 0x0f00,
- },{
- .type = CX88_VMUX_SVIDEO,
- .vmux = 2,
- .gpio0 = 0x0f00,
- }},
- },
[CX88_BOARD_HAUPPAUGE_DVB_T1] = {
.name = "Hauppauge Nova-T DVB-T",
.tuner_type = TUNER_ABSENT,
@@ -637,7 +616,27 @@ struct cx88_board cx88_boards[] = {
.gpio0 = 0xbf60,
},
},
-
+ [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
+ .name = "DViCO - FusionHDTV 3 Gold-Q",
+ .tuner_type = TUNER_THOMSON_DTT7611,
+ .input = {{
+ .type = CX88_VMUX_TELEVISION,
+ .vmux = 0,
+ .gpio0 = 0x0f0d,
+ },{
+ .type = CX88_VMUX_CABLE,
+ .vmux = 0,
+ .gpio0 = 0x0f05,
+ },{
+ .type = CX88_VMUX_COMPOSITE1,
+ .vmux = 1,
+ .gpio0 = 0x0f00,
+ },{
+ .type = CX88_VMUX_SVIDEO,
+ .vmux = 2,
+ .gpio0 = 0x0f00,
+ }},
+ },
};
const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);