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>
31 static unsigned int tuner[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
32 static unsigned int radio[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
33 static unsigned int card[] = {[0 ... (CX88_MAXBOARDS - 1)] = UNSET };
35 module_param_array(tuner, int, NULL, 0444);
36 module_param_array(radio, int, NULL, 0444);
37 module_param_array(card, int, NULL, 0444);
39 MODULE_PARM_DESC(tuner,"tuner type");
40 MODULE_PARM_DESC(radio,"radio tuner type");
41 MODULE_PARM_DESC(card,"card type");
43 static unsigned int latency = UNSET;
44 module_param(latency,int,0444);
45 MODULE_PARM_DESC(latency,"pci latency timer");
47 #define info_printk(core, fmt, arg...) \
48 printk(KERN_INFO "%s: " fmt, core->name , ## arg)
50 #define warn_printk(core, fmt, arg...) \
51 printk(KERN_WARNING "%s: " fmt, core->name , ## arg)
53 #define err_printk(core, fmt, arg...) \
54 printk(KERN_ERR "%s: " fmt, core->name , ## arg)
57 /* ------------------------------------------------------------------ */
58 /* board config info */
60 /* If radio_type !=UNSET, radio_addr should be specified
63 static const struct cx88_board cx88_boards[] = {
64 [CX88_BOARD_UNKNOWN] = {
65 .name = "UNKNOWN/GENERIC",
68 .tuner_addr = ADDR_UNSET,
69 .radio_addr = ADDR_UNSET,
71 .type = CX88_VMUX_COMPOSITE1,
74 .type = CX88_VMUX_COMPOSITE2,
77 .type = CX88_VMUX_COMPOSITE3,
80 .type = CX88_VMUX_COMPOSITE4,
84 [CX88_BOARD_HAUPPAUGE] = {
85 .name = "Hauppauge WinTV 34xxx models",
88 .tuner_addr = ADDR_UNSET,
89 .radio_addr = ADDR_UNSET,
90 .tda9887_conf = TDA9887_PRESENT,
92 .type = CX88_VMUX_TELEVISION,
94 .gpio0 = 0xff00, // internal decoder
96 .type = CX88_VMUX_DEBUG,
98 .gpio0 = 0xff01, // mono from tuner chip
100 .type = CX88_VMUX_COMPOSITE1,
104 .type = CX88_VMUX_SVIDEO,
114 .name = "GDI Black Gold",
117 .tuner_addr = ADDR_UNSET,
118 .radio_addr = ADDR_UNSET,
120 .type = CX88_VMUX_TELEVISION,
123 .type = CX88_VMUX_SVIDEO,
127 [CX88_BOARD_PIXELVIEW] = {
129 .tuner_type = TUNER_PHILIPS_PAL,
131 .tuner_addr = ADDR_UNSET,
132 .radio_addr = ADDR_UNSET,
134 .type = CX88_VMUX_TELEVISION,
136 .gpio0 = 0xff00, // internal decoder
138 .type = CX88_VMUX_COMPOSITE1,
141 .type = CX88_VMUX_SVIDEO,
149 [CX88_BOARD_ATI_WONDER_PRO] = {
150 .name = "ATI TV Wonder Pro",
151 .tuner_type = TUNER_PHILIPS_4IN1,
153 .tuner_addr = ADDR_UNSET,
154 .radio_addr = ADDR_UNSET,
155 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
157 .type = CX88_VMUX_TELEVISION,
161 .type = CX88_VMUX_COMPOSITE1,
165 .type = CX88_VMUX_SVIDEO,
170 [CX88_BOARD_WINFAST2000XP_EXPERT] = {
171 .name = "Leadtek Winfast 2000XP Expert",
172 .tuner_type = TUNER_PHILIPS_4IN1,
174 .tuner_addr = ADDR_UNSET,
175 .radio_addr = ADDR_UNSET,
176 .tda9887_conf = TDA9887_PRESENT,
178 .type = CX88_VMUX_TELEVISION,
185 .type = CX88_VMUX_COMPOSITE1,
192 .type = CX88_VMUX_SVIDEO,
207 [CX88_BOARD_AVERTV_STUDIO_303] = {
208 .name = "AverTV Studio 303 (M126)",
209 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
211 .tuner_addr = ADDR_UNSET,
212 .radio_addr = ADDR_UNSET,
213 .tda9887_conf = TDA9887_PRESENT,
215 .type = CX88_VMUX_TELEVISION,
219 .type = CX88_VMUX_COMPOSITE1,
223 .type = CX88_VMUX_SVIDEO,
232 [CX88_BOARD_MSI_TVANYWHERE_MASTER] = {
233 // added gpio values thanks to Michal
234 // values for PAL from DScaler
235 .name = "MSI TV-@nywhere Master",
236 .tuner_type = TUNER_MT2032,
238 .tuner_addr = ADDR_UNSET,
239 .radio_addr = ADDR_UNSET,
240 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
242 .type = CX88_VMUX_TELEVISION,
248 .type = CX88_VMUX_COMPOSITE1,
254 .type = CX88_VMUX_SVIDEO,
268 [CX88_BOARD_WINFAST_DV2000] = {
269 .name = "Leadtek Winfast DV2000",
270 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
272 .tuner_addr = ADDR_UNSET,
273 .radio_addr = ADDR_UNSET,
274 .tda9887_conf = TDA9887_PRESENT,
276 .type = CX88_VMUX_TELEVISION,
284 .type = CX88_VMUX_COMPOSITE1,
291 .type = CX88_VMUX_SVIDEO,
306 [CX88_BOARD_LEADTEK_PVR2000] = {
307 // gpio values for PAL version from regspy by DScaler
308 .name = "Leadtek PVR 2000",
309 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
311 .tuner_addr = ADDR_UNSET,
312 .radio_addr = ADDR_UNSET,
313 .tda9887_conf = TDA9887_PRESENT,
315 .type = CX88_VMUX_TELEVISION,
320 .type = CX88_VMUX_COMPOSITE1,
325 .type = CX88_VMUX_SVIDEO,
335 .mpeg = CX88_MPEG_BLACKBIRD,
337 [CX88_BOARD_IODATA_GVVCP3PCI] = {
338 .name = "IODATA GV-VCP3/PCI",
339 .tuner_type = TUNER_ABSENT,
341 .tuner_addr = ADDR_UNSET,
342 .radio_addr = ADDR_UNSET,
344 .type = CX88_VMUX_COMPOSITE1,
347 .type = CX88_VMUX_COMPOSITE2,
350 .type = CX88_VMUX_SVIDEO,
354 [CX88_BOARD_PROLINK_PLAYTVPVR] = {
355 .name = "Prolink PlayTV PVR",
356 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
358 .tuner_addr = ADDR_UNSET,
359 .radio_addr = ADDR_UNSET,
360 .tda9887_conf = TDA9887_PRESENT,
362 .type = CX88_VMUX_TELEVISION,
366 .type = CX88_VMUX_COMPOSITE1,
370 .type = CX88_VMUX_SVIDEO,
379 [CX88_BOARD_ASUS_PVR_416] = {
380 .name = "ASUS PVR-416",
381 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
383 .tuner_addr = ADDR_UNSET,
384 .radio_addr = ADDR_UNSET,
385 .tda9887_conf = TDA9887_PRESENT,
387 .type = CX88_VMUX_TELEVISION,
391 .type = CX88_VMUX_SVIDEO,
393 .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
400 .mpeg = CX88_MPEG_BLACKBIRD,
402 [CX88_BOARD_MSI_TVANYWHERE] = {
403 .name = "MSI TV-@nywhere",
404 .tuner_type = TUNER_MT2032,
406 .tuner_addr = ADDR_UNSET,
407 .radio_addr = ADDR_UNSET,
408 .tda9887_conf = TDA9887_PRESENT,
410 .type = CX88_VMUX_TELEVISION,
415 .type = CX88_VMUX_COMPOSITE1,
420 .type = CX88_VMUX_SVIDEO,
426 [CX88_BOARD_KWORLD_DVB_T] = {
427 .name = "KWorld/VStream XPert DVB-T",
428 .tuner_type = TUNER_ABSENT,
430 .tuner_addr = ADDR_UNSET,
431 .radio_addr = ADDR_UNSET,
433 .type = CX88_VMUX_COMPOSITE1,
438 .type = CX88_VMUX_SVIDEO,
443 .mpeg = CX88_MPEG_DVB,
445 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
446 .name = "DViCO FusionHDTV DVB-T1",
447 .tuner_type = TUNER_ABSENT, /* No analog tuner */
449 .tuner_addr = ADDR_UNSET,
450 .radio_addr = ADDR_UNSET,
452 .type = CX88_VMUX_COMPOSITE1,
456 .type = CX88_VMUX_SVIDEO,
460 .mpeg = CX88_MPEG_DVB,
462 [CX88_BOARD_KWORLD_LTV883] = {
463 .name = "KWorld LTV883RF",
464 .tuner_type = TUNER_TNF_8831BGFF,
466 .tuner_addr = ADDR_UNSET,
467 .radio_addr = ADDR_UNSET,
469 .type = CX88_VMUX_TELEVISION,
473 .type = CX88_VMUX_DEBUG,
475 .gpio0 = 0x07f9, // mono from tuner chip
477 .type = CX88_VMUX_COMPOSITE1,
481 .type = CX88_VMUX_SVIDEO,
490 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
491 .name = "DViCO FusionHDTV 3 Gold-Q",
492 .tuner_type = TUNER_MICROTUNE_4042FI5,
494 .tuner_addr = ADDR_UNSET,
495 .radio_addr = ADDR_UNSET,
497 GPIO[0] resets DT3302 DTV receiver
500 GPIO[1] mutes analog audio output connector
501 0 - enable selected source
503 GPIO[2] selects source for analog audio output connector
504 0 - analog audio input connector on tab
505 1 - analog DAC output from CX23881 chip
506 GPIO[3] selects RF input connector on tuner module
507 0 - RF connector labeled CABLE
508 1 - RF connector labeled ANT
509 GPIO[4] selects high RF for QAM256 mode
514 .type = CX88_VMUX_TELEVISION,
518 .type = CX88_VMUX_CABLE,
522 .type = CX88_VMUX_COMPOSITE1,
526 .type = CX88_VMUX_SVIDEO,
530 .mpeg = CX88_MPEG_DVB,
532 [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
533 .name = "Hauppauge Nova-T DVB-T",
534 .tuner_type = TUNER_ABSENT,
536 .tuner_addr = ADDR_UNSET,
537 .radio_addr = ADDR_UNSET,
539 .type = CX88_VMUX_DVB,
542 .mpeg = CX88_MPEG_DVB,
544 [CX88_BOARD_CONEXANT_DVB_T1] = {
545 .name = "Conexant DVB-T reference design",
546 .tuner_type = TUNER_ABSENT,
548 .tuner_addr = ADDR_UNSET,
549 .radio_addr = ADDR_UNSET,
551 .type = CX88_VMUX_DVB,
554 .mpeg = CX88_MPEG_DVB,
556 [CX88_BOARD_PROVIDEO_PV259] = {
557 .name = "Provideo PV259",
558 .tuner_type = TUNER_PHILIPS_FQ1216ME,
560 .tuner_addr = ADDR_UNSET,
561 .radio_addr = ADDR_UNSET,
563 .type = CX88_VMUX_TELEVISION,
567 .mpeg = CX88_MPEG_BLACKBIRD,
569 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
570 .name = "DViCO FusionHDTV DVB-T Plus",
571 .tuner_type = TUNER_ABSENT, /* No analog tuner */
573 .tuner_addr = ADDR_UNSET,
574 .radio_addr = ADDR_UNSET,
576 .type = CX88_VMUX_COMPOSITE1,
580 .type = CX88_VMUX_SVIDEO,
584 .mpeg = CX88_MPEG_DVB,
586 [CX88_BOARD_DNTV_LIVE_DVB_T] = {
587 .name = "digitalnow DNTV Live! DVB-T",
588 .tuner_type = TUNER_ABSENT,
590 .tuner_addr = ADDR_UNSET,
591 .radio_addr = ADDR_UNSET,
593 .type = CX88_VMUX_COMPOSITE1,
598 .type = CX88_VMUX_SVIDEO,
603 .mpeg = CX88_MPEG_DVB,
605 [CX88_BOARD_PCHDTV_HD3000] = {
606 .name = "pcHDTV HD3000 HDTV",
607 .tuner_type = TUNER_THOMSON_DTT761X,
609 .tuner_addr = ADDR_UNSET,
610 .radio_addr = ADDR_UNSET,
611 .tda9887_conf = TDA9887_PRESENT,
612 /* GPIO[2] = audio source for analog audio out connector
613 * 0 = analog audio input connector
614 * 1 = CX88 audio DACs
616 * GPIO[7] = input to CX88's audio/chroma ADC
618 * 1 = Sound 4.5 MHz IF
620 * GPIO[1,5,6] = Oren 51132 pins 27,35,28 respectively
622 * GPIO[16] = Remote control input
625 .type = CX88_VMUX_TELEVISION,
629 .type = CX88_VMUX_COMPOSITE1,
633 .type = CX88_VMUX_SVIDEO,
641 .mpeg = CX88_MPEG_DVB,
643 [CX88_BOARD_HAUPPAUGE_ROSLYN] = {
644 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
645 // GPIO values obtained from regspy, courtesy Sean Covel
646 .name = "Hauppauge WinTV 28xxx (Roslyn) models",
649 .tuner_addr = ADDR_UNSET,
650 .radio_addr = ADDR_UNSET,
652 .type = CX88_VMUX_TELEVISION,
657 .type = CX88_VMUX_DEBUG,
661 .type = CX88_VMUX_COMPOSITE1,
665 .type = CX88_VMUX_SVIDEO,
675 .mpeg = CX88_MPEG_BLACKBIRD,
677 [CX88_BOARD_DIGITALLOGIC_MEC] = {
678 .name = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
679 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
681 .tuner_addr = ADDR_UNSET,
682 .radio_addr = ADDR_UNSET,
683 .tda9887_conf = TDA9887_PRESENT,
685 .type = CX88_VMUX_TELEVISION,
690 .type = CX88_VMUX_COMPOSITE1,
695 .type = CX88_VMUX_SVIDEO,
705 .mpeg = CX88_MPEG_BLACKBIRD,
707 [CX88_BOARD_IODATA_GVBCTV7E] = {
708 .name = "IODATA GV/BCTV7E",
709 .tuner_type = TUNER_PHILIPS_FQ1286,
711 .tuner_addr = ADDR_UNSET,
712 .radio_addr = ADDR_UNSET,
713 .tda9887_conf = TDA9887_PRESENT,
715 .type = CX88_VMUX_TELEVISION,
719 .type = CX88_VMUX_COMPOSITE1,
723 .type = CX88_VMUX_SVIDEO,
728 [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
729 .name = "PixelView PlayTV Ultra Pro (Stereo)",
730 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
731 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
733 .tuner_addr = ADDR_UNSET,
734 .radio_addr = ADDR_UNSET,
736 .type = CX88_VMUX_TELEVISION,
738 .gpio0 = 0xbf61, /* internal decoder */
740 .type = CX88_VMUX_COMPOSITE1,
744 .type = CX88_VMUX_SVIDEO,
753 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
754 .name = "DViCO FusionHDTV 3 Gold-T",
755 .tuner_type = TUNER_THOMSON_DTT761X,
757 .tuner_addr = ADDR_UNSET,
758 .radio_addr = ADDR_UNSET,
759 .tda9887_conf = TDA9887_PRESENT,
761 .type = CX88_VMUX_TELEVISION,
765 .type = CX88_VMUX_COMPOSITE1,
769 .type = CX88_VMUX_SVIDEO,
773 .mpeg = CX88_MPEG_DVB,
775 [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
776 .name = "ADS Tech Instant TV DVB-T PCI",
777 .tuner_type = TUNER_ABSENT,
779 .tuner_addr = ADDR_UNSET,
780 .radio_addr = ADDR_UNSET,
782 .type = CX88_VMUX_COMPOSITE1,
787 .type = CX88_VMUX_SVIDEO,
792 .mpeg = CX88_MPEG_DVB,
794 [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
795 .name = "TerraTec Cinergy 1400 DVB-T",
796 .tuner_type = TUNER_ABSENT,
798 .type = CX88_VMUX_DVB,
801 .type = CX88_VMUX_COMPOSITE1,
804 .type = CX88_VMUX_SVIDEO,
807 .mpeg = CX88_MPEG_DVB,
809 [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
810 .name = "DViCO FusionHDTV 5 Gold",
811 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H062F */
813 .tuner_addr = ADDR_UNSET,
814 .radio_addr = ADDR_UNSET,
815 .tda9887_conf = TDA9887_PRESENT,
817 .type = CX88_VMUX_TELEVISION,
821 .type = CX88_VMUX_COMPOSITE1,
825 .type = CX88_VMUX_SVIDEO,
829 .mpeg = CX88_MPEG_DVB,
831 [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
832 .name = "AverMedia UltraTV Media Center PCI 550",
833 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
835 .tuner_addr = ADDR_UNSET,
836 .radio_addr = ADDR_UNSET,
837 .tda9887_conf = TDA9887_PRESENT,
839 .type = CX88_VMUX_COMPOSITE1,
844 .type = CX88_VMUX_SVIDEO,
849 .type = CX88_VMUX_TELEVISION,
860 .mpeg = CX88_MPEG_BLACKBIRD,
862 [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
863 /* Alexander Wold <awold@bigfoot.com> */
864 .name = "Kworld V-Stream Xpert DVD",
867 .type = CX88_VMUX_COMPOSITE1,
874 .type = CX88_VMUX_SVIDEO,
882 [CX88_BOARD_ATI_HDTVWONDER] = {
883 .name = "ATI HDTV Wonder",
884 .tuner_type = TUNER_PHILIPS_TUV1236D,
886 .tuner_addr = ADDR_UNSET,
887 .radio_addr = ADDR_UNSET,
889 .type = CX88_VMUX_TELEVISION,
896 .type = CX88_VMUX_COMPOSITE1,
903 .type = CX88_VMUX_SVIDEO,
910 .mpeg = CX88_MPEG_DVB,
912 [CX88_BOARD_WINFAST_DTV1000] = {
913 .name = "WinFast DTV1000-T",
914 .tuner_type = TUNER_ABSENT,
916 .tuner_addr = ADDR_UNSET,
917 .radio_addr = ADDR_UNSET,
919 .type = CX88_VMUX_DVB,
922 .type = CX88_VMUX_COMPOSITE1,
925 .type = CX88_VMUX_SVIDEO,
928 .mpeg = CX88_MPEG_DVB,
930 [CX88_BOARD_AVERTV_303] = {
931 .name = "AVerTV 303 (M126)",
932 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
934 .tuner_addr = ADDR_UNSET,
935 .radio_addr = ADDR_UNSET,
936 .tda9887_conf = TDA9887_PRESENT,
938 .type = CX88_VMUX_TELEVISION,
945 .type = CX88_VMUX_COMPOSITE1,
952 .type = CX88_VMUX_SVIDEO,
960 [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
961 .name = "Hauppauge Nova-S-Plus DVB-S",
962 .tuner_type = TUNER_ABSENT,
964 .tuner_addr = ADDR_UNSET,
965 .radio_addr = ADDR_UNSET,
967 .type = CX88_VMUX_DVB,
970 .type = CX88_VMUX_COMPOSITE1,
973 .type = CX88_VMUX_SVIDEO,
976 .mpeg = CX88_MPEG_DVB,
978 [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
979 .name = "Hauppauge Nova-SE2 DVB-S",
980 .tuner_type = TUNER_ABSENT,
982 .tuner_addr = ADDR_UNSET,
983 .radio_addr = ADDR_UNSET,
985 .type = CX88_VMUX_DVB,
988 .mpeg = CX88_MPEG_DVB,
990 [CX88_BOARD_KWORLD_DVBS_100] = {
991 .name = "KWorld DVB-S 100",
992 .tuner_type = TUNER_ABSENT,
994 .tuner_addr = ADDR_UNSET,
995 .radio_addr = ADDR_UNSET,
997 .type = CX88_VMUX_DVB,
1000 .type = CX88_VMUX_COMPOSITE1,
1003 .type = CX88_VMUX_SVIDEO,
1006 .mpeg = CX88_MPEG_DVB,
1008 [CX88_BOARD_HAUPPAUGE_HVR1100] = {
1009 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
1010 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1011 .radio_type = UNSET,
1012 .tuner_addr = ADDR_UNSET,
1013 .radio_addr = ADDR_UNSET,
1014 .tda9887_conf = TDA9887_PRESENT,
1016 .type = CX88_VMUX_TELEVISION,
1019 .type = CX88_VMUX_COMPOSITE1,
1022 .type = CX88_VMUX_SVIDEO,
1025 /* fixme: Add radio support */
1026 .mpeg = CX88_MPEG_DVB,
1028 [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
1029 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
1030 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1031 .radio_type = UNSET,
1032 .tuner_addr = ADDR_UNSET,
1033 .radio_addr = ADDR_UNSET,
1034 .tda9887_conf = TDA9887_PRESENT,
1036 .type = CX88_VMUX_TELEVISION,
1039 .type = CX88_VMUX_COMPOSITE1,
1042 /* fixme: Add radio support */
1043 .mpeg = CX88_MPEG_DVB,
1045 [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
1046 .name = "digitalnow DNTV Live! DVB-T Pro",
1047 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1048 .radio_type = UNSET,
1049 .tuner_addr = ADDR_UNSET,
1050 .radio_addr = ADDR_UNSET,
1051 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1052 TDA9887_PORT2_ACTIVE,
1054 .type = CX88_VMUX_TELEVISION,
1058 .type = CX88_VMUX_COMPOSITE1,
1062 .type = CX88_VMUX_SVIDEO,
1070 .mpeg = CX88_MPEG_DVB,
1072 [CX88_BOARD_KWORLD_DVB_T_CX22702] = {
1073 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1074 /* DTT 7579 Conexant CX22702-19 Conexant CX2388x */
1075 /* Manenti Marco <marco_manenti@colman.it> */
1076 .name = "KWorld/VStream XPert DVB-T with cx22702",
1077 .tuner_type = TUNER_ABSENT,
1078 .radio_type = UNSET,
1079 .tuner_addr = ADDR_UNSET,
1080 .radio_addr = ADDR_UNSET,
1082 .type = CX88_VMUX_COMPOSITE1,
1087 .type = CX88_VMUX_SVIDEO,
1092 .mpeg = CX88_MPEG_DVB,
1094 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL] = {
1095 .name = "DViCO FusionHDTV DVB-T Dual Digital",
1096 .tuner_type = TUNER_ABSENT, /* No analog tuner */
1097 .radio_type = UNSET,
1098 .tuner_addr = ADDR_UNSET,
1099 .radio_addr = ADDR_UNSET,
1101 .type = CX88_VMUX_COMPOSITE1,
1103 .gpio0 = 0x000067df,
1105 .type = CX88_VMUX_SVIDEO,
1107 .gpio0 = 0x000067df,
1109 .mpeg = CX88_MPEG_DVB,
1111 [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
1112 .name = "KWorld HardwareMpegTV XPert",
1113 .tuner_type = TUNER_PHILIPS_TDA8290,
1114 .radio_type = UNSET,
1115 .tuner_addr = ADDR_UNSET,
1116 .radio_addr = ADDR_UNSET,
1118 .type = CX88_VMUX_TELEVISION,
1123 .type = CX88_VMUX_COMPOSITE1,
1128 .type = CX88_VMUX_SVIDEO,
1138 .mpeg = CX88_MPEG_BLACKBIRD,
1140 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1141 .name = "DViCO FusionHDTV DVB-T Hybrid",
1142 .tuner_type = TUNER_THOMSON_FE6600,
1143 .radio_type = UNSET,
1144 .tuner_addr = ADDR_UNSET,
1145 .radio_addr = ADDR_UNSET,
1147 .type = CX88_VMUX_TELEVISION,
1149 .gpio0 = 0x0000a75f,
1151 .type = CX88_VMUX_COMPOSITE1,
1153 .gpio0 = 0x0000a75b,
1155 .type = CX88_VMUX_SVIDEO,
1157 .gpio0 = 0x0000a75b,
1159 .mpeg = CX88_MPEG_DVB,
1161 [CX88_BOARD_PCHDTV_HD5500] = {
1162 .name = "pcHDTV HD5500 HDTV",
1163 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
1164 .radio_type = UNSET,
1165 .tuner_addr = ADDR_UNSET,
1166 .radio_addr = ADDR_UNSET,
1167 .tda9887_conf = TDA9887_PRESENT,
1169 .type = CX88_VMUX_TELEVISION,
1173 .type = CX88_VMUX_COMPOSITE1,
1177 .type = CX88_VMUX_SVIDEO,
1181 .mpeg = CX88_MPEG_DVB,
1183 [CX88_BOARD_KWORLD_MCE200_DELUXE] = {
1184 /* FIXME: tested TV input only, disabled composite,
1185 svideo and radio until they can be tested also. */
1186 .name = "Kworld MCE 200 Deluxe",
1187 .tuner_type = TUNER_TENA_9533_DI,
1188 .radio_type = UNSET,
1189 .tda9887_conf = TDA9887_PRESENT,
1190 .tuner_addr = ADDR_UNSET,
1191 .radio_addr = ADDR_UNSET,
1193 .type = CX88_VMUX_TELEVISION,
1197 .mpeg = CX88_MPEG_BLACKBIRD,
1199 [CX88_BOARD_PIXELVIEW_PLAYTV_P7000] = {
1200 /* FIXME: SVideo, Composite and FM inputs are untested */
1201 .name = "PixelView PlayTV P7000",
1202 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
1203 .radio_type = UNSET,
1204 .tuner_addr = ADDR_UNSET,
1205 .radio_addr = ADDR_UNSET,
1206 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1207 TDA9887_PORT2_ACTIVE,
1209 .type = CX88_VMUX_TELEVISION,
1213 .mpeg = CX88_MPEG_BLACKBIRD,
1215 [CX88_BOARD_NPGTECH_REALTV_TOP10FM] = {
1216 .name = "NPG Tech Real TV FM Top 10",
1217 .tuner_type = TUNER_TNF_5335MF, /* Actually a TNF9535 */
1218 .radio_type = UNSET,
1219 .tuner_addr = ADDR_UNSET,
1220 .radio_addr = ADDR_UNSET,
1222 .type = CX88_VMUX_TELEVISION,
1226 .type = CX88_VMUX_COMPOSITE1,
1230 .type = CX88_VMUX_SVIDEO,
1239 [CX88_BOARD_WINFAST_DTV2000H] = {
1240 /* video inputs and radio still in testing */
1241 .name = "WinFast DTV2000 H",
1242 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1243 .radio_type = UNSET,
1244 .tuner_addr = ADDR_UNSET,
1245 .radio_addr = ADDR_UNSET,
1246 .tda9887_conf = TDA9887_PRESENT,
1248 .type = CX88_VMUX_TELEVISION,
1250 .gpio0 = 0x00017304,
1251 .gpio1 = 0x00008203,
1252 .gpio2 = 0x00017304,
1253 .gpio3 = 0x02000000,
1255 .mpeg = CX88_MPEG_DVB,
1257 [CX88_BOARD_GENIATECH_DVBS] = {
1258 .name = "Geniatech DVB-S",
1259 .tuner_type = TUNER_ABSENT,
1260 .radio_type = UNSET,
1261 .tuner_addr = ADDR_UNSET,
1262 .radio_addr = ADDR_UNSET,
1264 .type = CX88_VMUX_DVB,
1267 .type = CX88_VMUX_COMPOSITE1,
1270 .mpeg = CX88_MPEG_DVB,
1272 [CX88_BOARD_HAUPPAUGE_HVR3000] = {
1273 /* FIXME: Add dvb & radio support */
1274 .name = "Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T",
1275 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1276 .radio_type = UNSET,
1277 .tuner_addr = ADDR_UNSET,
1278 .radio_addr = ADDR_UNSET,
1279 .tda9887_conf = TDA9887_PRESENT,
1281 .type = CX88_VMUX_TELEVISION,
1285 .type = CX88_VMUX_COMPOSITE1,
1289 .type = CX88_VMUX_SVIDEO,
1293 .mpeg = CX88_MPEG_DVB,
1295 [CX88_BOARD_NORWOOD_MICRO] = {
1296 .name = "Norwood Micro TV Tuner",
1297 .tuner_type = TUNER_TNF_5335MF,
1298 .radio_type = UNSET,
1299 .tuner_addr = ADDR_UNSET,
1300 .radio_addr = ADDR_UNSET,
1302 .type = CX88_VMUX_TELEVISION,
1306 .type = CX88_VMUX_COMPOSITE1,
1310 .type = CX88_VMUX_SVIDEO,
1315 [CX88_BOARD_TE_DTV_250_OEM_SWANN] = {
1316 .name = "Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM",
1317 .tuner_type = TUNER_LG_PAL_NEW_TAPC,
1318 .radio_type = UNSET,
1319 .tuner_addr = ADDR_UNSET,
1320 .radio_addr = ADDR_UNSET,
1322 .type = CX88_VMUX_TELEVISION,
1324 .gpio0 = 0x003fffff,
1325 .gpio1 = 0x00e00000,
1326 .gpio2 = 0x003fffff,
1327 .gpio3 = 0x02000000,
1329 .type = CX88_VMUX_COMPOSITE1,
1331 .gpio0 = 0x003fffff,
1332 .gpio1 = 0x00e00000,
1333 .gpio2 = 0x003fffff,
1334 .gpio3 = 0x02000000,
1336 .type = CX88_VMUX_SVIDEO,
1338 .gpio0 = 0x003fffff,
1339 .gpio1 = 0x00e00000,
1340 .gpio2 = 0x003fffff,
1341 .gpio3 = 0x02000000,
1344 [CX88_BOARD_HAUPPAUGE_HVR1300] = {
1345 .name = "Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder",
1346 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1347 .radio_type = UNSET,
1348 .tuner_addr = ADDR_UNSET,
1349 .radio_addr = ADDR_UNSET,
1350 .tda9887_conf = TDA9887_PRESENT,
1351 .audio_chip = V4L2_IDENT_WM8775,
1353 * gpio0 as reported by Mike Crash <mike AT mikecrash.com>
1356 .type = CX88_VMUX_TELEVISION,
1361 .type = CX88_VMUX_COMPOSITE1,
1366 .type = CX88_VMUX_SVIDEO,
1371 /* fixme: Add radio support */
1372 .mpeg = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD,
1378 [CX88_BOARD_ADSTECH_PTV_390] = {
1379 .name = "ADS Tech Instant Video PCI",
1380 .tuner_type = TUNER_ABSENT,
1381 .radio_type = UNSET,
1382 .tuner_addr = ADDR_UNSET,
1383 .radio_addr = ADDR_UNSET,
1385 .type = CX88_VMUX_DEBUG,
1389 .type = CX88_VMUX_COMPOSITE1,
1393 .type = CX88_VMUX_SVIDEO,
1398 [CX88_BOARD_PINNACLE_PCTV_HD_800i] = {
1399 .name = "Pinnacle PCTV HD 800i",
1400 .tuner_type = TUNER_XC5000,
1401 .radio_type = UNSET,
1402 .tuner_addr = ADDR_UNSET,
1403 .radio_addr = ADDR_UNSET,
1405 .type = CX88_VMUX_TELEVISION,
1410 .type = CX88_VMUX_COMPOSITE1,
1416 .type = CX88_VMUX_SVIDEO,
1422 .mpeg = CX88_MPEG_DVB,
1424 [CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO] = {
1425 .name = "DViCO FusionHDTV 5 PCI nano",
1426 /* xc3008 tuner, digital only for now */
1427 .tuner_type = TUNER_ABSENT,
1428 .radio_type = UNSET,
1429 .tuner_addr = ADDR_UNSET,
1430 .radio_addr = ADDR_UNSET,
1432 .type = CX88_VMUX_TELEVISION,
1434 .gpio0 = 0x000027df, /* Unconfirmed */
1436 .type = CX88_VMUX_COMPOSITE1,
1438 .gpio0 = 0x000027df, /* Unconfirmed */
1441 .type = CX88_VMUX_SVIDEO,
1443 .gpio0 = 0x000027df, /* Unconfirmed */
1446 .mpeg = CX88_MPEG_DVB,
1448 [CX88_BOARD_PINNACLE_HYBRID_PCTV] = {
1449 .name = "Pinnacle Hybrid PCTV",
1450 .tuner_type = TUNER_XC2028,
1452 .radio_type = TUNER_XC2028,
1455 .type = CX88_VMUX_TELEVISION,
1461 .type = CX88_VMUX_COMPOSITE1,
1467 .type = CX88_VMUX_SVIDEO,
1479 .mpeg = CX88_MPEG_DVB,
1481 [CX88_BOARD_WINFAST_TV2000_XP_GLOBAL] = {
1482 .name = "Winfast TV2000 XP Global",
1483 .tuner_type = TUNER_XC2028,
1486 .type = CX88_VMUX_TELEVISION,
1488 .gpio0 = 0x0400, /* pin 2:mute = 0 (off?) */
1490 .gpio2 = 0x0800, /* pin 19:audio = 0 (tv) */
1493 .type = CX88_VMUX_COMPOSITE1,
1495 .gpio0 = 0x0400, /* probably? or 0x0404 to turn mute on */
1497 .gpio2 = 0x0808, /* pin 19:audio = 1 (line) */
1500 .type = CX88_VMUX_SVIDEO,
1510 [CX88_BOARD_POWERCOLOR_REAL_ANGEL] = {
1511 .name = "PowerColor RA330", /* Long names may confuse LIRC. */
1512 .tuner_type = TUNER_XC2028,
1515 .type = CX88_VMUX_DEBUG,
1516 .vmux = 3, /* Due to the way the cx88 driver is written, */
1517 .gpio0 = 0x00ff, /* there is no way to deactivate audio pass- */
1518 .gpio1 = 0xf39d, /* through without this entry. Furthermore, if */
1519 .gpio3 = 0x0000, /* the TV mux entry is first, you get audio */
1520 }, { /* from the tuner on boot for a little while. */
1521 .type = CX88_VMUX_TELEVISION,
1527 .type = CX88_VMUX_COMPOSITE1,
1533 .type = CX88_VMUX_SVIDEO,
1546 [CX88_BOARD_GENIATECH_X8000_MT] = {
1547 /* Also PowerColor Real Angel 330 and Geniatech X800 OEM */
1548 .name = "Geniatech X8000-MT DVBT",
1549 .tuner_type = TUNER_XC2028,
1552 .type = CX88_VMUX_TELEVISION,
1554 .gpio0 = 0x00000000,
1555 .gpio1 = 0x00e3e341,
1556 .gpio2 = 0x00000000,
1557 .gpio3 = 0x00000000,
1559 .type = CX88_VMUX_COMPOSITE1,
1561 .gpio0 = 0x00000000,
1562 .gpio1 = 0x00e3e361,
1563 .gpio2 = 0x00000000,
1564 .gpio3 = 0x00000000,
1566 .type = CX88_VMUX_SVIDEO,
1568 .gpio0 = 0x00000000,
1569 .gpio1 = 0x00e3e361,
1570 .gpio2 = 0x00000000,
1571 .gpio3 = 0x00000000,
1575 .gpio0 = 0x00000000,
1576 .gpio1 = 0x00e3e341,
1577 .gpio2 = 0x00000000,
1578 .gpio3 = 0x00000000,
1580 .mpeg = CX88_MPEG_DVB,
1582 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO] = {
1583 .name = "DViCO FusionHDTV DVB-T PRO",
1584 .tuner_type = TUNER_XC2028,
1586 .radio_type = UNSET,
1587 .radio_addr = ADDR_UNSET,
1589 .type = CX88_VMUX_COMPOSITE1,
1591 .gpio0 = 0x000067df,
1593 .type = CX88_VMUX_SVIDEO,
1595 .gpio0 = 0x000067df,
1597 .mpeg = CX88_MPEG_DVB,
1599 [CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD] = {
1600 .name = "DViCO FusionHDTV 7 Gold",
1601 .tuner_type = TUNER_XC5000,
1602 .radio_type = UNSET,
1603 .tuner_addr = ADDR_UNSET,
1604 .radio_addr = ADDR_UNSET,
1606 .type = CX88_VMUX_TELEVISION,
1610 .type = CX88_VMUX_COMPOSITE1,
1614 .type = CX88_VMUX_SVIDEO,
1618 .mpeg = CX88_MPEG_DVB,
1620 [CX88_BOARD_PROLINK_PV_8000GT] = {
1621 .name = "Prolink Pixelview MPEG 8000GT",
1622 .tuner_type = TUNER_XC2028,
1625 .type = CX88_VMUX_TELEVISION,
1630 .type = CX88_VMUX_COMPOSITE1,
1634 .type = CX88_VMUX_SVIDEO,
1643 [CX88_BOARD_PROLINK_PV_GLOBAL_XTREME] = {
1644 .name = "Prolink Pixelview Global Extreme",
1645 .tuner_type = TUNER_XC2028,
1648 .type = CX88_VMUX_TELEVISION,
1654 .type = CX88_VMUX_COMPOSITE1,
1660 .type = CX88_VMUX_SVIDEO,
1673 /* Both radio, analog and ATSC work with this board.
1674 However, for analog to work, s5h1409 gate should be open,
1675 otherwise, tuner-xc3028 won't be detected.
1676 A proper fix require using the newer i2c methods to add
1677 tuner-xc3028 without doing an i2c probe.
1679 [CX88_BOARD_KWORLD_ATSC_120] = {
1680 .name = "Kworld PlusTV HD PCI 120 (ATSC 120)",
1681 .tuner_type = TUNER_XC2028,
1682 .radio_type = UNSET,
1683 .tuner_addr = ADDR_UNSET,
1684 .radio_addr = ADDR_UNSET,
1686 .type = CX88_VMUX_TELEVISION,
1688 .gpio0 = 0x000000ff,
1689 .gpio1 = 0x0000f35d,
1690 .gpio2 = 0x00000000,
1692 .type = CX88_VMUX_COMPOSITE1,
1694 .gpio0 = 0x000000ff,
1695 .gpio1 = 0x0000f37e,
1696 .gpio2 = 0x00000000,
1698 .type = CX88_VMUX_SVIDEO,
1700 .gpio0 = 0x000000ff,
1701 .gpio1 = 0x0000f37e,
1702 .gpio2 = 0x00000000,
1706 .gpio0 = 0x000000ff,
1707 .gpio1 = 0x0000f35d,
1708 .gpio2 = 0x00000000,
1710 .mpeg = CX88_MPEG_DVB,
1712 [CX88_BOARD_HAUPPAUGE_HVR4000] = {
1713 .name = "Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid",
1714 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1715 .radio_type = UNSET,
1716 .tuner_addr = ADDR_UNSET,
1717 .radio_addr = ADDR_UNSET,
1718 .tda9887_conf = TDA9887_PRESENT,
1722 * Analogue SAT DVB-T
1723 * Antenna 0xc4bf 0xc4bb
1724 * Composite 0xc4bf 0xc4bb
1725 * S-Video 0xc4bf 0xc4bb
1726 * Composite1 0xc4ff 0xc4fb
1727 * S-Video1 0xc4ff 0xc4fb
1729 * BIT VALUE FUNCTION GP{x}_IO
1732 * 2 1 O:DVB-T DEMOD ENABLE LOW/ANALOG DEMOD ENABLE HIGH
1736 * 6 0 O:INPUT SELECTOR 0=INTERNAL 1=EXPANSION
1737 * 7 1 O:DVB-T DEMOD RESET LOW
1739 * BIT VALUE FUNCTION GP{x}_OE
1750 .type = CX88_VMUX_TELEVISION,
1754 .type = CX88_VMUX_COMPOSITE1,
1758 .type = CX88_VMUX_SVIDEO,
1762 /* fixme: Add radio support */
1763 .mpeg = CX88_MPEG_DVB,
1765 [CX88_BOARD_HAUPPAUGE_HVR4000LITE] = {
1766 .name = "Hauppauge WinTV-HVR4000(Lite) DVB-S/S2",
1767 .tuner_type = UNSET,
1768 .radio_type = UNSET,
1769 .tuner_addr = ADDR_UNSET,
1770 .radio_addr = ADDR_UNSET,
1772 .type = CX88_VMUX_DVB,
1775 .mpeg = CX88_MPEG_DVB,
1777 [CX88_BOARD_TEVII_S420] = {
1778 .name = "TeVii S420 DVB-S",
1779 .tuner_type = UNSET,
1780 .radio_type = UNSET,
1781 .tuner_addr = ADDR_UNSET,
1782 .radio_addr = ADDR_UNSET,
1784 .type = CX88_VMUX_DVB,
1787 .mpeg = CX88_MPEG_DVB,
1789 [CX88_BOARD_TEVII_S460] = {
1790 .name = "TeVii S460 DVB-S/S2",
1791 .tuner_type = UNSET,
1792 .radio_type = UNSET,
1793 .tuner_addr = ADDR_UNSET,
1794 .radio_addr = ADDR_UNSET,
1796 .type = CX88_VMUX_DVB,
1799 .mpeg = CX88_MPEG_DVB,
1801 [CX88_BOARD_OMICOM_SS4_PCI] = {
1802 .name = "Omicom SS4 DVB-S/S2 PCI",
1803 .tuner_type = UNSET,
1804 .radio_type = UNSET,
1805 .tuner_addr = ADDR_UNSET,
1806 .radio_addr = ADDR_UNSET,
1808 .type = CX88_VMUX_DVB,
1811 .mpeg = CX88_MPEG_DVB,
1813 [CX88_BOARD_TBS_8920] = {
1814 .name = "TBS 8920 DVB-S/S2",
1815 .tuner_type = TUNER_ABSENT,
1816 .radio_type = UNSET,
1817 .tuner_addr = ADDR_UNSET,
1818 .radio_addr = ADDR_UNSET,
1820 .type = CX88_VMUX_DVB,
1823 .mpeg = CX88_MPEG_DVB,
1825 [CX88_BOARD_PROF_7300] = {
1826 .name = "PROF 7300 DVB-S/S2",
1827 .tuner_type = UNSET,
1828 .radio_type = UNSET,
1829 .tuner_addr = ADDR_UNSET,
1830 .radio_addr = ADDR_UNSET,
1832 .type = CX88_VMUX_DVB,
1835 .mpeg = CX88_MPEG_DVB,
1839 /* ------------------------------------------------------------------ */
1840 /* PCI subsystem IDs */
1842 static const struct cx88_subid cx88_subids[] = {
1844 .subvendor = 0x0070,
1845 .subdevice = 0x3400,
1846 .card = CX88_BOARD_HAUPPAUGE,
1848 .subvendor = 0x0070,
1849 .subdevice = 0x3401,
1850 .card = CX88_BOARD_HAUPPAUGE,
1852 .subvendor = 0x14c7,
1853 .subdevice = 0x0106,
1854 .card = CX88_BOARD_GDI,
1856 .subvendor = 0x14c7,
1857 .subdevice = 0x0107, /* with mpeg encoder */
1858 .card = CX88_BOARD_GDI,
1860 .subvendor = PCI_VENDOR_ID_ATI,
1861 .subdevice = 0x00f8,
1862 .card = CX88_BOARD_ATI_WONDER_PRO,
1864 .subvendor = 0x107d,
1865 .subdevice = 0x6611,
1866 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1868 .subvendor = 0x107d,
1869 .subdevice = 0x6613, /* NTSC */
1870 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1872 .subvendor = 0x107d,
1873 .subdevice = 0x6620,
1874 .card = CX88_BOARD_WINFAST_DV2000,
1876 .subvendor = 0x107d,
1877 .subdevice = 0x663b,
1878 .card = CX88_BOARD_LEADTEK_PVR2000,
1880 .subvendor = 0x107d,
1881 .subdevice = 0x663c,
1882 .card = CX88_BOARD_LEADTEK_PVR2000,
1884 .subvendor = 0x1461,
1885 .subdevice = 0x000b,
1886 .card = CX88_BOARD_AVERTV_STUDIO_303,
1888 .subvendor = 0x1462,
1889 .subdevice = 0x8606,
1890 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1892 .subvendor = 0x10fc,
1893 .subdevice = 0xd003,
1894 .card = CX88_BOARD_IODATA_GVVCP3PCI,
1896 .subvendor = 0x1043,
1897 .subdevice = 0x4823, /* with mpeg encoder */
1898 .card = CX88_BOARD_ASUS_PVR_416,
1900 .subvendor = 0x17de,
1901 .subdevice = 0x08a6,
1902 .card = CX88_BOARD_KWORLD_DVB_T,
1904 .subvendor = 0x18ac,
1905 .subdevice = 0xd810,
1906 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1908 .subvendor = 0x18ac,
1909 .subdevice = 0xd820,
1910 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1912 .subvendor = 0x18ac,
1913 .subdevice = 0xdb00,
1914 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1916 .subvendor = 0x0070,
1917 .subdevice = 0x9002,
1918 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1920 .subvendor = 0x14f1,
1921 .subdevice = 0x0187,
1922 .card = CX88_BOARD_CONEXANT_DVB_T1,
1924 .subvendor = 0x1540,
1925 .subdevice = 0x2580,
1926 .card = CX88_BOARD_PROVIDEO_PV259,
1928 .subvendor = 0x18ac,
1929 .subdevice = 0xdb10,
1930 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1932 .subvendor = 0x1554,
1933 .subdevice = 0x4811,
1934 .card = CX88_BOARD_PIXELVIEW,
1936 .subvendor = 0x7063,
1937 .subdevice = 0x3000, /* HD-3000 card */
1938 .card = CX88_BOARD_PCHDTV_HD3000,
1940 .subvendor = 0x17de,
1941 .subdevice = 0xa8a6,
1942 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1944 .subvendor = 0x0070,
1945 .subdevice = 0x2801,
1946 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1948 .subvendor = 0x14f1,
1949 .subdevice = 0x0342,
1950 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1952 .subvendor = 0x10fc,
1953 .subdevice = 0xd035,
1954 .card = CX88_BOARD_IODATA_GVBCTV7E,
1956 .subvendor = 0x1421,
1957 .subdevice = 0x0334,
1958 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
1960 .subvendor = 0x153b,
1961 .subdevice = 0x1166,
1962 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
1964 .subvendor = 0x18ac,
1965 .subdevice = 0xd500,
1966 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
1968 .subvendor = 0x1461,
1969 .subdevice = 0x8011,
1970 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
1972 .subvendor = PCI_VENDOR_ID_ATI,
1973 .subdevice = 0xa101,
1974 .card = CX88_BOARD_ATI_HDTVWONDER,
1976 .subvendor = 0x107d,
1977 .subdevice = 0x665f,
1978 .card = CX88_BOARD_WINFAST_DTV1000,
1980 .subvendor = 0x1461,
1981 .subdevice = 0x000a,
1982 .card = CX88_BOARD_AVERTV_303,
1984 .subvendor = 0x0070,
1985 .subdevice = 0x9200,
1986 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1988 .subvendor = 0x0070,
1989 .subdevice = 0x9201,
1990 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1992 .subvendor = 0x0070,
1993 .subdevice = 0x9202,
1994 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1996 .subvendor = 0x17de,
1997 .subdevice = 0x08b2,
1998 .card = CX88_BOARD_KWORLD_DVBS_100,
2000 .subvendor = 0x0070,
2001 .subdevice = 0x9400,
2002 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
2004 .subvendor = 0x0070,
2005 .subdevice = 0x9402,
2006 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
2008 .subvendor = 0x0070,
2009 .subdevice = 0x9800,
2010 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
2012 .subvendor = 0x0070,
2013 .subdevice = 0x9802,
2014 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
2016 .subvendor = 0x0070,
2017 .subdevice = 0x9001,
2018 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
2020 .subvendor = 0x1822,
2021 .subdevice = 0x0025,
2022 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
2024 .subvendor = 0x17de,
2025 .subdevice = 0x08a1,
2026 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
2028 .subvendor = 0x18ac,
2029 .subdevice = 0xdb50,
2030 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
2032 .subvendor = 0x18ac,
2033 .subdevice = 0xdb54,
2034 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
2035 /* Re-branded DViCO: DigitalNow DVB-T Dual */
2037 .subvendor = 0x18ac,
2038 .subdevice = 0xdb11,
2039 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
2040 /* Re-branded DViCO: UltraView DVB-T Plus */
2042 .subvendor = 0x18ac,
2043 .subdevice = 0xdb30,
2044 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO,
2046 .subvendor = 0x17de,
2047 .subdevice = 0x0840,
2048 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
2050 .subvendor = 0x1421,
2051 .subdevice = 0x0305,
2052 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
2054 .subvendor = 0x18ac,
2055 .subdevice = 0xdb40,
2056 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
2058 .subvendor = 0x18ac,
2059 .subdevice = 0xdb44,
2060 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
2062 .subvendor = 0x7063,
2063 .subdevice = 0x5500,
2064 .card = CX88_BOARD_PCHDTV_HD5500,
2066 .subvendor = 0x17de,
2067 .subdevice = 0x0841,
2068 .card = CX88_BOARD_KWORLD_MCE200_DELUXE,
2070 .subvendor = 0x1822,
2071 .subdevice = 0x0019,
2072 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
2074 .subvendor = 0x1554,
2075 .subdevice = 0x4813,
2076 .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000,
2078 .subvendor = 0x14f1,
2079 .subdevice = 0x0842,
2080 .card = CX88_BOARD_NPGTECH_REALTV_TOP10FM,
2082 .subvendor = 0x107d,
2083 .subdevice = 0x665e,
2084 .card = CX88_BOARD_WINFAST_DTV2000H,
2086 .subvendor = 0x18ac,
2087 .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
2088 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
2090 .subvendor = 0x14f1,
2091 .subdevice = 0x0084,
2092 .card = CX88_BOARD_GENIATECH_DVBS,
2094 .subvendor = 0x0070,
2095 .subdevice = 0x1404,
2096 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2098 .subvendor = 0x1461,
2099 .subdevice = 0xc111, /* AverMedia M150-D */
2100 /* This board is known to work with the ASUS PVR416 config */
2101 .card = CX88_BOARD_ASUS_PVR_416,
2103 .subvendor = 0xc180,
2104 .subdevice = 0xc980,
2105 .card = CX88_BOARD_TE_DTV_250_OEM_SWANN,
2107 .subvendor = 0x0070,
2108 .subdevice = 0x9600,
2109 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
2111 .subvendor = 0x0070,
2112 .subdevice = 0x9601,
2113 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
2115 .subvendor = 0x0070,
2116 .subdevice = 0x9602,
2117 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
2119 .subvendor = 0x107d,
2120 .subdevice = 0x6632,
2121 .card = CX88_BOARD_LEADTEK_PVR2000,
2123 .subvendor = 0x12ab,
2124 .subdevice = 0x2300, /* Club3D Zap TV2100 */
2125 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
2127 .subvendor = 0x0070,
2128 .subdevice = 0x9000,
2129 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
2131 .subvendor = 0x0070,
2132 .subdevice = 0x1400,
2133 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2135 .subvendor = 0x0070,
2136 .subdevice = 0x1401,
2137 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2139 .subvendor = 0x0070,
2140 .subdevice = 0x1402,
2141 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2143 .subvendor = 0x1421,
2144 .subdevice = 0x0341, /* ADS Tech InstantTV DVB-S */
2145 .card = CX88_BOARD_KWORLD_DVBS_100,
2147 .subvendor = 0x1421,
2148 .subdevice = 0x0390,
2149 .card = CX88_BOARD_ADSTECH_PTV_390,
2151 .subvendor = 0x11bd,
2152 .subdevice = 0x0051,
2153 .card = CX88_BOARD_PINNACLE_PCTV_HD_800i,
2155 .subvendor = 0x18ac,
2156 .subdevice = 0xd530,
2157 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO,
2159 .subvendor = 0x12ab,
2160 .subdevice = 0x1788,
2161 .card = CX88_BOARD_PINNACLE_HYBRID_PCTV,
2163 .subvendor = 0x14f1,
2164 .subdevice = 0xea3d,
2165 .card = CX88_BOARD_POWERCOLOR_REAL_ANGEL,
2167 .subvendor = 0x107d,
2168 .subdevice = 0x6f18,
2169 .card = CX88_BOARD_WINFAST_TV2000_XP_GLOBAL,
2171 .subvendor = 0x14f1,
2172 .subdevice = 0x8852,
2173 .card = CX88_BOARD_GENIATECH_X8000_MT,
2175 .subvendor = 0x18ac,
2176 .subdevice = 0xd610,
2177 .card = CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD,
2179 .subvendor = 0x1554,
2180 .subdevice = 0x4935,
2181 .card = CX88_BOARD_PROLINK_PV_8000GT,
2183 .subvendor = 0x1554,
2184 .subdevice = 0x4976,
2185 .card = CX88_BOARD_PROLINK_PV_GLOBAL_XTREME,
2187 .subvendor = 0x17de,
2188 .subdevice = 0x08c1,
2189 .card = CX88_BOARD_KWORLD_ATSC_120,
2191 .subvendor = 0x0070,
2192 .subdevice = 0x6900,
2193 .card = CX88_BOARD_HAUPPAUGE_HVR4000,
2195 .subvendor = 0x0070,
2196 .subdevice = 0x6904,
2197 .card = CX88_BOARD_HAUPPAUGE_HVR4000,
2199 .subvendor = 0x0070,
2200 .subdevice = 0x6902,
2201 .card = CX88_BOARD_HAUPPAUGE_HVR4000,
2203 .subvendor = 0x0070,
2204 .subdevice = 0x6905,
2205 .card = CX88_BOARD_HAUPPAUGE_HVR4000LITE,
2207 .subvendor = 0x0070,
2208 .subdevice = 0x6906,
2209 .card = CX88_BOARD_HAUPPAUGE_HVR4000LITE,
2211 .subvendor = 0xd420,
2212 .subdevice = 0x9022,
2213 .card = CX88_BOARD_TEVII_S420,
2215 .subvendor = 0xd460,
2216 .subdevice = 0x9022,
2217 .card = CX88_BOARD_TEVII_S460,
2219 .subvendor = 0xA044,
2220 .subdevice = 0x2011,
2221 .card = CX88_BOARD_OMICOM_SS4_PCI,
2223 .subvendor = 0x8920,
2224 .subdevice = 0x8888,
2225 .card = CX88_BOARD_TBS_8920,
2227 .subvendor = 0xB033,
2228 .subdevice = 0x3033,
2229 .card = CX88_BOARD_PROF_7300,
2233 /* ----------------------------------------------------------------------- */
2234 /* some leadtek specific stuff */
2236 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
2238 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
2241 * Byte 0 is 1 on the NTSC board.
2244 if (eeprom_data[4] != 0x7d ||
2245 eeprom_data[5] != 0x10 ||
2246 eeprom_data[7] != 0x66) {
2247 warn_printk(core, "Leadtek eeprom invalid.\n");
2251 core->board.tuner_type = (eeprom_data[6] == 0x13) ?
2252 TUNER_PHILIPS_FM1236_MK3 : TUNER_PHILIPS_FM1216ME_MK3;
2254 info_printk(core, "Leadtek Winfast 2000XP Expert config: "
2255 "tuner=%d, eeprom[0]=0x%02x\n",
2256 core->board.tuner_type, eeprom_data[0]);
2259 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
2263 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
2264 core->board.tuner_type = tv.tuner_type;
2265 core->tuner_formats = tv.tuner_formats;
2266 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0;
2268 /* Make sure we support the board model */
2271 case 14009: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in) */
2272 case 14019: /* WinTV-HVR3000 (Retail, IR Blaster, b/panel video, 3.5mm audio in) */
2273 case 14029: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge) */
2274 case 14109: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - low profile) */
2275 case 14129: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge - LP) */
2276 case 14559: /* WinTV-HVR3000 (OEM, no IR, b/panel video, 3.5mm audio in) */
2277 case 14569: /* WinTV-HVR3000 (OEM, no IR, no back panel video) */
2278 case 14659: /* WinTV-HVR3000 (OEM, no IR, b/panel video, RCA audio in - Low profile) */
2279 case 14669: /* WinTV-HVR3000 (OEM, no IR, no b/panel video - Low profile) */
2280 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
2281 case 34519: /* WinTV-PCI-FM */
2283 /* WinTV-HVR4000 (DVBS/S2/T, Video and IR, back panel inputs) */
2284 case 69100: /* WinTV-HVR4000LITE (DVBS/S2, IR) */
2285 case 69500: /* WinTV-HVR4000LITE (DVBS/S2, No IR) */
2287 /* WinTV-HVR4000 (DVBS/S2/T, Video no IR, back panel inputs) */
2288 case 69569: /* WinTV-HVR4000 (DVBS/S2/T, Video no IR) */
2289 case 90002: /* Nova-T-PCI (9002) */
2290 case 92001: /* Nova-S-Plus (Video and IR) */
2291 case 92002: /* Nova-S-Plus (Video and IR) */
2292 case 90003: /* Nova-T-PCI (9002 No RF out) */
2293 case 90500: /* Nova-T-PCI (oem) */
2294 case 90501: /* Nova-T-PCI (oem/IR) */
2295 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
2296 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
2297 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
2298 case 96009: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX) */
2299 case 96019: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX/TX) */
2300 case 96559: /* WinTV-HVR1300 (PAL Video, MPEG Video no IR) */
2301 case 96569: /* WinTV-HVR1300 () */
2302 case 96659: /* WinTV-HVR1300 () */
2303 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
2307 warn_printk(core, "warning: unknown hauppauge model #%d\n",
2312 info_printk(core, "hauppauge eeprom: model=%d\n", tv.model);
2315 /* ----------------------------------------------------------------------- */
2316 /* some GDI (was: Modular Technology) specific stuff */
2323 [ 0x01 ] = { .id = TUNER_ABSENT,
2325 [ 0x02 ] = { .id = TUNER_ABSENT,
2327 [ 0x03 ] = { .id = TUNER_ABSENT,
2329 [ 0x04 ] = { .id = TUNER_ABSENT,
2331 [ 0x05 ] = { .id = TUNER_ABSENT,
2334 [ 0x10 ] = { .id = TUNER_ABSENT,
2336 .name = "TEMIC_4049" },
2337 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
2338 .name = "TEMIC_4136" },
2339 [ 0x12 ] = { .id = TUNER_ABSENT,
2340 .name = "TEMIC_4146" },
2342 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
2344 .name = "PHILIPS_FQ1216_MK3" },
2345 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
2346 .name = "PHILIPS_FQ1236_MK3" },
2347 [ 0x22 ] = { .id = TUNER_ABSENT,
2348 .name = "PHILIPS_FI1236_MK3" },
2349 [ 0x23 ] = { .id = TUNER_ABSENT,
2350 .name = "PHILIPS_FI1216_MK3" },
2353 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
2355 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
2356 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
2358 info_printk(core, "GDI: tuner=%s\n", name ? name : "unknown");
2361 core->board.tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
2362 core->board.radio.type = gdi_tuner[eeprom_data[0x0d]].fm ?
2366 /* ------------------------------------------------------------------- */
2367 /* some Divco specific stuff */
2368 static int cx88_dvico_xc2028_callback(struct cx88_core *core,
2369 int command, int arg)
2372 case XC2028_TUNER_RESET:
2373 switch (core->boardnr) {
2374 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2375 /* GPIO-4 xc3028 tuner */
2377 cx_set(MO_GP0_IO, 0x00001000);
2378 cx_clear(MO_GP0_IO, 0x00000010);
2380 cx_set(MO_GP0_IO, 0x00000010);
2384 cx_write(MO_GP0_IO, 0x101000);
2386 cx_set(MO_GP0_IO, 0x101010);
2397 /* ----------------------------------------------------------------------- */
2398 /* some Geniatech specific stuff */
2400 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core,
2401 int command, int mode)
2404 case XC2028_TUNER_RESET:
2405 switch (INPUT(core->input).type) {
2409 cx_write(MO_GP1_IO, 0x030302);
2413 cx_write(MO_GP1_IO, 0x030301);
2416 cx_write(MO_GP1_IO, 0x101010);
2418 cx_write(MO_GP1_IO, 0x101000);
2420 cx_write(MO_GP1_IO, 0x101010);
2427 /* ------------------------------------------------------------------- */
2428 /* some Divco specific stuff */
2429 static int cx88_pv_8000gt_callback(struct cx88_core *core,
2430 int command, int arg)
2433 case XC2028_TUNER_RESET:
2434 cx_write(MO_GP2_IO, 0xcf7);
2436 cx_write(MO_GP2_IO, 0xef5);
2438 cx_write(MO_GP2_IO, 0xcf7);
2447 /* ----------------------------------------------------------------------- */
2448 /* some DViCO specific stuff */
2450 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
2452 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
2454 static u8 init_bufs[13][5] = {
2455 { 0x10, 0x00, 0x20, 0x01, 0x03 },
2456 { 0x10, 0x10, 0x01, 0x00, 0x21 },
2457 { 0x10, 0x10, 0x10, 0x00, 0xCA },
2458 { 0x10, 0x10, 0x12, 0x00, 0x08 },
2459 { 0x10, 0x10, 0x13, 0x00, 0x0A },
2460 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
2461 { 0x10, 0x10, 0x22, 0x01, 0x3D },
2462 { 0x10, 0x10, 0x73, 0x01, 0x2E },
2463 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
2464 { 0x10, 0x10, 0x71, 0x01, 0x97 },
2465 { 0x10, 0x10, 0x70, 0x00, 0x0F },
2466 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
2470 for (i = 0; i < ARRAY_SIZE(init_bufs); i++) {
2471 msg.buf = init_bufs[i];
2472 msg.len = (i != 12 ? 5 : 2);
2473 err = i2c_transfer(&core->i2c_adap, &msg, 1);
2475 warn_printk(core, "dvico_fusionhdtv_hybrid_init buf %d "
2476 "failed (err = %d)!\n", i, err);
2482 static int cx88_xc2028_tuner_callback(struct cx88_core *core,
2483 int command, int arg)
2485 /* Board-specific callbacks */
2486 switch (core->boardnr) {
2487 case CX88_BOARD_WINFAST_TV2000_XP_GLOBAL:
2488 case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
2489 case CX88_BOARD_GENIATECH_X8000_MT:
2490 case CX88_BOARD_KWORLD_ATSC_120:
2491 return cx88_xc3028_geniatech_tuner_callback(core,
2493 case CX88_BOARD_PROLINK_PV_8000GT:
2494 case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME:
2495 return cx88_pv_8000gt_callback(core, command, arg);
2496 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2497 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2498 return cx88_dvico_xc2028_callback(core, command, arg);
2502 case XC2028_TUNER_RESET:
2503 switch (INPUT(core->input).type) {
2505 info_printk(core, "setting GPIO to radio!\n");
2506 cx_write(MO_GP0_IO, 0x4ff);
2508 cx_write(MO_GP2_IO, 0xff);
2511 case CX88_VMUX_DVB: /* Digital TV*/
2512 default: /* Analog TV */
2513 info_printk(core, "setting GPIO to TV!\n");
2516 cx_write(MO_GP1_IO, 0x101010);
2518 cx_write(MO_GP1_IO, 0x101000);
2520 cx_write(MO_GP1_IO, 0x101010);
2527 /* ----------------------------------------------------------------------- */
2528 /* Tuner callback function. Currently only needed for the Pinnacle *
2529 * PCTV HD 800i with an xc5000 sillicon tuner. This is used for both *
2530 * analog tuner attach (tuner-core.c) and dvb tuner attach (cx88-dvb.c) */
2532 static int cx88_xc5000_tuner_callback(struct cx88_core *core,
2533 int command, int arg)
2535 switch (core->boardnr) {
2536 case CX88_BOARD_PINNACLE_PCTV_HD_800i:
2537 if (command == 0) { /* This is the reset command from xc5000 */
2538 /* Reset XC5000 tuner via SYS_RSTO_pin */
2539 cx_write(MO_SRST_IO, 0);
2541 cx_write(MO_SRST_IO, 1);
2544 err_printk(core, "xc5000: unknown tuner "
2545 "callback command.\n");
2549 case CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD:
2550 if (command == 0) { /* This is the reset command from xc5000 */
2551 cx_clear(MO_GP0_IO, 0x00000010);
2553 cx_set(MO_GP0_IO, 0x00000010);
2557 "xc5000: unknown tuner callback command.\n");
2562 return 0; /* Should never be here */
2565 int cx88_tuner_callback(void *priv, int component, int command, int arg)
2567 struct i2c_algo_bit_data *i2c_algo = priv;
2568 struct cx88_core *core;
2571 printk(KERN_ERR "cx88: Error - i2c private data undefined.\n");
2575 core = i2c_algo->data;
2578 printk(KERN_ERR "cx88: Error - device struct undefined.\n");
2582 if (component != DVB_FRONTEND_COMPONENT_TUNER)
2585 switch (core->board.tuner_type) {
2587 info_printk(core, "Calling XC2028/3028 callback\n");
2588 return cx88_xc2028_tuner_callback(core, command, arg);
2590 info_printk(core, "Calling XC5000 callback\n");
2591 return cx88_xc5000_tuner_callback(core, command, arg);
2593 err_printk(core, "Error: Calling callback for tuner %d\n",
2594 core->board.tuner_type);
2597 EXPORT_SYMBOL(cx88_tuner_callback);
2599 /* ----------------------------------------------------------------------- */
2601 static void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
2605 if (0 == pci->subsystem_vendor &&
2606 0 == pci->subsystem_device) {
2608 "%s: Your board has no valid PCI Subsystem ID and thus can't\n"
2609 "%s: be autodetected. Please pass card=<n> insmod option to\n"
2610 "%s: workaround that. Redirect complaints to the vendor of\n"
2611 "%s: the TV card. Best regards,\n"
2613 core->name,core->name,core->name,core->name,core->name);
2616 "%s: Your board isn't known (yet) to the driver. You can\n"
2617 "%s: try to pick one of the existing card configs via\n"
2618 "%s: card=<n> insmod option. Updating to the latest\n"
2619 "%s: version might help as well.\n",
2620 core->name,core->name,core->name,core->name);
2622 err_printk(core, "Here is a list of valid choices for the card=<n> "
2623 "insmod option:\n");
2624 for (i = 0; i < ARRAY_SIZE(cx88_boards); i++)
2625 printk(KERN_ERR "%s: card=%d -> %s\n",
2626 core->name, i, cx88_boards[i].name);
2629 static void cx88_card_setup_pre_i2c(struct cx88_core *core)
2631 switch (core->boardnr) {
2632 case CX88_BOARD_HAUPPAUGE_HVR1300:
2634 * Bring the 702 demod up before i2c scanning/attach or devices are hidden
2635 * We leave here with the 702 on the bus
2637 * "reset the IR receiver on GPIO[3]"
2638 * Reported by Mike Crash <mike AT mikecrash.com>
2640 cx_write(MO_GP0_IO, 0x0000ef88);
2642 cx_clear(MO_GP0_IO, 0x00000088);
2644 cx_set(MO_GP0_IO, 0x00000088); /* 702 out of reset */
2648 case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME:
2649 case CX88_BOARD_PROLINK_PV_8000GT:
2650 cx_write(MO_GP2_IO, 0xcf7);
2652 cx_write(MO_GP2_IO, 0xef5);
2654 cx_write(MO_GP2_IO, 0xcf7);
2658 case CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD:
2659 /* Enable the xc5000 tuner */
2660 cx_set(MO_GP0_IO, 0x00001010);
2663 case CX88_BOARD_HAUPPAUGE_HVR3000:
2664 case CX88_BOARD_HAUPPAUGE_HVR4000:
2665 case CX88_BOARD_HAUPPAUGE_HVR4000LITE:
2667 cx_write(MO_GP0_IO, core->board.input[0].gpio0);
2674 * Sets board-dependent xc3028 configuration
2676 void cx88_setup_xc3028(struct cx88_core *core, struct xc2028_ctrl *ctl)
2678 memset(ctl, 0, sizeof(*ctl));
2680 ctl->fname = XC2028_DEFAULT_FIRMWARE;
2683 switch (core->boardnr) {
2684 case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
2685 /* Now works with firmware version 2.7 */
2686 if (core->i2c_algo.udelay < 16)
2687 core->i2c_algo.udelay = 16;
2689 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2690 ctl->demod = XC3028_FE_ZARLINK456;
2692 case CX88_BOARD_KWORLD_ATSC_120:
2693 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2694 ctl->demod = XC3028_FE_OREN538;
2696 case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME:
2697 case CX88_BOARD_PROLINK_PV_8000GT:
2699 * Those boards uses non-MTS firmware
2702 case CX88_BOARD_PINNACLE_HYBRID_PCTV:
2703 ctl->demod = XC3028_FE_ZARLINK456;
2707 ctl->demod = XC3028_FE_OREN538;
2711 EXPORT_SYMBOL_GPL(cx88_setup_xc3028);
2713 static void cx88_card_setup(struct cx88_core *core)
2715 static u8 eeprom[256];
2716 struct tuner_setup tun_setup;
2717 unsigned int mode_mask = T_RADIO |
2721 memset(&tun_setup, 0, sizeof(tun_setup));
2723 if (0 == core->i2c_rc) {
2724 core->i2c_client.addr = 0xa0 >> 1;
2725 tveeprom_read(&core->i2c_client, eeprom, sizeof(eeprom));
2728 switch (core->boardnr) {
2729 case CX88_BOARD_HAUPPAUGE:
2730 case CX88_BOARD_HAUPPAUGE_ROSLYN:
2731 if (0 == core->i2c_rc)
2732 hauppauge_eeprom(core, eeprom+8);
2734 case CX88_BOARD_GDI:
2735 if (0 == core->i2c_rc)
2736 gdi_eeprom(core, eeprom);
2738 case CX88_BOARD_WINFAST2000XP_EXPERT:
2739 if (0 == core->i2c_rc)
2740 leadtek_eeprom(core, eeprom);
2742 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
2743 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
2744 case CX88_BOARD_HAUPPAUGE_DVB_T1:
2745 case CX88_BOARD_HAUPPAUGE_HVR1100:
2746 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
2747 case CX88_BOARD_HAUPPAUGE_HVR3000:
2748 case CX88_BOARD_HAUPPAUGE_HVR1300:
2749 case CX88_BOARD_HAUPPAUGE_HVR4000:
2750 case CX88_BOARD_HAUPPAUGE_HVR4000LITE:
2751 if (0 == core->i2c_rc)
2752 hauppauge_eeprom(core, eeprom);
2754 case CX88_BOARD_KWORLD_DVBS_100:
2755 cx_write(MO_GP0_IO, 0x000007f8);
2756 cx_write(MO_GP1_IO, 0x00000001);
2758 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2759 /* GPIO0:0 is hooked to demod reset */
2760 /* GPIO0:4 is hooked to xc3028 reset */
2761 cx_write(MO_GP0_IO, 0x00111100);
2763 cx_write(MO_GP0_IO, 0x00111111);
2765 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
2766 /* GPIO0:6 is hooked to FX2 reset pin */
2767 cx_set(MO_GP0_IO, 0x00004040);
2768 cx_clear(MO_GP0_IO, 0x00000040);
2770 cx_set(MO_GP0_IO, 0x00004040);
2772 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
2773 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
2774 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
2775 /* GPIO0:0 is hooked to mt352 reset pin */
2776 cx_set(MO_GP0_IO, 0x00000101);
2777 cx_clear(MO_GP0_IO, 0x00000001);
2779 cx_set(MO_GP0_IO, 0x00000101);
2780 if (0 == core->i2c_rc &&
2781 core->boardnr == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
2782 dvico_fusionhdtv_hybrid_init(core);
2784 case CX88_BOARD_KWORLD_DVB_T:
2785 case CX88_BOARD_DNTV_LIVE_DVB_T:
2786 cx_set(MO_GP0_IO, 0x00000707);
2787 cx_set(MO_GP2_IO, 0x00000101);
2788 cx_clear(MO_GP2_IO, 0x00000001);
2790 cx_clear(MO_GP0_IO, 0x00000007);
2791 cx_set(MO_GP2_IO, 0x00000101);
2793 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
2794 cx_write(MO_GP0_IO, 0x00080808);
2796 case CX88_BOARD_ATI_HDTVWONDER:
2797 if (0 == core->i2c_rc) {
2800 static const u8 buffer [][2] = {
2807 core->i2c_client.addr = 0x0a;
2809 for (i = 0; i < ARRAY_SIZE(buffer); i++)
2810 if (2 != i2c_master_send(&core->i2c_client,
2812 warn_printk(core, "Unable to enable "
2816 case CX88_BOARD_MSI_TVANYWHERE_MASTER:
2818 struct v4l2_priv_tun_config tea5767_cfg;
2819 struct tea5767_ctrl ctl;
2821 memset(&ctl, 0, sizeof(ctl));
2826 ctl.xtal_freq = TEA5767_HIGH_LO_13MHz;
2828 tea5767_cfg.tuner = TUNER_TEA5767;
2829 tea5767_cfg.priv = &ctl;
2831 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &tea5767_cfg);
2834 case CX88_BOARD_TEVII_S420:
2835 case CX88_BOARD_TEVII_S460:
2836 case CX88_BOARD_OMICOM_SS4_PCI:
2837 case CX88_BOARD_TBS_8920:
2838 case CX88_BOARD_PROF_7300:
2839 cx_write(MO_SRST_IO, 0);
2841 cx_write(MO_SRST_IO, 1);
2848 if ((core->board.radio_type != UNSET)) {
2849 tun_setup.mode_mask = T_RADIO;
2850 tun_setup.type = core->board.radio_type;
2851 tun_setup.addr = core->board.radio_addr;
2852 tun_setup.tuner_callback = cx88_tuner_callback;
2853 cx88_call_i2c_clients(core, TUNER_SET_TYPE_ADDR, &tun_setup);
2854 mode_mask &= ~T_RADIO;
2857 if (core->board.tuner_type != TUNER_ABSENT) {
2858 tun_setup.mode_mask = mode_mask;
2859 tun_setup.type = core->board.tuner_type;
2860 tun_setup.addr = core->board.tuner_addr;
2861 tun_setup.tuner_callback = cx88_tuner_callback;
2863 cx88_call_i2c_clients(core, TUNER_SET_TYPE_ADDR, &tun_setup);
2866 if (core->board.tda9887_conf) {
2867 struct v4l2_priv_tun_config tda9887_cfg;
2869 tda9887_cfg.tuner = TUNER_TDA9887;
2870 tda9887_cfg.priv = &core->board.tda9887_conf;
2872 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &tda9887_cfg);
2875 if (core->board.tuner_type == TUNER_XC2028) {
2876 struct v4l2_priv_tun_config xc2028_cfg;
2877 struct xc2028_ctrl ctl;
2879 /* Fills device-dependent initialization parameters */
2880 cx88_setup_xc3028(core, &ctl);
2882 /* Sends parameters to xc2028/3028 tuner */
2883 memset(&xc2028_cfg, 0, sizeof(xc2028_cfg));
2884 xc2028_cfg.tuner = TUNER_XC2028;
2885 xc2028_cfg.priv = &ctl;
2886 info_printk(core, "Asking xc2028/3028 to load firmware %s\n",
2888 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &xc2028_cfg);
2890 cx88_call_i2c_clients (core, TUNER_SET_STANDBY, NULL);
2893 /* ------------------------------------------------------------------ */
2895 static int cx88_pci_quirks(const char *name, struct pci_dev *pci)
2897 unsigned int lat = UNSET;
2901 /* check pci quirks */
2902 if (pci_pci_problems & PCIPCI_TRITON) {
2903 printk(KERN_INFO "%s: quirk: PCIPCI_TRITON -- set TBFX\n",
2905 ctrl |= CX88X_EN_TBFX;
2907 if (pci_pci_problems & PCIPCI_NATOMA) {
2908 printk(KERN_INFO "%s: quirk: PCIPCI_NATOMA -- set TBFX\n",
2910 ctrl |= CX88X_EN_TBFX;
2912 if (pci_pci_problems & PCIPCI_VIAETBF) {
2913 printk(KERN_INFO "%s: quirk: PCIPCI_VIAETBF -- set TBFX\n",
2915 ctrl |= CX88X_EN_TBFX;
2917 if (pci_pci_problems & PCIPCI_VSFX) {
2918 printk(KERN_INFO "%s: quirk: PCIPCI_VSFX -- set VSFX\n",
2920 ctrl |= CX88X_EN_VSFX;
2922 #ifdef PCIPCI_ALIMAGIK
2923 if (pci_pci_problems & PCIPCI_ALIMAGIK) {
2924 printk(KERN_INFO "%s: quirk: PCIPCI_ALIMAGIK -- latency fixup\n",
2930 /* check insmod options */
2931 if (UNSET != latency)
2936 pci_read_config_byte(pci, CX88X_DEVCTRL, &value);
2938 pci_write_config_byte(pci, CX88X_DEVCTRL, value);
2941 printk(KERN_INFO "%s: setting pci latency timer to %d\n",
2943 pci_write_config_byte(pci, PCI_LATENCY_TIMER, latency);
2948 int cx88_get_resources(const struct cx88_core *core, struct pci_dev *pci)
2950 if (request_mem_region(pci_resource_start(pci,0),
2951 pci_resource_len(pci,0),
2955 "%s/%d: Can't get MMIO memory @ 0x%llx, subsystem: %04x:%04x\n",
2956 core->name, PCI_FUNC(pci->devfn),
2957 (unsigned long long)pci_resource_start(pci, 0),
2958 pci->subsystem_vendor, pci->subsystem_device);
2962 /* Allocate and initialize the cx88 core struct. One should hold the
2963 * devlist mutex before calling this. */
2964 struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr)
2966 struct cx88_core *core;
2969 core = kzalloc(sizeof(*core), GFP_KERNEL);
2971 atomic_inc(&core->refcount);
2972 core->pci_bus = pci->bus->number;
2973 core->pci_slot = PCI_SLOT(pci->devfn);
2974 core->pci_irqmask = PCI_INT_RISC_RD_BERRINT | PCI_INT_RISC_WR_BERRINT |
2975 PCI_INT_BRDG_BERRINT | PCI_INT_SRC_DMA_BERRINT |
2976 PCI_INT_DST_DMA_BERRINT | PCI_INT_IPB_DMA_BERRINT;
2977 mutex_init(&core->lock);
2980 sprintf(core->name, "cx88[%d]", core->nr);
2981 if (0 != cx88_get_resources(core, pci)) {
2987 cx88_pci_quirks(core->name, pci);
2988 core->lmmio = ioremap(pci_resource_start(pci, 0),
2989 pci_resource_len(pci, 0));
2990 core->bmmio = (u8 __iomem *)core->lmmio;
2993 core->boardnr = UNSET;
2994 if (card[core->nr] < ARRAY_SIZE(cx88_boards))
2995 core->boardnr = card[core->nr];
2996 for (i = 0; UNSET == core->boardnr && i < ARRAY_SIZE(cx88_subids); i++)
2997 if (pci->subsystem_vendor == cx88_subids[i].subvendor &&
2998 pci->subsystem_device == cx88_subids[i].subdevice)
2999 core->boardnr = cx88_subids[i].card;
3000 if (UNSET == core->boardnr) {
3001 core->boardnr = CX88_BOARD_UNKNOWN;
3002 cx88_card_list(core, pci);
3005 memcpy(&core->board, &cx88_boards[core->boardnr], sizeof(core->board));
3007 info_printk(core, "subsystem: %04x:%04x, board: %s [card=%d,%s]\n",
3008 pci->subsystem_vendor, pci->subsystem_device, core->board.name,
3009 core->boardnr, card[core->nr] == core->boardnr ?
3010 "insmod option" : "autodetected");
3012 if (tuner[core->nr] != UNSET)
3013 core->board.tuner_type = tuner[core->nr];
3014 if (radio[core->nr] != UNSET)
3015 core->board.radio_type = radio[core->nr];
3017 info_printk(core, "TV tuner type %d, Radio tuner type %d\n",
3018 core->board.tuner_type, core->board.radio_type);
3022 cx88_card_setup_pre_i2c(core);
3023 cx88_i2c_init(core, pci);
3025 /* load tuner module, if needed */
3026 if (TUNER_ABSENT != core->board.tuner_type)
3027 request_module("tuner");
3029 cx88_card_setup(core);
3030 cx88_ir_init(core, pci);