]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[PATCH] DViCO FusionHDTV3 Gold-T documentation fix
authorMichael Krufky <mkrufky@m1k.net>
Fri, 24 Jun 2005 05:04:55 +0000 (22:04 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 24 Jun 2005 07:06:38 +0000 (00:06 -0700)
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 corrects the
tuner name Thomson DDT 7611 (ATSC/NTSC) in the documentation.

This applies against 2.6.12-rc5-mm2 after applying Manueal Capinha's
patch "Add support for PixelView Ultra Pro in v4l" (because of the
change from card=27 to card=28)

Signed-off-by: Michael Krufky <mkrufky@m1k.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Documentation/video4linux/CARDLIST.cx88
Documentation/video4linux/CARDLIST.tuner
drivers/media/video/cx88/cx88-cards.c
drivers/media/video/cx88/cx88.h

index a87f752e5411177590c6c8f88098865f26c70237..216f705495ccd07c6a323158dd89429b05645b9c 100644 (file)
@@ -26,4 +26,4 @@ card=24 - Hauppauge WinTV 28xxx (Roslyn) models
 card=25 - Digital-Logic MICROSPACE Entertainment Center (MEC)
 card=26 - IODATA GV/BCTV7E
 card=27 - PixelView PlayTV Ultra Pro (Stereo)
-card=28 - DViCO - FusionHDTV 3 Gold-Q
+card=28 - DViCO - FusionHDTV 3 Gold-T
index 7f4fd0de4412452bdab5242e51aa7b43005802a1..aeb8df8ce8909fedf195283bb7cc78187f0ac90a 100644 (file)
@@ -58,4 +58,4 @@ tuner=56 - Philips PAL/SECAM multi (FQ1216AME MK4)
 tuner=57 - Philips FQ1236A MK4
 tuner=58 - Ymec TVision TVF-8531MF
 tuner=59 - Ymec TVision TVF-5533MF
-tuner=60 - Thomson DDT 7611
+tuner=60 - Thomson DDT 7611 (ATSC/NTSC)
index 1c036cc36fe15c9a779fc3678d49df8f1bd853ee..c3a561e38e54870b0ab60e3753ce1f2924ad2c78 100644 (file)
@@ -428,16 +428,11 @@ struct cx88_board cx88_boards[] = {
                        .vmux   = 2,
                        .gpio0  = 0x0f00,
                }},
-#if 0
-               .ts             = {
-                        .type   = CX88_TS,
-                        .gpio0  = 0x00000f01,   /* Hooked to tuner reset bit */
-                }
-#endif
        },
-        [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
-                .name           = "DViCO - FusionHDTV 3 Gold-Q",
-                .tuner_type     = 52, /* Thomson DDT 7610 ATSC/NTSC - Its actually a 7611 chip, but this works */
+        [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
+                .name           = "DViCO - FusionHDTV 3 Gold-T",
+                .tuner_type     = 52, /* Thomson DDT 7611 ATSC/NTSC */
+               /*  See DViCO FusionHDTV 3 Gold for GPIO documentation.  */
                 .input          = {{
                         .type   = CX88_VMUX_TELEVISION,
                         .vmux   = 0,
@@ -455,12 +450,6 @@ struct cx88_board cx88_boards[] = {
                         .vmux   = 2,
                         .gpio0  = 0x0f00,
                 }},
-#if 0
-                .ts             = {
-                         .type   = CX88_TS,
-                         .gpio0  = 0x00000f01,   /* Hooked to tuner reset bit */
-                 }
-#endif
         },
         [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
                 .name           = "Hauppauge Nova-T DVB-T",
@@ -723,7 +712,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,
index 7fca1f500c56e5e4c444d6b08b29d4505fc986c1..80ddf9911e2f8b88d34f1cadb48bcd6ea5b16bfc 100644 (file)
@@ -163,7 +163,7 @@ extern struct sram_channel cx88_sram_channels[];
 #define CX88_BOARD_DIGITALLOGIC_MEC           25
 #define CX88_BOARD_IODATA_GVBCTV7E         26
 #define CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO 27
-#define CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q   28
+#define CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T   28
 
 enum cx88_itype {
        CX88_VMUX_COMPOSITE1 = 1,