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 .name = "Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T",
1274 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1275 .radio_type = UNSET,
1276 .tuner_addr = ADDR_UNSET,
1277 .radio_addr = ADDR_UNSET,
1278 .tda9887_conf = TDA9887_PRESENT,
1279 .audio_chip = V4L2_IDENT_WM8775,
1281 .type = CX88_VMUX_TELEVISION,
1284 /* 1: TV Audio / FM Mono */
1287 .type = CX88_VMUX_COMPOSITE1,
1293 .type = CX88_VMUX_SVIDEO,
1302 /* 4: FM Stereo (untested) */
1305 .mpeg = CX88_MPEG_DVB,
1308 [CX88_BOARD_NORWOOD_MICRO] = {
1309 .name = "Norwood Micro TV Tuner",
1310 .tuner_type = TUNER_TNF_5335MF,
1311 .radio_type = UNSET,
1312 .tuner_addr = ADDR_UNSET,
1313 .radio_addr = ADDR_UNSET,
1315 .type = CX88_VMUX_TELEVISION,
1319 .type = CX88_VMUX_COMPOSITE1,
1323 .type = CX88_VMUX_SVIDEO,
1328 [CX88_BOARD_TE_DTV_250_OEM_SWANN] = {
1329 .name = "Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM",
1330 .tuner_type = TUNER_LG_PAL_NEW_TAPC,
1331 .radio_type = UNSET,
1332 .tuner_addr = ADDR_UNSET,
1333 .radio_addr = ADDR_UNSET,
1335 .type = CX88_VMUX_TELEVISION,
1337 .gpio0 = 0x003fffff,
1338 .gpio1 = 0x00e00000,
1339 .gpio2 = 0x003fffff,
1340 .gpio3 = 0x02000000,
1342 .type = CX88_VMUX_COMPOSITE1,
1344 .gpio0 = 0x003fffff,
1345 .gpio1 = 0x00e00000,
1346 .gpio2 = 0x003fffff,
1347 .gpio3 = 0x02000000,
1349 .type = CX88_VMUX_SVIDEO,
1351 .gpio0 = 0x003fffff,
1352 .gpio1 = 0x00e00000,
1353 .gpio2 = 0x003fffff,
1354 .gpio3 = 0x02000000,
1357 [CX88_BOARD_HAUPPAUGE_HVR1300] = {
1358 .name = "Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder",
1359 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1360 .radio_type = UNSET,
1361 .tuner_addr = ADDR_UNSET,
1362 .radio_addr = ADDR_UNSET,
1363 .tda9887_conf = TDA9887_PRESENT,
1364 .audio_chip = V4L2_IDENT_WM8775,
1366 * gpio0 as reported by Mike Crash <mike AT mikecrash.com>
1369 .type = CX88_VMUX_TELEVISION,
1372 /* 1: TV Audio / FM Mono */
1375 .type = CX88_VMUX_COMPOSITE1,
1381 .type = CX88_VMUX_SVIDEO,
1387 .mpeg = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD,
1391 /* 4: FM Stereo (untested) */
1395 [CX88_BOARD_ADSTECH_PTV_390] = {
1396 .name = "ADS Tech Instant Video PCI",
1397 .tuner_type = TUNER_ABSENT,
1398 .radio_type = UNSET,
1399 .tuner_addr = ADDR_UNSET,
1400 .radio_addr = ADDR_UNSET,
1402 .type = CX88_VMUX_DEBUG,
1406 .type = CX88_VMUX_COMPOSITE1,
1410 .type = CX88_VMUX_SVIDEO,
1415 [CX88_BOARD_PINNACLE_PCTV_HD_800i] = {
1416 .name = "Pinnacle PCTV HD 800i",
1417 .tuner_type = TUNER_XC5000,
1418 .radio_type = UNSET,
1419 .tuner_addr = ADDR_UNSET,
1420 .radio_addr = ADDR_UNSET,
1422 .type = CX88_VMUX_TELEVISION,
1427 .type = CX88_VMUX_COMPOSITE1,
1433 .type = CX88_VMUX_SVIDEO,
1439 .mpeg = CX88_MPEG_DVB,
1441 [CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO] = {
1442 .name = "DViCO FusionHDTV 5 PCI nano",
1443 /* xc3008 tuner, digital only for now */
1444 .tuner_type = TUNER_ABSENT,
1445 .radio_type = UNSET,
1446 .tuner_addr = ADDR_UNSET,
1447 .radio_addr = ADDR_UNSET,
1449 .type = CX88_VMUX_TELEVISION,
1451 .gpio0 = 0x000027df, /* Unconfirmed */
1453 .type = CX88_VMUX_COMPOSITE1,
1455 .gpio0 = 0x000027df, /* Unconfirmed */
1458 .type = CX88_VMUX_SVIDEO,
1460 .gpio0 = 0x000027df, /* Unconfirmed */
1463 .mpeg = CX88_MPEG_DVB,
1465 [CX88_BOARD_PINNACLE_HYBRID_PCTV] = {
1466 .name = "Pinnacle Hybrid PCTV",
1467 .tuner_type = TUNER_XC2028,
1469 .radio_type = TUNER_XC2028,
1472 .type = CX88_VMUX_TELEVISION,
1478 .type = CX88_VMUX_COMPOSITE1,
1484 .type = CX88_VMUX_SVIDEO,
1496 .mpeg = CX88_MPEG_DVB,
1498 [CX88_BOARD_WINFAST_TV2000_XP_GLOBAL] = {
1499 .name = "Winfast TV2000 XP Global",
1500 .tuner_type = TUNER_XC2028,
1503 .type = CX88_VMUX_TELEVISION,
1505 .gpio0 = 0x0400, /* pin 2:mute = 0 (off?) */
1507 .gpio2 = 0x0800, /* pin 19:audio = 0 (tv) */
1510 .type = CX88_VMUX_COMPOSITE1,
1512 .gpio0 = 0x0400, /* probably? or 0x0404 to turn mute on */
1514 .gpio2 = 0x0808, /* pin 19:audio = 1 (line) */
1517 .type = CX88_VMUX_SVIDEO,
1527 [CX88_BOARD_POWERCOLOR_REAL_ANGEL] = {
1528 .name = "PowerColor RA330", /* Long names may confuse LIRC. */
1529 .tuner_type = TUNER_XC2028,
1532 .type = CX88_VMUX_DEBUG,
1533 .vmux = 3, /* Due to the way the cx88 driver is written, */
1534 .gpio0 = 0x00ff, /* there is no way to deactivate audio pass- */
1535 .gpio1 = 0xf39d, /* through without this entry. Furthermore, if */
1536 .gpio3 = 0x0000, /* the TV mux entry is first, you get audio */
1537 }, { /* from the tuner on boot for a little while. */
1538 .type = CX88_VMUX_TELEVISION,
1544 .type = CX88_VMUX_COMPOSITE1,
1550 .type = CX88_VMUX_SVIDEO,
1563 [CX88_BOARD_GENIATECH_X8000_MT] = {
1564 /* Also PowerColor Real Angel 330 and Geniatech X800 OEM */
1565 .name = "Geniatech X8000-MT DVBT",
1566 .tuner_type = TUNER_XC2028,
1569 .type = CX88_VMUX_TELEVISION,
1571 .gpio0 = 0x00000000,
1572 .gpio1 = 0x00e3e341,
1573 .gpio2 = 0x00000000,
1574 .gpio3 = 0x00000000,
1576 .type = CX88_VMUX_COMPOSITE1,
1578 .gpio0 = 0x00000000,
1579 .gpio1 = 0x00e3e361,
1580 .gpio2 = 0x00000000,
1581 .gpio3 = 0x00000000,
1583 .type = CX88_VMUX_SVIDEO,
1585 .gpio0 = 0x00000000,
1586 .gpio1 = 0x00e3e361,
1587 .gpio2 = 0x00000000,
1588 .gpio3 = 0x00000000,
1592 .gpio0 = 0x00000000,
1593 .gpio1 = 0x00e3e341,
1594 .gpio2 = 0x00000000,
1595 .gpio3 = 0x00000000,
1597 .mpeg = CX88_MPEG_DVB,
1599 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO] = {
1600 .name = "DViCO FusionHDTV DVB-T PRO",
1601 .tuner_type = TUNER_XC2028,
1603 .radio_type = UNSET,
1604 .radio_addr = ADDR_UNSET,
1606 .type = CX88_VMUX_COMPOSITE1,
1608 .gpio0 = 0x000067df,
1610 .type = CX88_VMUX_SVIDEO,
1612 .gpio0 = 0x000067df,
1614 .mpeg = CX88_MPEG_DVB,
1616 [CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD] = {
1617 .name = "DViCO FusionHDTV 7 Gold",
1618 .tuner_type = TUNER_XC5000,
1619 .radio_type = UNSET,
1620 .tuner_addr = ADDR_UNSET,
1621 .radio_addr = ADDR_UNSET,
1623 .type = CX88_VMUX_TELEVISION,
1627 .type = CX88_VMUX_COMPOSITE1,
1631 .type = CX88_VMUX_SVIDEO,
1635 .mpeg = CX88_MPEG_DVB,
1637 [CX88_BOARD_PROLINK_PV_8000GT] = {
1638 .name = "Prolink Pixelview MPEG 8000GT",
1639 .tuner_type = TUNER_XC2028,
1642 .type = CX88_VMUX_TELEVISION,
1647 .type = CX88_VMUX_COMPOSITE1,
1651 .type = CX88_VMUX_SVIDEO,
1660 [CX88_BOARD_PROLINK_PV_GLOBAL_XTREME] = {
1661 .name = "Prolink Pixelview Global Extreme",
1662 .tuner_type = TUNER_XC2028,
1665 .type = CX88_VMUX_TELEVISION,
1671 .type = CX88_VMUX_COMPOSITE1,
1677 .type = CX88_VMUX_SVIDEO,
1690 /* Both radio, analog and ATSC work with this board.
1691 However, for analog to work, s5h1409 gate should be open,
1692 otherwise, tuner-xc3028 won't be detected.
1693 A proper fix require using the newer i2c methods to add
1694 tuner-xc3028 without doing an i2c probe.
1696 [CX88_BOARD_KWORLD_ATSC_120] = {
1697 .name = "Kworld PlusTV HD PCI 120 (ATSC 120)",
1698 .tuner_type = TUNER_XC2028,
1699 .radio_type = UNSET,
1700 .tuner_addr = ADDR_UNSET,
1701 .radio_addr = ADDR_UNSET,
1703 .type = CX88_VMUX_TELEVISION,
1705 .gpio0 = 0x000000ff,
1706 .gpio1 = 0x0000f35d,
1707 .gpio2 = 0x00000000,
1709 .type = CX88_VMUX_COMPOSITE1,
1711 .gpio0 = 0x000000ff,
1712 .gpio1 = 0x0000f37e,
1713 .gpio2 = 0x00000000,
1715 .type = CX88_VMUX_SVIDEO,
1717 .gpio0 = 0x000000ff,
1718 .gpio1 = 0x0000f37e,
1719 .gpio2 = 0x00000000,
1723 .gpio0 = 0x000000ff,
1724 .gpio1 = 0x0000f35d,
1725 .gpio2 = 0x00000000,
1727 .mpeg = CX88_MPEG_DVB,
1729 [CX88_BOARD_HAUPPAUGE_HVR4000] = {
1730 .name = "Hauppauge WinTV-HVR4000 DVB-S/S2/T/Hybrid",
1731 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1732 .radio_type = UNSET,
1733 .tuner_addr = ADDR_UNSET,
1734 .radio_addr = ADDR_UNSET,
1735 .tda9887_conf = TDA9887_PRESENT,
1736 .audio_chip = V4L2_IDENT_WM8775,
1740 * Analogue SAT DVB-T
1741 * Antenna 0xc4bf 0xc4bb
1742 * Composite 0xc4bf 0xc4bb
1743 * S-Video 0xc4bf 0xc4bb
1744 * Composite1 0xc4ff 0xc4fb
1745 * S-Video1 0xc4ff 0xc4fb
1747 * BIT VALUE FUNCTION GP{x}_IO
1750 * 2 1 O:MPEG PORT 0=DVB-T 1=DVB-S
1754 * 6 0 O:INPUT SELECTOR 0=INTERNAL 1=EXPANSION
1755 * 7 1 O:DVB-T DEMOD RESET LOW
1757 * BIT VALUE FUNCTION GP{x}_OE
1769 * 1: TV Audio / FM Mono
1771 * 3: Line-In Expansion
1775 .type = CX88_VMUX_TELEVISION,
1778 /* 1: TV Audio / FM Mono */
1781 .type = CX88_VMUX_COMPOSITE1,
1787 .type = CX88_VMUX_SVIDEO,
1799 .mpeg = CX88_MPEG_DVB,
1802 [CX88_BOARD_HAUPPAUGE_HVR4000LITE] = {
1803 .name = "Hauppauge WinTV-HVR4000(Lite) DVB-S/S2",
1804 .tuner_type = UNSET,
1805 .radio_type = UNSET,
1806 .tuner_addr = ADDR_UNSET,
1807 .radio_addr = ADDR_UNSET,
1809 .type = CX88_VMUX_DVB,
1812 .mpeg = CX88_MPEG_DVB,
1814 [CX88_BOARD_TEVII_S420] = {
1815 .name = "TeVii S420 DVB-S",
1816 .tuner_type = UNSET,
1817 .radio_type = UNSET,
1818 .tuner_addr = ADDR_UNSET,
1819 .radio_addr = ADDR_UNSET,
1821 .type = CX88_VMUX_DVB,
1824 .mpeg = CX88_MPEG_DVB,
1826 [CX88_BOARD_TEVII_S460] = {
1827 .name = "TeVii S460 DVB-S/S2",
1828 .tuner_type = UNSET,
1829 .radio_type = UNSET,
1830 .tuner_addr = ADDR_UNSET,
1831 .radio_addr = ADDR_UNSET,
1833 .type = CX88_VMUX_DVB,
1836 .mpeg = CX88_MPEG_DVB,
1838 [CX88_BOARD_OMICOM_SS4_PCI] = {
1839 .name = "Omicom SS4 DVB-S/S2 PCI",
1840 .tuner_type = UNSET,
1841 .radio_type = UNSET,
1842 .tuner_addr = ADDR_UNSET,
1843 .radio_addr = ADDR_UNSET,
1845 .type = CX88_VMUX_DVB,
1848 .mpeg = CX88_MPEG_DVB,
1850 [CX88_BOARD_TBS_8920] = {
1851 .name = "TBS 8920 DVB-S/S2",
1852 .tuner_type = TUNER_ABSENT,
1853 .radio_type = UNSET,
1854 .tuner_addr = ADDR_UNSET,
1855 .radio_addr = ADDR_UNSET,
1857 .type = CX88_VMUX_DVB,
1860 .mpeg = CX88_MPEG_DVB,
1862 [CX88_BOARD_PROF_7300] = {
1863 .name = "PROF 7300 DVB-S/S2",
1864 .tuner_type = UNSET,
1865 .radio_type = UNSET,
1866 .tuner_addr = ADDR_UNSET,
1867 .radio_addr = ADDR_UNSET,
1869 .type = CX88_VMUX_DVB,
1872 .mpeg = CX88_MPEG_DVB,
1876 /* ------------------------------------------------------------------ */
1877 /* PCI subsystem IDs */
1879 static const struct cx88_subid cx88_subids[] = {
1881 .subvendor = 0x0070,
1882 .subdevice = 0x3400,
1883 .card = CX88_BOARD_HAUPPAUGE,
1885 .subvendor = 0x0070,
1886 .subdevice = 0x3401,
1887 .card = CX88_BOARD_HAUPPAUGE,
1889 .subvendor = 0x14c7,
1890 .subdevice = 0x0106,
1891 .card = CX88_BOARD_GDI,
1893 .subvendor = 0x14c7,
1894 .subdevice = 0x0107, /* with mpeg encoder */
1895 .card = CX88_BOARD_GDI,
1897 .subvendor = PCI_VENDOR_ID_ATI,
1898 .subdevice = 0x00f8,
1899 .card = CX88_BOARD_ATI_WONDER_PRO,
1901 .subvendor = 0x107d,
1902 .subdevice = 0x6611,
1903 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1905 .subvendor = 0x107d,
1906 .subdevice = 0x6613, /* NTSC */
1907 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1909 .subvendor = 0x107d,
1910 .subdevice = 0x6620,
1911 .card = CX88_BOARD_WINFAST_DV2000,
1913 .subvendor = 0x107d,
1914 .subdevice = 0x663b,
1915 .card = CX88_BOARD_LEADTEK_PVR2000,
1917 .subvendor = 0x107d,
1918 .subdevice = 0x663c,
1919 .card = CX88_BOARD_LEADTEK_PVR2000,
1921 .subvendor = 0x1461,
1922 .subdevice = 0x000b,
1923 .card = CX88_BOARD_AVERTV_STUDIO_303,
1925 .subvendor = 0x1462,
1926 .subdevice = 0x8606,
1927 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1929 .subvendor = 0x10fc,
1930 .subdevice = 0xd003,
1931 .card = CX88_BOARD_IODATA_GVVCP3PCI,
1933 .subvendor = 0x1043,
1934 .subdevice = 0x4823, /* with mpeg encoder */
1935 .card = CX88_BOARD_ASUS_PVR_416,
1937 .subvendor = 0x17de,
1938 .subdevice = 0x08a6,
1939 .card = CX88_BOARD_KWORLD_DVB_T,
1941 .subvendor = 0x18ac,
1942 .subdevice = 0xd810,
1943 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1945 .subvendor = 0x18ac,
1946 .subdevice = 0xd820,
1947 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1949 .subvendor = 0x18ac,
1950 .subdevice = 0xdb00,
1951 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1953 .subvendor = 0x0070,
1954 .subdevice = 0x9002,
1955 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1957 .subvendor = 0x14f1,
1958 .subdevice = 0x0187,
1959 .card = CX88_BOARD_CONEXANT_DVB_T1,
1961 .subvendor = 0x1540,
1962 .subdevice = 0x2580,
1963 .card = CX88_BOARD_PROVIDEO_PV259,
1965 .subvendor = 0x18ac,
1966 .subdevice = 0xdb10,
1967 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1969 .subvendor = 0x1554,
1970 .subdevice = 0x4811,
1971 .card = CX88_BOARD_PIXELVIEW,
1973 .subvendor = 0x7063,
1974 .subdevice = 0x3000, /* HD-3000 card */
1975 .card = CX88_BOARD_PCHDTV_HD3000,
1977 .subvendor = 0x17de,
1978 .subdevice = 0xa8a6,
1979 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1981 .subvendor = 0x0070,
1982 .subdevice = 0x2801,
1983 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1985 .subvendor = 0x14f1,
1986 .subdevice = 0x0342,
1987 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1989 .subvendor = 0x10fc,
1990 .subdevice = 0xd035,
1991 .card = CX88_BOARD_IODATA_GVBCTV7E,
1993 .subvendor = 0x1421,
1994 .subdevice = 0x0334,
1995 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
1997 .subvendor = 0x153b,
1998 .subdevice = 0x1166,
1999 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
2001 .subvendor = 0x18ac,
2002 .subdevice = 0xd500,
2003 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
2005 .subvendor = 0x1461,
2006 .subdevice = 0x8011,
2007 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
2009 .subvendor = PCI_VENDOR_ID_ATI,
2010 .subdevice = 0xa101,
2011 .card = CX88_BOARD_ATI_HDTVWONDER,
2013 .subvendor = 0x107d,
2014 .subdevice = 0x665f,
2015 .card = CX88_BOARD_WINFAST_DTV1000,
2017 .subvendor = 0x1461,
2018 .subdevice = 0x000a,
2019 .card = CX88_BOARD_AVERTV_303,
2021 .subvendor = 0x0070,
2022 .subdevice = 0x9200,
2023 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
2025 .subvendor = 0x0070,
2026 .subdevice = 0x9201,
2027 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
2029 .subvendor = 0x0070,
2030 .subdevice = 0x9202,
2031 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
2033 .subvendor = 0x17de,
2034 .subdevice = 0x08b2,
2035 .card = CX88_BOARD_KWORLD_DVBS_100,
2037 .subvendor = 0x0070,
2038 .subdevice = 0x9400,
2039 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
2041 .subvendor = 0x0070,
2042 .subdevice = 0x9402,
2043 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
2045 .subvendor = 0x0070,
2046 .subdevice = 0x9800,
2047 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
2049 .subvendor = 0x0070,
2050 .subdevice = 0x9802,
2051 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
2053 .subvendor = 0x0070,
2054 .subdevice = 0x9001,
2055 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
2057 .subvendor = 0x1822,
2058 .subdevice = 0x0025,
2059 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
2061 .subvendor = 0x17de,
2062 .subdevice = 0x08a1,
2063 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
2065 .subvendor = 0x18ac,
2066 .subdevice = 0xdb50,
2067 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
2069 .subvendor = 0x18ac,
2070 .subdevice = 0xdb54,
2071 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
2072 /* Re-branded DViCO: DigitalNow DVB-T Dual */
2074 .subvendor = 0x18ac,
2075 .subdevice = 0xdb11,
2076 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
2077 /* Re-branded DViCO: UltraView DVB-T Plus */
2079 .subvendor = 0x18ac,
2080 .subdevice = 0xdb30,
2081 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO,
2083 .subvendor = 0x17de,
2084 .subdevice = 0x0840,
2085 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
2087 .subvendor = 0x1421,
2088 .subdevice = 0x0305,
2089 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
2091 .subvendor = 0x18ac,
2092 .subdevice = 0xdb40,
2093 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
2095 .subvendor = 0x18ac,
2096 .subdevice = 0xdb44,
2097 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
2099 .subvendor = 0x7063,
2100 .subdevice = 0x5500,
2101 .card = CX88_BOARD_PCHDTV_HD5500,
2103 .subvendor = 0x17de,
2104 .subdevice = 0x0841,
2105 .card = CX88_BOARD_KWORLD_MCE200_DELUXE,
2107 .subvendor = 0x1822,
2108 .subdevice = 0x0019,
2109 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
2111 .subvendor = 0x1554,
2112 .subdevice = 0x4813,
2113 .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000,
2115 .subvendor = 0x14f1,
2116 .subdevice = 0x0842,
2117 .card = CX88_BOARD_NPGTECH_REALTV_TOP10FM,
2119 .subvendor = 0x107d,
2120 .subdevice = 0x665e,
2121 .card = CX88_BOARD_WINFAST_DTV2000H,
2123 .subvendor = 0x18ac,
2124 .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
2125 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
2127 .subvendor = 0x14f1,
2128 .subdevice = 0x0084,
2129 .card = CX88_BOARD_GENIATECH_DVBS,
2131 .subvendor = 0x0070,
2132 .subdevice = 0x1404,
2133 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2135 .subvendor = 0x1461,
2136 .subdevice = 0xc111, /* AverMedia M150-D */
2137 /* This board is known to work with the ASUS PVR416 config */
2138 .card = CX88_BOARD_ASUS_PVR_416,
2140 .subvendor = 0xc180,
2141 .subdevice = 0xc980,
2142 .card = CX88_BOARD_TE_DTV_250_OEM_SWANN,
2144 .subvendor = 0x0070,
2145 .subdevice = 0x9600,
2146 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
2148 .subvendor = 0x0070,
2149 .subdevice = 0x9601,
2150 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
2152 .subvendor = 0x0070,
2153 .subdevice = 0x9602,
2154 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
2156 .subvendor = 0x107d,
2157 .subdevice = 0x6632,
2158 .card = CX88_BOARD_LEADTEK_PVR2000,
2160 .subvendor = 0x12ab,
2161 .subdevice = 0x2300, /* Club3D Zap TV2100 */
2162 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
2164 .subvendor = 0x0070,
2165 .subdevice = 0x9000,
2166 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
2168 .subvendor = 0x0070,
2169 .subdevice = 0x1400,
2170 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2172 .subvendor = 0x0070,
2173 .subdevice = 0x1401,
2174 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2176 .subvendor = 0x0070,
2177 .subdevice = 0x1402,
2178 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
2180 .subvendor = 0x1421,
2181 .subdevice = 0x0341, /* ADS Tech InstantTV DVB-S */
2182 .card = CX88_BOARD_KWORLD_DVBS_100,
2184 .subvendor = 0x1421,
2185 .subdevice = 0x0390,
2186 .card = CX88_BOARD_ADSTECH_PTV_390,
2188 .subvendor = 0x11bd,
2189 .subdevice = 0x0051,
2190 .card = CX88_BOARD_PINNACLE_PCTV_HD_800i,
2192 .subvendor = 0x18ac,
2193 .subdevice = 0xd530,
2194 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO,
2196 .subvendor = 0x12ab,
2197 .subdevice = 0x1788,
2198 .card = CX88_BOARD_PINNACLE_HYBRID_PCTV,
2200 .subvendor = 0x14f1,
2201 .subdevice = 0xea3d,
2202 .card = CX88_BOARD_POWERCOLOR_REAL_ANGEL,
2204 .subvendor = 0x107d,
2205 .subdevice = 0x6f18,
2206 .card = CX88_BOARD_WINFAST_TV2000_XP_GLOBAL,
2208 .subvendor = 0x14f1,
2209 .subdevice = 0x8852,
2210 .card = CX88_BOARD_GENIATECH_X8000_MT,
2212 .subvendor = 0x18ac,
2213 .subdevice = 0xd610,
2214 .card = CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD,
2216 .subvendor = 0x1554,
2217 .subdevice = 0x4935,
2218 .card = CX88_BOARD_PROLINK_PV_8000GT,
2220 .subvendor = 0x1554,
2221 .subdevice = 0x4976,
2222 .card = CX88_BOARD_PROLINK_PV_GLOBAL_XTREME,
2224 .subvendor = 0x17de,
2225 .subdevice = 0x08c1,
2226 .card = CX88_BOARD_KWORLD_ATSC_120,
2228 .subvendor = 0x0070,
2229 .subdevice = 0x6900,
2230 .card = CX88_BOARD_HAUPPAUGE_HVR4000,
2232 .subvendor = 0x0070,
2233 .subdevice = 0x6904,
2234 .card = CX88_BOARD_HAUPPAUGE_HVR4000,
2236 .subvendor = 0x0070,
2237 .subdevice = 0x6902,
2238 .card = CX88_BOARD_HAUPPAUGE_HVR4000,
2240 .subvendor = 0x0070,
2241 .subdevice = 0x6905,
2242 .card = CX88_BOARD_HAUPPAUGE_HVR4000LITE,
2244 .subvendor = 0x0070,
2245 .subdevice = 0x6906,
2246 .card = CX88_BOARD_HAUPPAUGE_HVR4000LITE,
2248 .subvendor = 0xd420,
2249 .subdevice = 0x9022,
2250 .card = CX88_BOARD_TEVII_S420,
2252 .subvendor = 0xd460,
2253 .subdevice = 0x9022,
2254 .card = CX88_BOARD_TEVII_S460,
2256 .subvendor = 0xA044,
2257 .subdevice = 0x2011,
2258 .card = CX88_BOARD_OMICOM_SS4_PCI,
2260 .subvendor = 0x8920,
2261 .subdevice = 0x8888,
2262 .card = CX88_BOARD_TBS_8920,
2264 .subvendor = 0xB033,
2265 .subdevice = 0x3033,
2266 .card = CX88_BOARD_PROF_7300,
2270 /* ----------------------------------------------------------------------- */
2271 /* some leadtek specific stuff */
2273 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
2275 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
2278 * Byte 0 is 1 on the NTSC board.
2281 if (eeprom_data[4] != 0x7d ||
2282 eeprom_data[5] != 0x10 ||
2283 eeprom_data[7] != 0x66) {
2284 warn_printk(core, "Leadtek eeprom invalid.\n");
2288 core->board.tuner_type = (eeprom_data[6] == 0x13) ?
2289 TUNER_PHILIPS_FM1236_MK3 : TUNER_PHILIPS_FM1216ME_MK3;
2291 info_printk(core, "Leadtek Winfast 2000XP Expert config: "
2292 "tuner=%d, eeprom[0]=0x%02x\n",
2293 core->board.tuner_type, eeprom_data[0]);
2296 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
2300 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
2301 core->board.tuner_type = tv.tuner_type;
2302 core->tuner_formats = tv.tuner_formats;
2303 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0;
2305 /* Make sure we support the board model */
2308 case 14009: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in) */
2309 case 14019: /* WinTV-HVR3000 (Retail, IR Blaster, b/panel video, 3.5mm audio in) */
2310 case 14029: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge) */
2311 case 14109: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - low profile) */
2312 case 14129: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge - LP) */
2313 case 14559: /* WinTV-HVR3000 (OEM, no IR, b/panel video, 3.5mm audio in) */
2314 case 14569: /* WinTV-HVR3000 (OEM, no IR, no back panel video) */
2315 case 14659: /* WinTV-HVR3000 (OEM, no IR, b/panel video, RCA audio in - Low profile) */
2316 case 14669: /* WinTV-HVR3000 (OEM, no IR, no b/panel video - Low profile) */
2317 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
2318 case 34519: /* WinTV-PCI-FM */
2320 /* WinTV-HVR4000 (DVBS/S2/T, Video and IR, back panel inputs) */
2321 case 69100: /* WinTV-HVR4000LITE (DVBS/S2, IR) */
2322 case 69500: /* WinTV-HVR4000LITE (DVBS/S2, No IR) */
2324 /* WinTV-HVR4000 (DVBS/S2/T, Video no IR, back panel inputs) */
2325 case 69569: /* WinTV-HVR4000 (DVBS/S2/T, Video no IR) */
2326 case 90002: /* Nova-T-PCI (9002) */
2327 case 92001: /* Nova-S-Plus (Video and IR) */
2328 case 92002: /* Nova-S-Plus (Video and IR) */
2329 case 90003: /* Nova-T-PCI (9002 No RF out) */
2330 case 90500: /* Nova-T-PCI (oem) */
2331 case 90501: /* Nova-T-PCI (oem/IR) */
2332 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
2333 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
2334 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
2335 case 96009: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX) */
2336 case 96019: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX/TX) */
2337 case 96559: /* WinTV-HVR1300 (PAL Video, MPEG Video no IR) */
2338 case 96569: /* WinTV-HVR1300 () */
2339 case 96659: /* WinTV-HVR1300 () */
2340 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
2344 warn_printk(core, "warning: unknown hauppauge model #%d\n",
2349 info_printk(core, "hauppauge eeprom: model=%d\n", tv.model);
2352 /* ----------------------------------------------------------------------- */
2353 /* some GDI (was: Modular Technology) specific stuff */
2360 [ 0x01 ] = { .id = TUNER_ABSENT,
2362 [ 0x02 ] = { .id = TUNER_ABSENT,
2364 [ 0x03 ] = { .id = TUNER_ABSENT,
2366 [ 0x04 ] = { .id = TUNER_ABSENT,
2368 [ 0x05 ] = { .id = TUNER_ABSENT,
2371 [ 0x10 ] = { .id = TUNER_ABSENT,
2373 .name = "TEMIC_4049" },
2374 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
2375 .name = "TEMIC_4136" },
2376 [ 0x12 ] = { .id = TUNER_ABSENT,
2377 .name = "TEMIC_4146" },
2379 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
2381 .name = "PHILIPS_FQ1216_MK3" },
2382 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
2383 .name = "PHILIPS_FQ1236_MK3" },
2384 [ 0x22 ] = { .id = TUNER_ABSENT,
2385 .name = "PHILIPS_FI1236_MK3" },
2386 [ 0x23 ] = { .id = TUNER_ABSENT,
2387 .name = "PHILIPS_FI1216_MK3" },
2390 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
2392 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
2393 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
2395 info_printk(core, "GDI: tuner=%s\n", name ? name : "unknown");
2398 core->board.tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
2399 core->board.radio.type = gdi_tuner[eeprom_data[0x0d]].fm ?
2403 /* ------------------------------------------------------------------- */
2404 /* some Divco specific stuff */
2405 static int cx88_dvico_xc2028_callback(struct cx88_core *core,
2406 int command, int arg)
2409 case XC2028_TUNER_RESET:
2410 switch (core->boardnr) {
2411 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2412 /* GPIO-4 xc3028 tuner */
2414 cx_set(MO_GP0_IO, 0x00001000);
2415 cx_clear(MO_GP0_IO, 0x00000010);
2417 cx_set(MO_GP0_IO, 0x00000010);
2421 cx_write(MO_GP0_IO, 0x101000);
2423 cx_set(MO_GP0_IO, 0x101010);
2434 /* ----------------------------------------------------------------------- */
2435 /* some Geniatech specific stuff */
2437 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core,
2438 int command, int mode)
2441 case XC2028_TUNER_RESET:
2442 switch (INPUT(core->input).type) {
2446 cx_write(MO_GP1_IO, 0x030302);
2450 cx_write(MO_GP1_IO, 0x030301);
2453 cx_write(MO_GP1_IO, 0x101010);
2455 cx_write(MO_GP1_IO, 0x101000);
2457 cx_write(MO_GP1_IO, 0x101010);
2464 /* ------------------------------------------------------------------- */
2465 /* some Divco specific stuff */
2466 static int cx88_pv_8000gt_callback(struct cx88_core *core,
2467 int command, int arg)
2470 case XC2028_TUNER_RESET:
2471 cx_write(MO_GP2_IO, 0xcf7);
2473 cx_write(MO_GP2_IO, 0xef5);
2475 cx_write(MO_GP2_IO, 0xcf7);
2484 /* ----------------------------------------------------------------------- */
2485 /* some DViCO specific stuff */
2487 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
2489 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
2491 static u8 init_bufs[13][5] = {
2492 { 0x10, 0x00, 0x20, 0x01, 0x03 },
2493 { 0x10, 0x10, 0x01, 0x00, 0x21 },
2494 { 0x10, 0x10, 0x10, 0x00, 0xCA },
2495 { 0x10, 0x10, 0x12, 0x00, 0x08 },
2496 { 0x10, 0x10, 0x13, 0x00, 0x0A },
2497 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
2498 { 0x10, 0x10, 0x22, 0x01, 0x3D },
2499 { 0x10, 0x10, 0x73, 0x01, 0x2E },
2500 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
2501 { 0x10, 0x10, 0x71, 0x01, 0x97 },
2502 { 0x10, 0x10, 0x70, 0x00, 0x0F },
2503 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
2507 for (i = 0; i < ARRAY_SIZE(init_bufs); i++) {
2508 msg.buf = init_bufs[i];
2509 msg.len = (i != 12 ? 5 : 2);
2510 err = i2c_transfer(&core->i2c_adap, &msg, 1);
2512 warn_printk(core, "dvico_fusionhdtv_hybrid_init buf %d "
2513 "failed (err = %d)!\n", i, err);
2519 static int cx88_xc2028_tuner_callback(struct cx88_core *core,
2520 int command, int arg)
2522 /* Board-specific callbacks */
2523 switch (core->boardnr) {
2524 case CX88_BOARD_WINFAST_TV2000_XP_GLOBAL:
2525 case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
2526 case CX88_BOARD_GENIATECH_X8000_MT:
2527 case CX88_BOARD_KWORLD_ATSC_120:
2528 return cx88_xc3028_geniatech_tuner_callback(core,
2530 case CX88_BOARD_PROLINK_PV_8000GT:
2531 case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME:
2532 return cx88_pv_8000gt_callback(core, command, arg);
2533 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2534 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2535 return cx88_dvico_xc2028_callback(core, command, arg);
2539 case XC2028_TUNER_RESET:
2540 switch (INPUT(core->input).type) {
2542 info_printk(core, "setting GPIO to radio!\n");
2543 cx_write(MO_GP0_IO, 0x4ff);
2545 cx_write(MO_GP2_IO, 0xff);
2548 case CX88_VMUX_DVB: /* Digital TV*/
2549 default: /* Analog TV */
2550 info_printk(core, "setting GPIO to TV!\n");
2553 cx_write(MO_GP1_IO, 0x101010);
2555 cx_write(MO_GP1_IO, 0x101000);
2557 cx_write(MO_GP1_IO, 0x101010);
2564 /* ----------------------------------------------------------------------- */
2565 /* Tuner callback function. Currently only needed for the Pinnacle *
2566 * PCTV HD 800i with an xc5000 sillicon tuner. This is used for both *
2567 * analog tuner attach (tuner-core.c) and dvb tuner attach (cx88-dvb.c) */
2569 static int cx88_xc5000_tuner_callback(struct cx88_core *core,
2570 int command, int arg)
2572 switch (core->boardnr) {
2573 case CX88_BOARD_PINNACLE_PCTV_HD_800i:
2574 if (command == 0) { /* This is the reset command from xc5000 */
2575 /* Reset XC5000 tuner via SYS_RSTO_pin */
2576 cx_write(MO_SRST_IO, 0);
2578 cx_write(MO_SRST_IO, 1);
2581 err_printk(core, "xc5000: unknown tuner "
2582 "callback command.\n");
2586 case CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD:
2587 if (command == 0) { /* This is the reset command from xc5000 */
2588 cx_clear(MO_GP0_IO, 0x00000010);
2590 cx_set(MO_GP0_IO, 0x00000010);
2594 "xc5000: unknown tuner callback command.\n");
2599 return 0; /* Should never be here */
2602 int cx88_tuner_callback(void *priv, int component, int command, int arg)
2604 struct i2c_algo_bit_data *i2c_algo = priv;
2605 struct cx88_core *core;
2608 printk(KERN_ERR "cx88: Error - i2c private data undefined.\n");
2612 core = i2c_algo->data;
2615 printk(KERN_ERR "cx88: Error - device struct undefined.\n");
2619 if (component != DVB_FRONTEND_COMPONENT_TUNER)
2622 switch (core->board.tuner_type) {
2624 info_printk(core, "Calling XC2028/3028 callback\n");
2625 return cx88_xc2028_tuner_callback(core, command, arg);
2627 info_printk(core, "Calling XC5000 callback\n");
2628 return cx88_xc5000_tuner_callback(core, command, arg);
2630 err_printk(core, "Error: Calling callback for tuner %d\n",
2631 core->board.tuner_type);
2634 EXPORT_SYMBOL(cx88_tuner_callback);
2636 /* ----------------------------------------------------------------------- */
2638 static void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
2642 if (0 == pci->subsystem_vendor &&
2643 0 == pci->subsystem_device) {
2645 "%s: Your board has no valid PCI Subsystem ID and thus can't\n"
2646 "%s: be autodetected. Please pass card=<n> insmod option to\n"
2647 "%s: workaround that. Redirect complaints to the vendor of\n"
2648 "%s: the TV card. Best regards,\n"
2650 core->name,core->name,core->name,core->name,core->name);
2653 "%s: Your board isn't known (yet) to the driver. You can\n"
2654 "%s: try to pick one of the existing card configs via\n"
2655 "%s: card=<n> insmod option. Updating to the latest\n"
2656 "%s: version might help as well.\n",
2657 core->name,core->name,core->name,core->name);
2659 err_printk(core, "Here is a list of valid choices for the card=<n> "
2660 "insmod option:\n");
2661 for (i = 0; i < ARRAY_SIZE(cx88_boards); i++)
2662 printk(KERN_ERR "%s: card=%d -> %s\n",
2663 core->name, i, cx88_boards[i].name);
2666 static void cx88_card_setup_pre_i2c(struct cx88_core *core)
2668 switch (core->boardnr) {
2669 case CX88_BOARD_HAUPPAUGE_HVR1300:
2671 * Bring the 702 demod up before i2c scanning/attach or devices are hidden
2672 * We leave here with the 702 on the bus
2674 * "reset the IR receiver on GPIO[3]"
2675 * Reported by Mike Crash <mike AT mikecrash.com>
2677 cx_write(MO_GP0_IO, 0x0000ef88);
2679 cx_clear(MO_GP0_IO, 0x00000088);
2681 cx_set(MO_GP0_IO, 0x00000088); /* 702 out of reset */
2685 case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME:
2686 case CX88_BOARD_PROLINK_PV_8000GT:
2687 cx_write(MO_GP2_IO, 0xcf7);
2689 cx_write(MO_GP2_IO, 0xef5);
2691 cx_write(MO_GP2_IO, 0xcf7);
2695 case CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD:
2696 /* Enable the xc5000 tuner */
2697 cx_set(MO_GP0_IO, 0x00001010);
2700 case CX88_BOARD_HAUPPAUGE_HVR3000:
2701 case CX88_BOARD_HAUPPAUGE_HVR4000:
2703 cx_write(MO_GP0_IO, core->board.input[0].gpio0);
2705 cx_clear(MO_GP0_IO, 0x00000080);
2707 cx_set(MO_GP0_IO, 0x00000080); /* 702 out of reset */
2714 * Sets board-dependent xc3028 configuration
2716 void cx88_setup_xc3028(struct cx88_core *core, struct xc2028_ctrl *ctl)
2718 memset(ctl, 0, sizeof(*ctl));
2720 ctl->fname = XC2028_DEFAULT_FIRMWARE;
2723 switch (core->boardnr) {
2724 case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
2725 /* Now works with firmware version 2.7 */
2726 if (core->i2c_algo.udelay < 16)
2727 core->i2c_algo.udelay = 16;
2729 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2730 ctl->demod = XC3028_FE_ZARLINK456;
2732 case CX88_BOARD_KWORLD_ATSC_120:
2733 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2734 ctl->demod = XC3028_FE_OREN538;
2736 case CX88_BOARD_PROLINK_PV_GLOBAL_XTREME:
2737 case CX88_BOARD_PROLINK_PV_8000GT:
2739 * Those boards uses non-MTS firmware
2742 case CX88_BOARD_PINNACLE_HYBRID_PCTV:
2743 ctl->demod = XC3028_FE_ZARLINK456;
2747 ctl->demod = XC3028_FE_OREN538;
2751 EXPORT_SYMBOL_GPL(cx88_setup_xc3028);
2753 static void cx88_card_setup(struct cx88_core *core)
2755 static u8 eeprom[256];
2756 struct tuner_setup tun_setup;
2757 unsigned int mode_mask = T_RADIO |
2761 memset(&tun_setup, 0, sizeof(tun_setup));
2763 if (0 == core->i2c_rc) {
2764 core->i2c_client.addr = 0xa0 >> 1;
2765 tveeprom_read(&core->i2c_client, eeprom, sizeof(eeprom));
2768 switch (core->boardnr) {
2769 case CX88_BOARD_HAUPPAUGE:
2770 case CX88_BOARD_HAUPPAUGE_ROSLYN:
2771 if (0 == core->i2c_rc)
2772 hauppauge_eeprom(core, eeprom+8);
2774 case CX88_BOARD_GDI:
2775 if (0 == core->i2c_rc)
2776 gdi_eeprom(core, eeprom);
2778 case CX88_BOARD_WINFAST2000XP_EXPERT:
2779 if (0 == core->i2c_rc)
2780 leadtek_eeprom(core, eeprom);
2782 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
2783 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
2784 case CX88_BOARD_HAUPPAUGE_DVB_T1:
2785 case CX88_BOARD_HAUPPAUGE_HVR1100:
2786 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
2787 case CX88_BOARD_HAUPPAUGE_HVR3000:
2788 case CX88_BOARD_HAUPPAUGE_HVR1300:
2789 case CX88_BOARD_HAUPPAUGE_HVR4000:
2790 case CX88_BOARD_HAUPPAUGE_HVR4000LITE:
2791 if (0 == core->i2c_rc)
2792 hauppauge_eeprom(core, eeprom);
2794 case CX88_BOARD_KWORLD_DVBS_100:
2795 cx_write(MO_GP0_IO, 0x000007f8);
2796 cx_write(MO_GP1_IO, 0x00000001);
2798 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2799 /* GPIO0:0 is hooked to demod reset */
2800 /* GPIO0:4 is hooked to xc3028 reset */
2801 cx_write(MO_GP0_IO, 0x00111100);
2803 cx_write(MO_GP0_IO, 0x00111111);
2805 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
2806 /* GPIO0:6 is hooked to FX2 reset pin */
2807 cx_set(MO_GP0_IO, 0x00004040);
2808 cx_clear(MO_GP0_IO, 0x00000040);
2810 cx_set(MO_GP0_IO, 0x00004040);
2812 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
2813 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
2814 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
2815 /* GPIO0:0 is hooked to mt352 reset pin */
2816 cx_set(MO_GP0_IO, 0x00000101);
2817 cx_clear(MO_GP0_IO, 0x00000001);
2819 cx_set(MO_GP0_IO, 0x00000101);
2820 if (0 == core->i2c_rc &&
2821 core->boardnr == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
2822 dvico_fusionhdtv_hybrid_init(core);
2824 case CX88_BOARD_KWORLD_DVB_T:
2825 case CX88_BOARD_DNTV_LIVE_DVB_T:
2826 cx_set(MO_GP0_IO, 0x00000707);
2827 cx_set(MO_GP2_IO, 0x00000101);
2828 cx_clear(MO_GP2_IO, 0x00000001);
2830 cx_clear(MO_GP0_IO, 0x00000007);
2831 cx_set(MO_GP2_IO, 0x00000101);
2833 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
2834 cx_write(MO_GP0_IO, 0x00080808);
2836 case CX88_BOARD_ATI_HDTVWONDER:
2837 if (0 == core->i2c_rc) {
2840 static const u8 buffer [][2] = {
2847 core->i2c_client.addr = 0x0a;
2849 for (i = 0; i < ARRAY_SIZE(buffer); i++)
2850 if (2 != i2c_master_send(&core->i2c_client,
2852 warn_printk(core, "Unable to enable "
2856 case CX88_BOARD_MSI_TVANYWHERE_MASTER:
2858 struct v4l2_priv_tun_config tea5767_cfg;
2859 struct tea5767_ctrl ctl;
2861 memset(&ctl, 0, sizeof(ctl));
2866 ctl.xtal_freq = TEA5767_HIGH_LO_13MHz;
2868 tea5767_cfg.tuner = TUNER_TEA5767;
2869 tea5767_cfg.priv = &ctl;
2871 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &tea5767_cfg);
2874 case CX88_BOARD_TEVII_S420:
2875 case CX88_BOARD_TEVII_S460:
2876 case CX88_BOARD_OMICOM_SS4_PCI:
2877 case CX88_BOARD_TBS_8920:
2878 case CX88_BOARD_PROF_7300:
2879 cx_write(MO_SRST_IO, 0);
2881 cx_write(MO_SRST_IO, 1);
2888 if ((core->board.radio_type != UNSET)) {
2889 tun_setup.mode_mask = T_RADIO;
2890 tun_setup.type = core->board.radio_type;
2891 tun_setup.addr = core->board.radio_addr;
2892 tun_setup.tuner_callback = cx88_tuner_callback;
2893 cx88_call_i2c_clients(core, TUNER_SET_TYPE_ADDR, &tun_setup);
2894 mode_mask &= ~T_RADIO;
2897 if (core->board.tuner_type != TUNER_ABSENT) {
2898 tun_setup.mode_mask = mode_mask;
2899 tun_setup.type = core->board.tuner_type;
2900 tun_setup.addr = core->board.tuner_addr;
2901 tun_setup.tuner_callback = cx88_tuner_callback;
2903 cx88_call_i2c_clients(core, TUNER_SET_TYPE_ADDR, &tun_setup);
2906 if (core->board.tda9887_conf) {
2907 struct v4l2_priv_tun_config tda9887_cfg;
2909 tda9887_cfg.tuner = TUNER_TDA9887;
2910 tda9887_cfg.priv = &core->board.tda9887_conf;
2912 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &tda9887_cfg);
2915 if (core->board.tuner_type == TUNER_XC2028) {
2916 struct v4l2_priv_tun_config xc2028_cfg;
2917 struct xc2028_ctrl ctl;
2919 /* Fills device-dependent initialization parameters */
2920 cx88_setup_xc3028(core, &ctl);
2922 /* Sends parameters to xc2028/3028 tuner */
2923 memset(&xc2028_cfg, 0, sizeof(xc2028_cfg));
2924 xc2028_cfg.tuner = TUNER_XC2028;
2925 xc2028_cfg.priv = &ctl;
2926 info_printk(core, "Asking xc2028/3028 to load firmware %s\n",
2928 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &xc2028_cfg);
2930 cx88_call_i2c_clients (core, TUNER_SET_STANDBY, NULL);
2933 /* ------------------------------------------------------------------ */
2935 static int cx88_pci_quirks(const char *name, struct pci_dev *pci)
2937 unsigned int lat = UNSET;
2941 /* check pci quirks */
2942 if (pci_pci_problems & PCIPCI_TRITON) {
2943 printk(KERN_INFO "%s: quirk: PCIPCI_TRITON -- set TBFX\n",
2945 ctrl |= CX88X_EN_TBFX;
2947 if (pci_pci_problems & PCIPCI_NATOMA) {
2948 printk(KERN_INFO "%s: quirk: PCIPCI_NATOMA -- set TBFX\n",
2950 ctrl |= CX88X_EN_TBFX;
2952 if (pci_pci_problems & PCIPCI_VIAETBF) {
2953 printk(KERN_INFO "%s: quirk: PCIPCI_VIAETBF -- set TBFX\n",
2955 ctrl |= CX88X_EN_TBFX;
2957 if (pci_pci_problems & PCIPCI_VSFX) {
2958 printk(KERN_INFO "%s: quirk: PCIPCI_VSFX -- set VSFX\n",
2960 ctrl |= CX88X_EN_VSFX;
2962 #ifdef PCIPCI_ALIMAGIK
2963 if (pci_pci_problems & PCIPCI_ALIMAGIK) {
2964 printk(KERN_INFO "%s: quirk: PCIPCI_ALIMAGIK -- latency fixup\n",
2970 /* check insmod options */
2971 if (UNSET != latency)
2976 pci_read_config_byte(pci, CX88X_DEVCTRL, &value);
2978 pci_write_config_byte(pci, CX88X_DEVCTRL, value);
2981 printk(KERN_INFO "%s: setting pci latency timer to %d\n",
2983 pci_write_config_byte(pci, PCI_LATENCY_TIMER, latency);
2988 int cx88_get_resources(const struct cx88_core *core, struct pci_dev *pci)
2990 if (request_mem_region(pci_resource_start(pci,0),
2991 pci_resource_len(pci,0),
2995 "%s/%d: Can't get MMIO memory @ 0x%llx, subsystem: %04x:%04x\n",
2996 core->name, PCI_FUNC(pci->devfn),
2997 (unsigned long long)pci_resource_start(pci, 0),
2998 pci->subsystem_vendor, pci->subsystem_device);
3002 /* Allocate and initialize the cx88 core struct. One should hold the
3003 * devlist mutex before calling this. */
3004 struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr)
3006 struct cx88_core *core;
3009 core = kzalloc(sizeof(*core), GFP_KERNEL);
3011 atomic_inc(&core->refcount);
3012 core->pci_bus = pci->bus->number;
3013 core->pci_slot = PCI_SLOT(pci->devfn);
3014 core->pci_irqmask = PCI_INT_RISC_RD_BERRINT | PCI_INT_RISC_WR_BERRINT |
3015 PCI_INT_BRDG_BERRINT | PCI_INT_SRC_DMA_BERRINT |
3016 PCI_INT_DST_DMA_BERRINT | PCI_INT_IPB_DMA_BERRINT;
3017 mutex_init(&core->lock);
3020 sprintf(core->name, "cx88[%d]", core->nr);
3021 if (0 != cx88_get_resources(core, pci)) {
3027 cx88_pci_quirks(core->name, pci);
3028 core->lmmio = ioremap(pci_resource_start(pci, 0),
3029 pci_resource_len(pci, 0));
3030 core->bmmio = (u8 __iomem *)core->lmmio;
3033 core->boardnr = UNSET;
3034 if (card[core->nr] < ARRAY_SIZE(cx88_boards))
3035 core->boardnr = card[core->nr];
3036 for (i = 0; UNSET == core->boardnr && i < ARRAY_SIZE(cx88_subids); i++)
3037 if (pci->subsystem_vendor == cx88_subids[i].subvendor &&
3038 pci->subsystem_device == cx88_subids[i].subdevice)
3039 core->boardnr = cx88_subids[i].card;
3040 if (UNSET == core->boardnr) {
3041 core->boardnr = CX88_BOARD_UNKNOWN;
3042 cx88_card_list(core, pci);
3045 memcpy(&core->board, &cx88_boards[core->boardnr], sizeof(core->board));
3047 if (!core->board.num_frontends && (core->board.mpeg & CX88_MPEG_DVB))
3048 core->board.num_frontends = 1;
3050 info_printk(core, "subsystem: %04x:%04x, board: %s [card=%d,%s], frontend(s): %d\n",
3051 pci->subsystem_vendor, pci->subsystem_device, core->board.name,
3052 core->boardnr, card[core->nr] == core->boardnr ?
3053 "insmod option" : "autodetected",
3054 core->board.num_frontends);
3056 if (tuner[core->nr] != UNSET)
3057 core->board.tuner_type = tuner[core->nr];
3058 if (radio[core->nr] != UNSET)
3059 core->board.radio_type = radio[core->nr];
3061 info_printk(core, "TV tuner type %d, Radio tuner type %d\n",
3062 core->board.tuner_type, core->board.radio_type);
3066 cx88_card_setup_pre_i2c(core);
3067 cx88_i2c_init(core, pci);
3069 /* load tuner module, if needed */
3070 if (TUNER_ABSENT != core->board.tuner_type)
3071 request_module("tuner");
3073 cx88_card_setup(core);
3074 cx88_ir_init(core, pci);