3 * device driver for Conexant 2388x based TV cards
6 * (c) 2003 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 #include <linux/init.h>
24 #include <linux/module.h>
25 #include <linux/pci.h>
26 #include <linux/delay.h>
30 /* ------------------------------------------------------------------ */
31 /* board config info */
33 struct cx88_board cx88_boards[] = {
34 [CX88_BOARD_UNKNOWN] = {
35 .name = "UNKNOWN/GENERIC",
38 .tuner_addr = ADDR_UNSET,
39 .radio_addr = ADDR_UNSET,
41 .type = CX88_VMUX_COMPOSITE1,
44 .type = CX88_VMUX_COMPOSITE2,
47 .type = CX88_VMUX_COMPOSITE3,
50 .type = CX88_VMUX_COMPOSITE4,
54 [CX88_BOARD_HAUPPAUGE] = {
55 .name = "Hauppauge WinTV 34xxx models",
58 .tuner_addr = ADDR_UNSET,
59 .radio_addr = ADDR_UNSET,
60 .tda9887_conf = TDA9887_PRESENT,
62 .type = CX88_VMUX_TELEVISION,
64 .gpio0 = 0xff00, // internal decoder
66 .type = CX88_VMUX_DEBUG,
68 .gpio0 = 0xff01, // mono from tuner chip
70 .type = CX88_VMUX_COMPOSITE1,
74 .type = CX88_VMUX_SVIDEO,
84 .name = "GDI Black Gold",
87 .tuner_addr = ADDR_UNSET,
88 .radio_addr = ADDR_UNSET,
90 .type = CX88_VMUX_TELEVISION,
93 .type = CX88_VMUX_SVIDEO,
97 [CX88_BOARD_PIXELVIEW] = {
99 .tuner_type = TUNER_PHILIPS_PAL,
101 .tuner_addr = ADDR_UNSET,
102 .radio_addr = ADDR_UNSET,
104 .type = CX88_VMUX_TELEVISION,
106 .gpio0 = 0xff00, // internal decoder
108 .type = CX88_VMUX_COMPOSITE1,
111 .type = CX88_VMUX_SVIDEO,
119 [CX88_BOARD_ATI_WONDER_PRO] = {
120 .name = "ATI TV Wonder Pro",
121 .tuner_type = TUNER_PHILIPS_4IN1,
123 .tuner_addr = ADDR_UNSET,
124 .radio_addr = ADDR_UNSET,
125 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
127 .type = CX88_VMUX_TELEVISION,
131 .type = CX88_VMUX_COMPOSITE1,
135 .type = CX88_VMUX_SVIDEO,
140 [CX88_BOARD_WINFAST2000XP_EXPERT] = {
141 .name = "Leadtek Winfast 2000XP Expert",
142 .tuner_type = TUNER_PHILIPS_4IN1,
144 .tuner_addr = ADDR_UNSET,
145 .radio_addr = ADDR_UNSET,
146 .tda9887_conf = TDA9887_PRESENT,
148 .type = CX88_VMUX_TELEVISION,
155 .type = CX88_VMUX_COMPOSITE1,
162 .type = CX88_VMUX_SVIDEO,
177 [CX88_BOARD_AVERTV_STUDIO_303] = {
178 .name = "AverTV Studio 303 (M126)",
179 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
181 .tuner_addr = ADDR_UNSET,
182 .radio_addr = ADDR_UNSET,
183 .tda9887_conf = TDA9887_PRESENT,
185 .type = CX88_VMUX_TELEVISION,
189 .type = CX88_VMUX_COMPOSITE1,
193 .type = CX88_VMUX_SVIDEO,
202 [CX88_BOARD_MSI_TVANYWHERE_MASTER] = {
203 // added gpio values thanks to Michal
204 // values for PAL from DScaler
205 .name = "MSI TV-@nywhere Master",
206 .tuner_type = TUNER_MT2032,
208 .tuner_addr = ADDR_UNSET,
209 .radio_addr = ADDR_UNSET,
210 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
212 .type = CX88_VMUX_TELEVISION,
218 .type = CX88_VMUX_COMPOSITE1,
224 .type = CX88_VMUX_SVIDEO,
234 [CX88_BOARD_WINFAST_DV2000] = {
235 .name = "Leadtek Winfast DV2000",
236 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
238 .tuner_addr = ADDR_UNSET,
239 .radio_addr = ADDR_UNSET,
240 .tda9887_conf = TDA9887_PRESENT,
242 .type = CX88_VMUX_TELEVISION,
250 .type = CX88_VMUX_COMPOSITE1,
257 .type = CX88_VMUX_SVIDEO,
272 [CX88_BOARD_LEADTEK_PVR2000] = {
273 // gpio values for PAL version from regspy by DScaler
274 .name = "Leadtek PVR 2000",
275 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
277 .tuner_addr = ADDR_UNSET,
278 .radio_addr = ADDR_UNSET,
279 .tda9887_conf = TDA9887_PRESENT,
281 .type = CX88_VMUX_TELEVISION,
285 .type = CX88_VMUX_COMPOSITE1,
289 .type = CX88_VMUX_SVIDEO,
299 [CX88_BOARD_IODATA_GVVCP3PCI] = {
300 .name = "IODATA GV-VCP3/PCI",
301 .tuner_type = TUNER_ABSENT,
303 .tuner_addr = ADDR_UNSET,
304 .radio_addr = ADDR_UNSET,
306 .type = CX88_VMUX_COMPOSITE1,
309 .type = CX88_VMUX_COMPOSITE2,
312 .type = CX88_VMUX_SVIDEO,
316 [CX88_BOARD_PROLINK_PLAYTVPVR] = {
317 .name = "Prolink PlayTV PVR",
318 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
320 .tuner_addr = ADDR_UNSET,
321 .radio_addr = ADDR_UNSET,
322 .tda9887_conf = TDA9887_PRESENT,
324 .type = CX88_VMUX_TELEVISION,
328 .type = CX88_VMUX_COMPOSITE1,
332 .type = CX88_VMUX_SVIDEO,
341 [CX88_BOARD_ASUS_PVR_416] = {
342 .name = "ASUS PVR-416",
343 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
345 .tuner_addr = ADDR_UNSET,
346 .radio_addr = ADDR_UNSET,
347 .tda9887_conf = TDA9887_PRESENT,
349 .type = CX88_VMUX_TELEVISION,
353 .type = CX88_VMUX_SVIDEO,
355 .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
363 [CX88_BOARD_MSI_TVANYWHERE] = {
364 .name = "MSI TV-@nywhere",
365 .tuner_type = TUNER_MT2032,
367 .tuner_addr = ADDR_UNSET,
368 .radio_addr = ADDR_UNSET,
369 .tda9887_conf = TDA9887_PRESENT,
371 .type = CX88_VMUX_TELEVISION,
376 .type = CX88_VMUX_COMPOSITE1,
381 .type = CX88_VMUX_SVIDEO,
387 [CX88_BOARD_KWORLD_DVB_T] = {
388 .name = "KWorld/VStream XPert DVB-T",
389 .tuner_type = TUNER_ABSENT,
391 .tuner_addr = ADDR_UNSET,
392 .radio_addr = ADDR_UNSET,
394 .type = CX88_VMUX_COMPOSITE1,
399 .type = CX88_VMUX_SVIDEO,
406 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
407 .name = "DViCO FusionHDTV DVB-T1",
408 .tuner_type = TUNER_ABSENT, /* No analog tuner */
410 .tuner_addr = ADDR_UNSET,
411 .radio_addr = ADDR_UNSET,
413 .type = CX88_VMUX_COMPOSITE1,
417 .type = CX88_VMUX_SVIDEO,
423 [CX88_BOARD_KWORLD_LTV883] = {
424 .name = "KWorld LTV883RF",
425 .tuner_type = TUNER_TNF_8831BGFF,
427 .tuner_addr = ADDR_UNSET,
428 .radio_addr = ADDR_UNSET,
430 .type = CX88_VMUX_TELEVISION,
434 .type = CX88_VMUX_DEBUG,
436 .gpio0 = 0x07f9, // mono from tuner chip
438 .type = CX88_VMUX_COMPOSITE1,
442 .type = CX88_VMUX_SVIDEO,
451 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
452 .name = "DViCO FusionHDTV 3 Gold-Q",
453 .tuner_type = TUNER_MICROTUNE_4042FI5,
455 .tuner_addr = ADDR_UNSET,
456 .radio_addr = ADDR_UNSET,
458 GPIO[0] resets DT3302 DTV receiver
461 GPIO[1] mutes analog audio output connector
462 0 - enable selected source
464 GPIO[2] selects source for analog audio output connector
465 0 - analog audio input connector on tab
466 1 - analog DAC output from CX23881 chip
467 GPIO[3] selects RF input connector on tuner module
468 0 - RF connector labeled CABLE
469 1 - RF connector labeled ANT
470 GPIO[4] selects high RF for QAM256 mode
475 .type = CX88_VMUX_TELEVISION,
479 .type = CX88_VMUX_CABLE,
483 .type = CX88_VMUX_COMPOSITE1,
487 .type = CX88_VMUX_SVIDEO,
493 [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
494 .name = "Hauppauge Nova-T DVB-T",
495 .tuner_type = TUNER_ABSENT,
497 .tuner_addr = ADDR_UNSET,
498 .radio_addr = ADDR_UNSET,
500 .type = CX88_VMUX_DVB,
505 [CX88_BOARD_CONEXANT_DVB_T1] = {
506 .name = "Conexant DVB-T reference design",
507 .tuner_type = TUNER_ABSENT,
509 .tuner_addr = ADDR_UNSET,
510 .radio_addr = ADDR_UNSET,
512 .type = CX88_VMUX_DVB,
517 [CX88_BOARD_PROVIDEO_PV259] = {
518 .name = "Provideo PV259",
519 .tuner_type = TUNER_PHILIPS_FQ1216ME,
521 .tuner_addr = ADDR_UNSET,
522 .radio_addr = ADDR_UNSET,
524 .type = CX88_VMUX_TELEVISION,
529 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
530 .name = "DViCO FusionHDTV DVB-T Plus",
531 .tuner_type = TUNER_ABSENT, /* No analog tuner */
533 .tuner_addr = ADDR_UNSET,
534 .radio_addr = ADDR_UNSET,
536 .type = CX88_VMUX_COMPOSITE1,
540 .type = CX88_VMUX_SVIDEO,
546 [CX88_BOARD_DNTV_LIVE_DVB_T] = {
547 .name = "digitalnow DNTV Live! DVB-T",
548 .tuner_type = TUNER_ABSENT,
550 .tuner_addr = ADDR_UNSET,
551 .radio_addr = ADDR_UNSET,
553 .type = CX88_VMUX_COMPOSITE1,
558 .type = CX88_VMUX_SVIDEO,
565 [CX88_BOARD_PCHDTV_HD3000] = {
566 .name = "pcHDTV HD3000 HDTV",
567 .tuner_type = TUNER_THOMSON_DTT761X,
569 .tuner_addr = ADDR_UNSET,
570 .radio_addr = ADDR_UNSET,
571 .tda9887_conf = TDA9887_PRESENT,
573 .type = CX88_VMUX_TELEVISION,
580 .type = CX88_VMUX_COMPOSITE1,
587 .type = CX88_VMUX_SVIDEO,
604 [CX88_BOARD_HAUPPAUGE_ROSLYN] = {
605 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
606 // GPIO values obtained from regspy, courtesy Sean Covel
607 .name = "Hauppauge WinTV 28xxx (Roslyn) models",
610 .tuner_addr = ADDR_UNSET,
611 .radio_addr = ADDR_UNSET,
613 .type = CX88_VMUX_TELEVISION,
618 .type = CX88_VMUX_DEBUG,
622 .type = CX88_VMUX_COMPOSITE1,
626 .type = CX88_VMUX_SVIDEO,
638 [CX88_BOARD_DIGITALLOGIC_MEC] = {
639 .name = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
640 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
642 .tuner_addr = ADDR_UNSET,
643 .radio_addr = ADDR_UNSET,
644 .tda9887_conf = TDA9887_PRESENT,
646 .type = CX88_VMUX_TELEVISION,
650 .type = CX88_VMUX_COMPOSITE1,
654 .type = CX88_VMUX_SVIDEO,
664 [CX88_BOARD_IODATA_GVBCTV7E] = {
665 .name = "IODATA GV/BCTV7E",
666 .tuner_type = TUNER_PHILIPS_FQ1286,
668 .tuner_addr = ADDR_UNSET,
669 .radio_addr = ADDR_UNSET,
670 .tda9887_conf = TDA9887_PRESENT,
672 .type = CX88_VMUX_TELEVISION,
676 .type = CX88_VMUX_COMPOSITE1,
680 .type = CX88_VMUX_SVIDEO,
685 [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
686 .name = "PixelView PlayTV Ultra Pro (Stereo)",
687 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
688 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
690 .tuner_addr = ADDR_UNSET,
691 .radio_addr = ADDR_UNSET,
693 .type = CX88_VMUX_TELEVISION,
695 .gpio0 = 0xbf61, /* internal decoder */
697 .type = CX88_VMUX_COMPOSITE1,
701 .type = CX88_VMUX_SVIDEO,
710 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
711 .name = "DViCO FusionHDTV 3 Gold-T",
712 .tuner_type = TUNER_THOMSON_DTT761X,
714 .tuner_addr = ADDR_UNSET,
715 .radio_addr = ADDR_UNSET,
716 .tda9887_conf = TDA9887_PRESENT,
718 .type = CX88_VMUX_TELEVISION,
722 .type = CX88_VMUX_COMPOSITE1,
726 .type = CX88_VMUX_SVIDEO,
732 [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
733 .name = "ADS Tech Instant TV DVB-T PCI",
734 .tuner_type = TUNER_ABSENT,
736 .tuner_addr = ADDR_UNSET,
737 .radio_addr = ADDR_UNSET,
739 .type = CX88_VMUX_COMPOSITE1,
744 .type = CX88_VMUX_SVIDEO,
751 [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
752 .name = "TerraTec Cinergy 1400 DVB-T",
753 .tuner_type = TUNER_ABSENT,
755 .type = CX88_VMUX_DVB,
760 [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
761 .name = "DViCO FusionHDTV 5 Gold",
762 .tuner_type = TUNER_LG_TDVS_H062F,
764 .tuner_addr = ADDR_UNSET,
765 .radio_addr = ADDR_UNSET,
766 .tda9887_conf = TDA9887_PRESENT,
768 .type = CX88_VMUX_TELEVISION,
772 .type = CX88_VMUX_COMPOSITE1,
776 .type = CX88_VMUX_SVIDEO,
782 [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
783 .name = "AverMedia UltraTV Media Center PCI 550",
784 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
786 .tuner_addr = ADDR_UNSET,
787 .radio_addr = ADDR_UNSET,
788 .tda9887_conf = TDA9887_PRESENT,
791 .type = CX88_VMUX_COMPOSITE1,
795 .type = CX88_VMUX_SVIDEO,
799 .type = CX88_VMUX_TELEVISION,
809 [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
810 /* Alexander Wold <awold@bigfoot.com> */
811 .name = "Kworld V-Stream Xpert DVD",
814 .type = CX88_VMUX_COMPOSITE1,
821 .type = CX88_VMUX_SVIDEO,
829 [CX88_BOARD_ATI_HDTVWONDER] = {
830 .name = "ATI HDTV Wonder",
831 .tuner_type = TUNER_PHILIPS_TUV1236D,
833 .tuner_addr = ADDR_UNSET,
834 .radio_addr = ADDR_UNSET,
836 .type = CX88_VMUX_TELEVISION,
843 .type = CX88_VMUX_COMPOSITE1,
850 .type = CX88_VMUX_SVIDEO,
859 [CX88_BOARD_WINFAST_DTV1000] = {
860 .name = "WinFast DTV1000-T",
861 .tuner_type = TUNER_ABSENT,
863 .tuner_addr = ADDR_UNSET,
864 .radio_addr = ADDR_UNSET,
866 .type = CX88_VMUX_DVB,
871 [CX88_BOARD_AVERTV_303] = {
872 .name = "AVerTV 303 (M126)",
873 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
875 .tuner_addr = ADDR_UNSET,
876 .radio_addr = ADDR_UNSET,
877 .tda9887_conf = TDA9887_PRESENT,
879 .type = CX88_VMUX_TELEVISION,
886 .type = CX88_VMUX_COMPOSITE1,
893 .type = CX88_VMUX_SVIDEO,
901 [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
902 .name = "Hauppauge Nova-S-Plus DVB-S",
903 .tuner_type = TUNER_ABSENT,
905 .tuner_addr = ADDR_UNSET,
906 .radio_addr = ADDR_UNSET,
908 .type = CX88_VMUX_DVB,
911 .type = CX88_VMUX_COMPOSITE1,
914 .type = CX88_VMUX_SVIDEO,
919 [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
920 .name = "Hauppauge Nova-SE2 DVB-S",
921 .tuner_type = TUNER_ABSENT,
923 .tuner_addr = ADDR_UNSET,
924 .radio_addr = ADDR_UNSET,
926 .type = CX88_VMUX_DVB,
931 [CX88_BOARD_KWORLD_DVBS_100] = {
932 .name = "KWorld DVB-S 100",
933 .tuner_type = TUNER_ABSENT,
935 .tuner_addr = ADDR_UNSET,
936 .radio_addr = ADDR_UNSET,
938 .type = CX88_VMUX_DVB,
941 .type = CX88_VMUX_COMPOSITE1,
944 .type = CX88_VMUX_SVIDEO,
949 [CX88_BOARD_HAUPPAUGE_HVR1100] = {
950 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
951 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
953 .tuner_addr = ADDR_UNSET,
954 .radio_addr = ADDR_UNSET,
955 .tda9887_conf = TDA9887_PRESENT,
957 .type = CX88_VMUX_TELEVISION,
960 .type = CX88_VMUX_COMPOSITE1,
963 .type = CX88_VMUX_SVIDEO,
966 /* fixme: Add radio support */
969 [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
970 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
971 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
973 .tuner_addr = ADDR_UNSET,
974 .radio_addr = ADDR_UNSET,
975 .tda9887_conf = TDA9887_PRESENT,
977 .type = CX88_VMUX_TELEVISION,
980 .type = CX88_VMUX_COMPOSITE1,
983 /* fixme: Add radio support */
986 [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
987 .name = "digitalnow DNTV Live! DVB-T Pro",
988 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
990 .tuner_addr = ADDR_UNSET,
991 .radio_addr = ADDR_UNSET,
992 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
993 TDA9887_PORT2_ACTIVE,
995 .type = CX88_VMUX_TELEVISION,
999 .type = CX88_VMUX_COMPOSITE1,
1003 .type = CX88_VMUX_SVIDEO,
1013 [CX88_BOARD_KWORLD_DVB_T_CX22702] = {
1014 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1015 /* DTT 7579 Conexant CX22702-19 Conexant CX2388x */
1016 /* Manenti Marco <marco_manenti@colman.it> */
1017 .name = "KWorld/VStream XPert DVB-T with cx22702",
1018 .tuner_type = TUNER_ABSENT,
1019 .radio_type = UNSET,
1020 .tuner_addr = ADDR_UNSET,
1021 .radio_addr = ADDR_UNSET,
1023 .type = CX88_VMUX_COMPOSITE1,
1028 .type = CX88_VMUX_SVIDEO,
1035 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL] = {
1036 .name = "DViCO FusionHDTV DVB-T Dual Digital",
1037 .tuner_type = TUNER_ABSENT, /* No analog tuner */
1038 .radio_type = UNSET,
1039 .tuner_addr = ADDR_UNSET,
1040 .radio_addr = ADDR_UNSET,
1042 .type = CX88_VMUX_COMPOSITE1,
1044 .gpio0 = 0x000027df,
1046 .type = CX88_VMUX_SVIDEO,
1048 .gpio0 = 0x000027df,
1052 [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
1053 /* FIXME: Standard video using the cx88 broadcast decoder is
1054 * working, but blackbird isn't working yet, audio is only
1055 * working correctly for television mode. S-Video and Composite
1056 * are working for video-only, so I have them disabled for now.
1058 .name = "KWorld HardwareMpegTV XPert",
1059 .tuner_type = TUNER_PHILIPS_TDA8290,
1060 .radio_type = UNSET,
1061 .tuner_addr = ADDR_UNSET,
1062 .radio_addr = ADDR_UNSET,
1064 .type = CX88_VMUX_TELEVISION,
1075 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1076 .name = "DViCO FusionHDTV DVB-T Hybrid",
1077 .tuner_type = TUNER_THOMSON_FE6600,
1078 .radio_type = UNSET,
1079 .tuner_addr = ADDR_UNSET,
1080 .radio_addr = ADDR_UNSET,
1082 .type = CX88_VMUX_TELEVISION,
1084 .gpio0 = 0x0000a75f,
1086 .type = CX88_VMUX_COMPOSITE1,
1088 .gpio0 = 0x0000a75b,
1090 .type = CX88_VMUX_SVIDEO,
1092 .gpio0 = 0x0000a75b,
1098 const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1100 /* ------------------------------------------------------------------ */
1101 /* PCI subsystem IDs */
1103 struct cx88_subid cx88_subids[] = {
1105 .subvendor = 0x0070,
1106 .subdevice = 0x3400,
1107 .card = CX88_BOARD_HAUPPAUGE,
1109 .subvendor = 0x0070,
1110 .subdevice = 0x3401,
1111 .card = CX88_BOARD_HAUPPAUGE,
1113 .subvendor = 0x14c7,
1114 .subdevice = 0x0106,
1115 .card = CX88_BOARD_GDI,
1117 .subvendor = 0x14c7,
1118 .subdevice = 0x0107, /* with mpeg encoder */
1119 .card = CX88_BOARD_GDI,
1121 .subvendor = PCI_VENDOR_ID_ATI,
1122 .subdevice = 0x00f8,
1123 .card = CX88_BOARD_ATI_WONDER_PRO,
1125 .subvendor = 0x107d,
1126 .subdevice = 0x6611,
1127 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1129 .subvendor = 0x107d,
1130 .subdevice = 0x6613, /* NTSC */
1131 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1133 .subvendor = 0x107d,
1134 .subdevice = 0x6620,
1135 .card = CX88_BOARD_WINFAST_DV2000,
1137 .subvendor = 0x107d,
1138 .subdevice = 0x663b,
1139 .card = CX88_BOARD_LEADTEK_PVR2000,
1141 .subvendor = 0x107d,
1142 .subdevice = 0x663C,
1143 .card = CX88_BOARD_LEADTEK_PVR2000,
1145 .subvendor = 0x1461,
1146 .subdevice = 0x000b,
1147 .card = CX88_BOARD_AVERTV_STUDIO_303,
1149 .subvendor = 0x1462,
1150 .subdevice = 0x8606,
1151 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1153 .subvendor = 0x10fc,
1154 .subdevice = 0xd003,
1155 .card = CX88_BOARD_IODATA_GVVCP3PCI,
1157 .subvendor = 0x1043,
1158 .subdevice = 0x4823, /* with mpeg encoder */
1159 .card = CX88_BOARD_ASUS_PVR_416,
1161 .subvendor = 0x17de,
1162 .subdevice = 0x08a6,
1163 .card = CX88_BOARD_KWORLD_DVB_T,
1165 .subvendor = 0x18ac,
1166 .subdevice = 0xd810,
1167 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1169 .subvendor = 0x18ac,
1170 .subdevice = 0xd820,
1171 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1173 .subvendor = 0x18ac,
1174 .subdevice = 0xdb00,
1175 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1177 .subvendor = 0x0070,
1178 .subdevice = 0x9002,
1179 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1181 .subvendor = 0x14f1,
1182 .subdevice = 0x0187,
1183 .card = CX88_BOARD_CONEXANT_DVB_T1,
1185 .subvendor = 0x1540,
1186 .subdevice = 0x2580,
1187 .card = CX88_BOARD_PROVIDEO_PV259,
1189 .subvendor = 0x18ac,
1190 .subdevice = 0xdb10,
1191 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1193 .subvendor = 0x1554,
1194 .subdevice = 0x4811,
1195 .card = CX88_BOARD_PIXELVIEW,
1197 .subvendor = 0x7063,
1198 .subdevice = 0x3000, /* HD-3000 card */
1199 .card = CX88_BOARD_PCHDTV_HD3000,
1201 .subvendor = 0x17de,
1202 .subdevice = 0xa8a6,
1203 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1205 .subvendor = 0x0070,
1206 .subdevice = 0x2801,
1207 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1209 .subvendor = 0x14f1,
1210 .subdevice = 0x0342,
1211 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1213 .subvendor = 0x10fc,
1214 .subdevice = 0xd035,
1215 .card = CX88_BOARD_IODATA_GVBCTV7E,
1217 .subvendor = 0x1421,
1218 .subdevice = 0x0334,
1219 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
1221 .subvendor = 0x153b,
1222 .subdevice = 0x1166,
1223 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
1225 .subvendor = 0x18ac,
1226 .subdevice = 0xd500,
1227 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
1229 .subvendor = 0x1461,
1230 .subdevice = 0x8011,
1231 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
1233 .subvendor = PCI_VENDOR_ID_ATI,
1234 .subdevice = 0xa101,
1235 .card = CX88_BOARD_ATI_HDTVWONDER,
1237 .subvendor = 0x107d,
1238 .subdevice = 0x665f,
1239 .card = CX88_BOARD_WINFAST_DTV1000,
1241 .subvendor = 0x1461,
1242 .subdevice = 0x000a,
1243 .card = CX88_BOARD_AVERTV_303,
1245 .subvendor = 0x0070,
1246 .subdevice = 0x9200,
1247 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1249 .subvendor = 0x0070,
1250 .subdevice = 0x9201,
1251 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1253 .subvendor = 0x0070,
1254 .subdevice = 0x9202,
1255 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1257 .subvendor = 0x17de,
1258 .subdevice = 0x08b2,
1259 .card = CX88_BOARD_KWORLD_DVBS_100,
1261 .subvendor = 0x0070,
1262 .subdevice = 0x9400,
1263 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1265 .subvendor = 0x0070,
1266 .subdevice = 0x9402,
1267 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1269 .subvendor = 0x0070,
1270 .subdevice = 0x9800,
1271 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1273 .subvendor = 0x0070,
1274 .subdevice = 0x9802,
1275 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1277 .subvendor = 0x0070,
1278 .subdevice = 0x9001,
1279 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1281 .subvendor = 0x1822,
1282 .subdevice = 0x0025,
1283 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1285 .subvendor = 0x17de,
1286 .subdevice = 0x08a1,
1287 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
1289 .subvendor = 0x18ac,
1290 .subdevice = 0xdb50,
1291 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1293 .subvendor = 0x18ac,
1294 .subdevice = 0xdb54,
1295 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1296 /* Re-branded DViCO: DigitalNow DVB-T Dual */
1298 .subvendor = 0x18ac,
1299 .subdevice = 0xdb11,
1300 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1301 /* Re-branded DViCO: UltraView DVB-T Plus */
1303 .subvendor = 0x17de,
1304 .subdevice = 0x0840,
1305 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1307 .subvendor = 0x18ac,
1308 .subdevice = 0xdb40,
1309 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1311 .subvendor = 0x18ac,
1312 .subdevice = 0xdb44,
1313 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1316 const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
1318 /* ----------------------------------------------------------------------- */
1319 /* some leadtek specific stuff */
1321 static void __devinit leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
1323 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
1326 * Byte 0 is 1 on the NTSC board.
1329 if (eeprom_data[4] != 0x7d ||
1330 eeprom_data[5] != 0x10 ||
1331 eeprom_data[7] != 0x66) {
1332 printk(KERN_WARNING "%s: Leadtek eeprom invalid.\n",
1337 core->has_radio = 1;
1338 core->tuner_type = (eeprom_data[6] == 0x13) ? 43 : 38;
1340 printk(KERN_INFO "%s: Leadtek Winfast 2000XP Expert config: "
1341 "tuner=%d, eeprom[0]=0x%02x\n",
1342 core->name, core->tuner_type, eeprom_data[0]);
1345 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
1349 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
1350 core->tuner_type = tv.tuner_type;
1351 core->tuner_formats = tv.tuner_formats;
1352 core->has_radio = tv.has_radio;
1354 /* Make sure we support the board model */
1357 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
1358 case 34519: /* WinTV-PCI-FM */
1359 case 90002: /* Nova-T-PCI (9002) */
1360 case 92001: /* Nova-S-Plus (Video and IR) */
1361 case 92002: /* Nova-S-Plus (Video and IR) */
1362 case 90003: /* Nova-T-PCI (9002 No RF out) */
1363 case 90500: /* Nova-T-PCI (oem) */
1364 case 90501: /* Nova-T-PCI (oem/IR) */
1365 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
1366 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
1367 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
1368 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
1372 printk("%s: warning: unknown hauppauge model #%d\n",
1373 core->name, tv.model);
1377 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
1378 core->name, tv.model);
1381 /* ----------------------------------------------------------------------- */
1382 /* some GDI (was: Modular Technology) specific stuff */
1389 [ 0x01 ] = { .id = TUNER_ABSENT,
1391 [ 0x02 ] = { .id = TUNER_ABSENT,
1393 [ 0x03 ] = { .id = TUNER_ABSENT,
1395 [ 0x04 ] = { .id = TUNER_ABSENT,
1397 [ 0x05 ] = { .id = TUNER_ABSENT,
1400 [ 0x10 ] = { .id = TUNER_ABSENT,
1402 .name = "TEMIC_4049" },
1403 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
1404 .name = "TEMIC_4136" },
1405 [ 0x12 ] = { .id = TUNER_ABSENT,
1406 .name = "TEMIC_4146" },
1408 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
1410 .name = "PHILIPS_FQ1216_MK3" },
1411 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
1412 .name = "PHILIPS_FQ1236_MK3" },
1413 [ 0x22 ] = { .id = TUNER_ABSENT,
1414 .name = "PHILIPS_FI1236_MK3" },
1415 [ 0x23 ] = { .id = TUNER_ABSENT,
1416 .name = "PHILIPS_FI1216_MK3" },
1419 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
1421 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
1422 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
1424 printk(KERN_INFO "%s: GDI: tuner=%s\n", core->name,
1425 name ? name : "unknown");
1428 core->tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
1429 core->has_radio = gdi_tuner[eeprom_data[0x0d]].fm;
1432 /* ----------------------------------------------------------------------- */
1433 /* some DViCO specific stuff */
1435 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
1437 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
1439 static u8 init_bufs[13][5] = {
1440 { 0x10, 0x00, 0x20, 0x01, 0x03 },
1441 { 0x10, 0x10, 0x01, 0x00, 0x21 },
1442 { 0x10, 0x10, 0x10, 0x00, 0xCA },
1443 { 0x10, 0x10, 0x12, 0x00, 0x08 },
1444 { 0x10, 0x10, 0x13, 0x00, 0x0A },
1445 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
1446 { 0x10, 0x10, 0x22, 0x01, 0x3D },
1447 { 0x10, 0x10, 0x73, 0x01, 0x2E },
1448 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
1449 { 0x10, 0x10, 0x71, 0x01, 0x97 },
1450 { 0x10, 0x10, 0x70, 0x00, 0x0F },
1451 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
1455 for (i = 0; i < 13; i++) {
1456 msg.buf = init_bufs[i];
1457 msg.len = (i != 12 ? 5 : 2);
1458 err = i2c_transfer(&core->i2c_adap, &msg, 1);
1460 printk("dvico_fusionhdtv_hybrid_init buf %d failed (err = %d)!\n", i, err);
1466 /* ----------------------------------------------------------------------- */
1468 void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
1472 if (0 == pci->subsystem_vendor &&
1473 0 == pci->subsystem_device) {
1474 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
1475 "%s: be autodetected. Please pass card=<n> insmod option to\n"
1476 "%s: workaround that. Redirect complaints to the vendor of\n"
1477 "%s: the TV card. Best regards,\n"
1479 core->name,core->name,core->name,core->name,core->name);
1481 printk("%s: Your board isn't known (yet) to the driver. You can\n"
1482 "%s: try to pick one of the existing card configs via\n"
1483 "%s: card=<n> insmod option. Updating to the latest\n"
1484 "%s: version might help as well.\n",
1485 core->name,core->name,core->name,core->name);
1487 printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1489 for (i = 0; i < cx88_bcount; i++)
1490 printk("%s: card=%d -> %s\n",
1491 core->name, i, cx88_boards[i].name);
1494 void cx88_card_setup(struct cx88_core *core)
1496 static u8 eeprom[256];
1498 if (0 == core->i2c_rc) {
1499 core->i2c_client.addr = 0xa0 >> 1;
1500 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
1503 switch (core->board) {
1504 case CX88_BOARD_HAUPPAUGE:
1505 case CX88_BOARD_HAUPPAUGE_ROSLYN:
1506 if (0 == core->i2c_rc)
1507 hauppauge_eeprom(core,eeprom+8);
1509 case CX88_BOARD_GDI:
1510 if (0 == core->i2c_rc)
1511 gdi_eeprom(core,eeprom);
1513 case CX88_BOARD_WINFAST2000XP_EXPERT:
1514 if (0 == core->i2c_rc)
1515 leadtek_eeprom(core,eeprom);
1517 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
1518 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
1519 case CX88_BOARD_HAUPPAUGE_DVB_T1:
1520 case CX88_BOARD_HAUPPAUGE_HVR1100:
1521 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
1522 if (0 == core->i2c_rc)
1523 hauppauge_eeprom(core,eeprom);
1525 case CX88_BOARD_KWORLD_DVBS_100:
1526 cx_write(MO_GP0_IO, 0x000007f8);
1527 cx_write(MO_GP1_IO, 0x00000001);
1529 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
1530 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
1531 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
1532 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
1533 /* GPIO0:0 is hooked to mt352 reset pin */
1534 cx_set(MO_GP0_IO, 0x00000101);
1535 cx_clear(MO_GP0_IO, 0x00000001);
1537 cx_set(MO_GP0_IO, 0x00000101);
1538 if (0 == core->i2c_rc &&
1539 core->board == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
1540 dvico_fusionhdtv_hybrid_init(core);
1542 case CX88_BOARD_KWORLD_DVB_T:
1543 case CX88_BOARD_DNTV_LIVE_DVB_T:
1544 cx_set(MO_GP0_IO, 0x00000707);
1545 cx_set(MO_GP2_IO, 0x00000101);
1546 cx_clear(MO_GP2_IO, 0x00000001);
1548 cx_clear(MO_GP0_IO, 0x00000007);
1549 cx_set(MO_GP2_IO, 0x00000101);
1551 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
1552 cx_write(MO_GP0_IO, 0x00080808);
1554 case CX88_BOARD_ATI_HDTVWONDER:
1555 if (0 == core->i2c_rc) {
1558 static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
1559 core->i2c_client.addr = 0x0a;
1561 for (i = 0; i < 5; i++)
1562 if (2 != i2c_master_send(&core->i2c_client,&buffer[i*2],2))
1563 printk(KERN_WARNING "%s: Unable to enable tuner(%i).\n",
1568 if (cx88_boards[core->board].radio.type == CX88_RADIO)
1569 core->has_radio = 1;
1572 /* ------------------------------------------------------------------ */
1574 EXPORT_SYMBOL(cx88_boards);
1575 EXPORT_SYMBOL(cx88_bcount);
1576 EXPORT_SYMBOL(cx88_subids);
1577 EXPORT_SYMBOL(cx88_idcount);
1578 EXPORT_SYMBOL(cx88_card_list);
1579 EXPORT_SYMBOL(cx88_card_setup);
1585 * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off