summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88-cards.c
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <devnull@localhost>2005-06-03 11:39:35 +0000
committerMauro Carvalho Chehab <devnull@localhost>2005-06-03 11:39:35 +0000
commitec38522c8ac4aad3de70525204ca96f90a5b2752 (patch)
treee69bd4980bc9c60c75cf725ae65a4b0725d03729 /linux/drivers/media/video/cx88/cx88-cards.c
parent7158cac9150d3a9f1fdf818d3e9d2dff169fd445 (diff)
downloadmediapointer-dvb-s2-ec38522c8ac4aad3de70525204ca96f90a5b2752.tar.gz
mediapointer-dvb-s2-ec38522c8ac4aad3de70525204ca96f90a5b2752.tar.bz2
Even though it says DViCO FusionHDTV3 Gold-Q on the box, Gold-T is printed on the card. This fix corrects the error in all places, and adds (ATSC/NTSC) next to the Thomson DDT 7611 name.
-- Michael Krufky
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88-cards.c')
-rw-r--r--linux/drivers/media/video/cx88/cx88-cards.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-cards.c b/linux/drivers/media/video/cx88/cx88-cards.c
index 2b78402cb..5da887a1b 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.72 2005/06/01 19:24:57 mchehab Exp $
+ * $Id: cx88-cards.c,v 1.73 2005/06/03 11:39:35 mchehab Exp $
*
* device driver for Conexant 2388x based TV cards
* card-specific stuff.
@@ -617,9 +617,10 @@ struct cx88_board cx88_boards[] = {
.gpio0 = 0xbf60,
},
},
- [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
- .name = "DViCO - FusionHDTV 3 Gold-Q",
+ [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
+ .name = "DViCO - FusionHDTV 3 Gold-T",
.tuner_type = TUNER_THOMSON_DTT7611,
+ /* See DViCO FusionHDTV 3 Gold for GPIO documentation. */
.input = {{
.type = CX88_VMUX_TELEVISION,
.vmux = 0,
@@ -712,7 +713,7 @@ struct cx88_subid cx88_subids[] = {
},{
.subvendor = 0x18ac,
.subdevice = 0xd820,
- .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
+ .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
},{
.subvendor = 0x18AC,
.subdevice = 0xDB00,