2 * $Id: cx88-cards.c,v 1.66 2005/03/04 09:12:23 kraxel Exp $
4 * device driver for Conexant 2388x based TV cards
7 * (c) 2003 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
9 * This program is free software; you can redistribute it and/or modify
10 * it under the terms of the GNU General Public License as published by
11 * the Free Software Foundation; either version 2 of the License, or
12 * (at your option) any later version.
14 * This program is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17 * GNU General Public License for more details.
19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, write to the Free Software
21 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
24 #include <linux/init.h>
25 #include <linux/module.h>
26 #include <linux/pci.h>
27 #include <linux/delay.h>
31 /* ------------------------------------------------------------------ */
32 /* board config info */
34 struct cx88_board cx88_boards
[] = {
35 [CX88_BOARD_UNKNOWN
] = {
36 .name
= "UNKNOWN/GENERIC",
39 .type
= CX88_VMUX_COMPOSITE1
,
42 .type
= CX88_VMUX_COMPOSITE2
,
45 .type
= CX88_VMUX_COMPOSITE3
,
48 .type
= CX88_VMUX_COMPOSITE4
,
52 [CX88_BOARD_HAUPPAUGE
] = {
53 .name
= "Hauppauge WinTV 34xxx models",
55 .tda9887_conf
= TDA9887_PRESENT
,
57 .type
= CX88_VMUX_TELEVISION
,
59 .gpio0
= 0xff00, // internal decoder
61 .type
= CX88_VMUX_DEBUG
,
63 .gpio0
= 0xff01, // mono from tuner chip
65 .type
= CX88_VMUX_COMPOSITE1
,
69 .type
= CX88_VMUX_SVIDEO
,
79 .name
= "GDI Black Gold",
82 .type
= CX88_VMUX_TELEVISION
,
86 [CX88_BOARD_PIXELVIEW
] = {
90 .type
= CX88_VMUX_TELEVISION
,
92 .gpio0
= 0xff00, // internal decoder
94 .type
= CX88_VMUX_COMPOSITE1
,
97 .type
= CX88_VMUX_SVIDEO
,
105 [CX88_BOARD_ATI_WONDER_PRO
] = {
106 .name
= "ATI TV Wonder Pro",
108 .tda9887_conf
= TDA9887_PRESENT
| TDA9887_INTERCARRIER
,
110 .type
= CX88_VMUX_TELEVISION
,
114 .type
= CX88_VMUX_COMPOSITE1
,
118 .type
= CX88_VMUX_SVIDEO
,
123 [CX88_BOARD_WINFAST2000XP_EXPERT
] = {
124 .name
= "Leadtek Winfast 2000XP Expert",
126 .tda9887_conf
= TDA9887_PRESENT
,
128 .type
= CX88_VMUX_TELEVISION
,
135 .type
= CX88_VMUX_COMPOSITE1
,
142 .type
= CX88_VMUX_SVIDEO
,
157 [CX88_BOARD_AVERTV_303
] = {
158 .name
= "AverTV Studio 303 (M126)",
160 .tda9887_conf
= TDA9887_PRESENT
,
162 .type
= CX88_VMUX_TELEVISION
,
166 .type
= CX88_VMUX_COMPOSITE1
,
170 .type
= CX88_VMUX_SVIDEO
,
178 [CX88_BOARD_MSI_TVANYWHERE_MASTER
] = {
179 // added gpio values thanks to Michal
180 // values for PAL from DScaler
181 .name
= "MSI TV-@nywhere Master",
183 .tda9887_conf
= TDA9887_PRESENT
,
185 .type
= CX88_VMUX_TELEVISION
,
191 .type
= CX88_VMUX_COMPOSITE1
,
197 .type
= CX88_VMUX_SVIDEO
,
207 [CX88_BOARD_WINFAST_DV2000
] = {
208 .name
= "Leadtek Winfast DV2000",
210 .tda9887_conf
= TDA9887_PRESENT
,
212 .type
= CX88_VMUX_TELEVISION
,
220 .type
= CX88_VMUX_COMPOSITE1
,
227 .type
= CX88_VMUX_SVIDEO
,
242 [CX88_BOARD_LEADTEK_PVR2000
] = {
243 // gpio values for PAL version from regspy by DScaler
244 .name
= "Leadtek PVR 2000",
246 .tda9887_conf
= TDA9887_PRESENT
,
248 .type
= CX88_VMUX_TELEVISION
,
252 .type
= CX88_VMUX_COMPOSITE1
,
256 .type
= CX88_VMUX_SVIDEO
,
266 [CX88_BOARD_IODATA_GVVCP3PCI
] = {
267 .name
= "IODATA GV-VCP3/PCI",
268 .tuner_type
= TUNER_ABSENT
,
270 .type
= CX88_VMUX_COMPOSITE1
,
273 .type
= CX88_VMUX_COMPOSITE2
,
276 .type
= CX88_VMUX_SVIDEO
,
280 [CX88_BOARD_PROLINK_PLAYTVPVR
] = {
281 .name
= "Prolink PlayTV PVR",
283 .tda9887_conf
= TDA9887_PRESENT
,
285 .type
= CX88_VMUX_TELEVISION
,
289 .type
= CX88_VMUX_COMPOSITE1
,
293 .type
= CX88_VMUX_SVIDEO
,
302 [CX88_BOARD_ASUS_PVR_416
] = {
303 .name
= "ASUS PVR-416",
305 .tda9887_conf
= TDA9887_PRESENT
,
307 .type
= CX88_VMUX_TELEVISION
,
311 .type
= CX88_VMUX_SVIDEO
,
313 .gpio0
= 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
321 [CX88_BOARD_MSI_TVANYWHERE
] = {
322 .name
= "MSI TV-@nywhere",
324 .tda9887_conf
= TDA9887_PRESENT
,
326 .type
= CX88_VMUX_TELEVISION
,
331 .type
= CX88_VMUX_COMPOSITE1
,
336 .type
= CX88_VMUX_SVIDEO
,
342 [CX88_BOARD_KWORLD_DVB_T
] = {
343 .name
= "KWorld/VStream XPert DVB-T",
344 .tuner_type
= TUNER_ABSENT
,
346 .type
= CX88_VMUX_COMPOSITE1
,
351 .type
= CX88_VMUX_SVIDEO
,
358 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1
] = {
359 .name
= "DVICO FusionHDTV DVB-T1",
360 .tuner_type
= TUNER_ABSENT
, /* No analog tuner */
362 .type
= CX88_VMUX_COMPOSITE1
,
366 .type
= CX88_VMUX_SVIDEO
,
372 [CX88_BOARD_KWORLD_LTV883
] = {
373 .name
= "KWorld LTV883RF",
376 .type
= CX88_VMUX_TELEVISION
,
380 .type
= CX88_VMUX_DEBUG
,
382 .gpio0
= 0x07f9, // mono from tuner chip
384 .type
= CX88_VMUX_COMPOSITE1
,
388 .type
= CX88_VMUX_SVIDEO
,
397 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD
] = {
398 .name
= "DViCO - FusionHDTV 3 Gold",
399 .tuner_type
= TUNER_MICROTUNE_4042FI5
,
401 GPIO[0] resets DT3302 DTV receiver
404 GPIO[1] mutes analog audio output connector
405 0 - enable selected source
407 GPIO[2] selects source for analog audio output connector
408 0 - analog audio input connector on tab
409 1 - analog DAC output from CX23881 chip
410 GPIO[3] selects RF input connector on tuner module
411 0 - RF connector labeled CABLE
412 1 - RF connector labeled ANT
415 .type
= CX88_VMUX_TELEVISION
,
419 .type
= CX88_VMUX_CABLE
,
423 .type
= CX88_VMUX_COMPOSITE1
,
427 .type
= CX88_VMUX_SVIDEO
,
434 .gpio0
= 0x00000f01, /* Hooked to tuner reset bit */
438 [CX88_BOARD_HAUPPAUGE_DVB_T1
] = {
439 .name
= "Hauppauge Nova-T DVB-T",
440 .tuner_type
= TUNER_ABSENT
,
442 .type
= CX88_VMUX_DVB
,
447 [CX88_BOARD_CONEXANT_DVB_T1
] = {
448 .name
= "Conexant DVB-T reference design",
449 .tuner_type
= TUNER_ABSENT
,
451 .type
= CX88_VMUX_DVB
,
456 [CX88_BOARD_PROVIDEO_PV259
] = {
457 .name
= "Provideo PV259",
458 .tuner_type
= TUNER_PHILIPS_FQ1216ME
,
460 .type
= CX88_VMUX_TELEVISION
,
465 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS
] = {
466 .name
= "DVICO FusionHDTV DVB-T Plus",
467 .tuner_type
= TUNER_ABSENT
, /* No analog tuner */
469 .type
= CX88_VMUX_COMPOSITE1
,
473 .type
= CX88_VMUX_SVIDEO
,
479 [CX88_BOARD_DNTV_LIVE_DVB_T
] = {
480 .name
= "digitalnow DNTV Live! DVB-T",
481 .tuner_type
= TUNER_ABSENT
,
483 .type
= CX88_VMUX_COMPOSITE1
,
488 .type
= CX88_VMUX_SVIDEO
,
495 [CX88_BOARD_PCHDTV_HD3000
] = {
496 .name
= "pcHDTV HD3000 HDTV",
497 .tuner_type
= TUNER_THOMSON_DTT7610
,
499 .type
= CX88_VMUX_TELEVISION
,
506 .type
= CX88_VMUX_COMPOSITE1
,
513 .type
= CX88_VMUX_SVIDEO
,
530 [CX88_BOARD_HAUPPAUGE_ROSLYN
] = {
531 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
532 // GPIO values obtained from regspy, courtesy Sean Covel
533 .name
= "Hauppauge WinTV 28xxx (Roslyn) models",
536 .type
= CX88_VMUX_TELEVISION
,
538 .gpio0
= 0xed12, // internal decoder
541 .type
= CX88_VMUX_DEBUG
,
543 .gpio0
= 0xff01, // mono from tuner chip
545 .type
= CX88_VMUX_COMPOSITE1
,
549 .type
= CX88_VMUX_SVIDEO
,
561 [CX88_BOARD_DIGITALLOGIC_MEC
] = {
562 /* params copied over from Leadtek PVR 2000 */
563 .name
= "Digital-Logic MICROSPACE Entertainment Center (MEC)",
564 /* not sure yet about the tuner type */
566 .tda9887_conf
= TDA9887_PRESENT
,
568 .type
= CX88_VMUX_TELEVISION
,
572 .type
= CX88_VMUX_COMPOSITE1
,
576 .type
= CX88_VMUX_SVIDEO
,
586 [CX88_BOARD_IODATA_GVBCTV7E
] = {
587 .name
= "IODATA GV/BCTV7E",
588 .tuner_type
= TUNER_PHILIPS_FQ1286
,
589 .tda9887_conf
= TDA9887_PRESENT
,
591 .type
= CX88_VMUX_TELEVISION
,
595 .type
= CX88_VMUX_COMPOSITE1
,
599 .type
= CX88_VMUX_SVIDEO
,
605 const unsigned int cx88_bcount
= ARRAY_SIZE(cx88_boards
);
607 /* ------------------------------------------------------------------ */
608 /* PCI subsystem IDs */
610 struct cx88_subid cx88_subids
[] = {
614 .card
= CX88_BOARD_HAUPPAUGE
,
618 .card
= CX88_BOARD_HAUPPAUGE
,
622 .card
= CX88_BOARD_GDI
,
625 .subdevice
= 0x0107, /* with mpeg encoder */
626 .card
= CX88_BOARD_GDI
,
628 .subvendor
= PCI_VENDOR_ID_ATI
,
630 .card
= CX88_BOARD_ATI_WONDER_PRO
,
634 .card
= CX88_BOARD_WINFAST2000XP_EXPERT
,
637 .subdevice
= 0x6613, /* NTSC */
638 .card
= CX88_BOARD_WINFAST2000XP_EXPERT
,
642 .card
= CX88_BOARD_WINFAST_DV2000
,
646 .card
= CX88_BOARD_LEADTEK_PVR2000
,
650 .card
= CX88_BOARD_LEADTEK_PVR2000
,
654 .card
= CX88_BOARD_AVERTV_303
,
658 .card
= CX88_BOARD_MSI_TVANYWHERE_MASTER
,
662 .card
= CX88_BOARD_IODATA_GVVCP3PCI
,
665 .subdevice
= 0x4823, /* with mpeg encoder */
666 .card
= CX88_BOARD_ASUS_PVR_416
,
670 .card
= CX88_BOARD_KWORLD_DVB_T
,
674 .card
= CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD
,
678 .card
= CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1
,
682 .card
= CX88_BOARD_HAUPPAUGE_DVB_T1
,
686 .card
= CX88_BOARD_CONEXANT_DVB_T1
,
690 .card
= CX88_BOARD_PROVIDEO_PV259
,
694 .card
= CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS
,
698 .card
= CX88_BOARD_PIXELVIEW
,
701 .subdevice
= 0x3000, /* HD-3000 card */
702 .card
= CX88_BOARD_PCHDTV_HD3000
,
706 .card
= CX88_BOARD_DNTV_LIVE_DVB_T
,
710 .card
= CX88_BOARD_HAUPPAUGE_ROSLYN
,
714 .card
= CX88_BOARD_DIGITALLOGIC_MEC
,
718 .card
= CX88_BOARD_IODATA_GVBCTV7E
,
721 const unsigned int cx88_idcount
= ARRAY_SIZE(cx88_subids
);
723 /* ----------------------------------------------------------------------- */
724 /* some leadtek specific stuff */
726 static void __devinit
leadtek_eeprom(struct cx88_core
*core
, u8
*eeprom_data
)
728 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
731 * Byte 0 is 1 on the NTSC board.
734 if (eeprom_data
[4] != 0x7d ||
735 eeprom_data
[5] != 0x10 ||
736 eeprom_data
[7] != 0x66) {
737 printk(KERN_WARNING
"%s: Leadtek eeprom invalid.\n",
743 core
->tuner_type
= (eeprom_data
[6] == 0x13) ? 43 : 38;
745 printk(KERN_INFO
"%s: Leadtek Winfast 2000XP Expert config: "
746 "tuner=%d, eeprom[0]=0x%02x\n",
747 core
->name
, core
->tuner_type
, eeprom_data
[0]);
751 /* ----------------------------------------------------------------------- */
753 static void hauppauge_eeprom(struct cx88_core
*core
, u8
*eeprom_data
)
757 tveeprom_hauppauge_analog(&tv
, eeprom_data
);
758 core
->tuner_type
= tv
.tuner_type
;
759 core
->has_radio
= tv
.has_radio
;
762 static int hauppauge_eeprom_dvb(struct cx88_core
*core
, u8
*ee
)
767 /* Make sure we support the board model */
768 model
= ee
[0x1f] << 24 | ee
[0x1e] << 16 | ee
[0x1d] << 8 | ee
[0x1c];
776 printk("%s: warning: unknown hauppauge model #%d\n",
781 /* Make sure we support the tuner */
784 case 0x4B: /* dtt 7595 */
785 case 0x4C: /* dtt 7592 */
788 printk("%s: error: unknown hauppauge tuner 0x%02x\n",
792 printk(KERN_INFO
"%s: hauppauge eeprom: model=%d, tuner=%d\n",
793 core
->name
, model
, tuner
);
797 /* ----------------------------------------------------------------------- */
798 /* some GDI (was: Modular Technology) specific stuff */
805 [ 0x01 ] = { .id
= TUNER_ABSENT
,
807 [ 0x02 ] = { .id
= TUNER_ABSENT
,
809 [ 0x03 ] = { .id
= TUNER_ABSENT
,
811 [ 0x04 ] = { .id
= TUNER_ABSENT
,
813 [ 0x05 ] = { .id
= TUNER_ABSENT
,
816 [ 0x10 ] = { .id
= TUNER_ABSENT
,
818 .name
= "TEMIC_4049" },
819 [ 0x11 ] = { .id
= TUNER_TEMIC_4136FY5
,
820 .name
= "TEMIC_4136" },
821 [ 0x12 ] = { .id
= TUNER_ABSENT
,
822 .name
= "TEMIC_4146" },
824 [ 0x20 ] = { .id
= TUNER_PHILIPS_FQ1216ME
,
826 .name
= "PHILIPS_FQ1216_MK3" },
827 [ 0x21 ] = { .id
= TUNER_ABSENT
, .fm
= 1,
828 .name
= "PHILIPS_FQ1236_MK3" },
829 [ 0x22 ] = { .id
= TUNER_ABSENT
,
830 .name
= "PHILIPS_FI1236_MK3" },
831 [ 0x23 ] = { .id
= TUNER_ABSENT
,
832 .name
= "PHILIPS_FI1216_MK3" },
835 static void gdi_eeprom(struct cx88_core
*core
, u8
*eeprom_data
)
837 char *name
= (eeprom_data
[0x0d] < ARRAY_SIZE(gdi_tuner
))
838 ? gdi_tuner
[eeprom_data
[0x0d]].name
: NULL
;
840 printk(KERN_INFO
"%s: GDI: tuner=%s\n", core
->name
,
841 name
? name
: "unknown");
844 core
->tuner_type
= gdi_tuner
[eeprom_data
[0x0d]].id
;
845 core
->has_radio
= gdi_tuner
[eeprom_data
[0x0d]].fm
;
848 /* ----------------------------------------------------------------------- */
850 void cx88_card_list(struct cx88_core
*core
, struct pci_dev
*pci
)
854 if (0 == pci
->subsystem_vendor
&&
855 0 == pci
->subsystem_device
) {
856 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
857 "%s: be autodetected. Please pass card=<n> insmod option to\n"
858 "%s: workaround that. Redirect complaints to the vendor of\n"
859 "%s: the TV card. Best regards,\n"
861 core
->name
,core
->name
,core
->name
,core
->name
,core
->name
);
863 printk("%s: Your board isn't known (yet) to the driver. You can\n"
864 "%s: try to pick one of the existing card configs via\n"
865 "%s: card=<n> insmod option. Updating to the latest\n"
866 "%s: version might help as well.\n",
867 core
->name
,core
->name
,core
->name
,core
->name
);
869 printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
871 for (i
= 0; i
< cx88_bcount
; i
++)
872 printk("%s: card=%d -> %s\n",
873 core
->name
, i
, cx88_boards
[i
].name
);
876 void cx88_card_setup(struct cx88_core
*core
)
878 static u8 eeprom
[128];
880 if (0 == core
->i2c_rc
) {
881 core
->i2c_client
.addr
= 0xa0 >> 1;
882 tveeprom_read(&core
->i2c_client
,eeprom
,sizeof(eeprom
));
885 switch (core
->board
) {
886 case CX88_BOARD_HAUPPAUGE
:
887 case CX88_BOARD_HAUPPAUGE_ROSLYN
:
888 if (0 == core
->i2c_rc
)
889 hauppauge_eeprom(core
,eeprom
+8);
892 if (0 == core
->i2c_rc
)
893 gdi_eeprom(core
,eeprom
);
895 case CX88_BOARD_WINFAST2000XP_EXPERT
:
896 if (0 == core
->i2c_rc
)
897 leadtek_eeprom(core
,eeprom
);
899 case CX88_BOARD_HAUPPAUGE_DVB_T1
:
900 if (0 == core
->i2c_rc
)
901 hauppauge_eeprom_dvb(core
,eeprom
);
903 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1
:
904 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS
:
905 /* GPIO0:0 is hooked to mt352 reset pin */
906 cx_set(MO_GP0_IO
, 0x00000101);
907 cx_clear(MO_GP0_IO
, 0x00000001);
909 cx_set(MO_GP0_IO
, 0x00000101);
911 case CX88_BOARD_KWORLD_DVB_T
:
912 case CX88_BOARD_DNTV_LIVE_DVB_T
:
913 cx_set(MO_GP0_IO
, 0x00000707);
914 cx_set(MO_GP2_IO
, 0x00000101);
915 cx_clear(MO_GP2_IO
, 0x00000001);
917 cx_clear(MO_GP0_IO
, 0x00000007);
918 cx_set(MO_GP2_IO
, 0x00000101);
921 if (cx88_boards
[core
->board
].radio
.type
== CX88_RADIO
)
925 /* ------------------------------------------------------------------ */
927 EXPORT_SYMBOL(cx88_boards
);
928 EXPORT_SYMBOL(cx88_bcount
);
929 EXPORT_SYMBOL(cx88_subids
);
930 EXPORT_SYMBOL(cx88_idcount
);
931 EXPORT_SYMBOL(cx88_card_list
);
932 EXPORT_SYMBOL(cx88_card_setup
);