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 static const struct cx88_board cx88_boards[] = {
61 [CX88_BOARD_UNKNOWN] = {
62 .name = "UNKNOWN/GENERIC",
65 .tuner_addr = ADDR_UNSET,
66 .radio_addr = ADDR_UNSET,
68 .type = CX88_VMUX_COMPOSITE1,
71 .type = CX88_VMUX_COMPOSITE2,
74 .type = CX88_VMUX_COMPOSITE3,
77 .type = CX88_VMUX_COMPOSITE4,
81 [CX88_BOARD_HAUPPAUGE] = {
82 .name = "Hauppauge WinTV 34xxx models",
85 .tuner_addr = ADDR_UNSET,
86 .radio_addr = ADDR_UNSET,
87 .tda9887_conf = TDA9887_PRESENT,
89 .type = CX88_VMUX_TELEVISION,
91 .gpio0 = 0xff00, // internal decoder
93 .type = CX88_VMUX_DEBUG,
95 .gpio0 = 0xff01, // mono from tuner chip
97 .type = CX88_VMUX_COMPOSITE1,
101 .type = CX88_VMUX_SVIDEO,
111 .name = "GDI Black Gold",
114 .tuner_addr = ADDR_UNSET,
115 .radio_addr = ADDR_UNSET,
117 .type = CX88_VMUX_TELEVISION,
120 .type = CX88_VMUX_SVIDEO,
124 [CX88_BOARD_PIXELVIEW] = {
126 .tuner_type = TUNER_PHILIPS_PAL,
128 .tuner_addr = ADDR_UNSET,
129 .radio_addr = ADDR_UNSET,
131 .type = CX88_VMUX_TELEVISION,
133 .gpio0 = 0xff00, // internal decoder
135 .type = CX88_VMUX_COMPOSITE1,
138 .type = CX88_VMUX_SVIDEO,
146 [CX88_BOARD_ATI_WONDER_PRO] = {
147 .name = "ATI TV Wonder Pro",
148 .tuner_type = TUNER_PHILIPS_4IN1,
150 .tuner_addr = ADDR_UNSET,
151 .radio_addr = ADDR_UNSET,
152 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
154 .type = CX88_VMUX_TELEVISION,
158 .type = CX88_VMUX_COMPOSITE1,
162 .type = CX88_VMUX_SVIDEO,
167 [CX88_BOARD_WINFAST2000XP_EXPERT] = {
168 .name = "Leadtek Winfast 2000XP Expert",
169 .tuner_type = TUNER_PHILIPS_4IN1,
171 .tuner_addr = ADDR_UNSET,
172 .radio_addr = ADDR_UNSET,
173 .tda9887_conf = TDA9887_PRESENT,
175 .type = CX88_VMUX_TELEVISION,
182 .type = CX88_VMUX_COMPOSITE1,
189 .type = CX88_VMUX_SVIDEO,
204 [CX88_BOARD_AVERTV_STUDIO_303] = {
205 .name = "AverTV Studio 303 (M126)",
206 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
208 .tuner_addr = ADDR_UNSET,
209 .radio_addr = ADDR_UNSET,
210 .tda9887_conf = TDA9887_PRESENT,
212 .type = CX88_VMUX_TELEVISION,
216 .type = CX88_VMUX_COMPOSITE1,
220 .type = CX88_VMUX_SVIDEO,
229 [CX88_BOARD_MSI_TVANYWHERE_MASTER] = {
230 // added gpio values thanks to Michal
231 // values for PAL from DScaler
232 .name = "MSI TV-@nywhere Master",
233 .tuner_type = TUNER_MT2032,
235 .tuner_addr = ADDR_UNSET,
236 .radio_addr = ADDR_UNSET,
237 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
239 .type = CX88_VMUX_TELEVISION,
245 .type = CX88_VMUX_COMPOSITE1,
251 .type = CX88_VMUX_SVIDEO,
265 [CX88_BOARD_WINFAST_DV2000] = {
266 .name = "Leadtek Winfast DV2000",
267 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
269 .tuner_addr = ADDR_UNSET,
270 .radio_addr = ADDR_UNSET,
271 .tda9887_conf = TDA9887_PRESENT,
273 .type = CX88_VMUX_TELEVISION,
281 .type = CX88_VMUX_COMPOSITE1,
288 .type = CX88_VMUX_SVIDEO,
303 [CX88_BOARD_LEADTEK_PVR2000] = {
304 // gpio values for PAL version from regspy by DScaler
305 .name = "Leadtek PVR 2000",
306 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
308 .tuner_addr = ADDR_UNSET,
309 .radio_addr = ADDR_UNSET,
310 .tda9887_conf = TDA9887_PRESENT,
312 .type = CX88_VMUX_TELEVISION,
317 .type = CX88_VMUX_COMPOSITE1,
322 .type = CX88_VMUX_SVIDEO,
332 .mpeg = CX88_MPEG_BLACKBIRD,
334 [CX88_BOARD_IODATA_GVVCP3PCI] = {
335 .name = "IODATA GV-VCP3/PCI",
336 .tuner_type = TUNER_ABSENT,
338 .tuner_addr = ADDR_UNSET,
339 .radio_addr = ADDR_UNSET,
341 .type = CX88_VMUX_COMPOSITE1,
344 .type = CX88_VMUX_COMPOSITE2,
347 .type = CX88_VMUX_SVIDEO,
351 [CX88_BOARD_PROLINK_PLAYTVPVR] = {
352 .name = "Prolink PlayTV PVR",
353 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
355 .tuner_addr = ADDR_UNSET,
356 .radio_addr = ADDR_UNSET,
357 .tda9887_conf = TDA9887_PRESENT,
359 .type = CX88_VMUX_TELEVISION,
363 .type = CX88_VMUX_COMPOSITE1,
367 .type = CX88_VMUX_SVIDEO,
376 [CX88_BOARD_ASUS_PVR_416] = {
377 .name = "ASUS PVR-416",
378 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
380 .tuner_addr = ADDR_UNSET,
381 .radio_addr = ADDR_UNSET,
382 .tda9887_conf = TDA9887_PRESENT,
384 .type = CX88_VMUX_TELEVISION,
388 .type = CX88_VMUX_SVIDEO,
390 .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
397 .mpeg = CX88_MPEG_BLACKBIRD,
399 [CX88_BOARD_MSI_TVANYWHERE] = {
400 .name = "MSI TV-@nywhere",
401 .tuner_type = TUNER_MT2032,
403 .tuner_addr = ADDR_UNSET,
404 .radio_addr = ADDR_UNSET,
405 .tda9887_conf = TDA9887_PRESENT,
407 .type = CX88_VMUX_TELEVISION,
412 .type = CX88_VMUX_COMPOSITE1,
417 .type = CX88_VMUX_SVIDEO,
423 [CX88_BOARD_KWORLD_DVB_T] = {
424 .name = "KWorld/VStream XPert DVB-T",
425 .tuner_type = TUNER_ABSENT,
427 .tuner_addr = ADDR_UNSET,
428 .radio_addr = ADDR_UNSET,
430 .type = CX88_VMUX_COMPOSITE1,
435 .type = CX88_VMUX_SVIDEO,
440 .mpeg = CX88_MPEG_DVB,
442 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
443 .name = "DViCO FusionHDTV DVB-T1",
444 .tuner_type = TUNER_ABSENT, /* No analog tuner */
446 .tuner_addr = ADDR_UNSET,
447 .radio_addr = ADDR_UNSET,
449 .type = CX88_VMUX_COMPOSITE1,
453 .type = CX88_VMUX_SVIDEO,
457 .mpeg = CX88_MPEG_DVB,
459 [CX88_BOARD_KWORLD_LTV883] = {
460 .name = "KWorld LTV883RF",
461 .tuner_type = TUNER_TNF_8831BGFF,
463 .tuner_addr = ADDR_UNSET,
464 .radio_addr = ADDR_UNSET,
466 .type = CX88_VMUX_TELEVISION,
470 .type = CX88_VMUX_DEBUG,
472 .gpio0 = 0x07f9, // mono from tuner chip
474 .type = CX88_VMUX_COMPOSITE1,
478 .type = CX88_VMUX_SVIDEO,
487 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
488 .name = "DViCO FusionHDTV 3 Gold-Q",
489 .tuner_type = TUNER_MICROTUNE_4042FI5,
491 .tuner_addr = ADDR_UNSET,
492 .radio_addr = ADDR_UNSET,
494 GPIO[0] resets DT3302 DTV receiver
497 GPIO[1] mutes analog audio output connector
498 0 - enable selected source
500 GPIO[2] selects source for analog audio output connector
501 0 - analog audio input connector on tab
502 1 - analog DAC output from CX23881 chip
503 GPIO[3] selects RF input connector on tuner module
504 0 - RF connector labeled CABLE
505 1 - RF connector labeled ANT
506 GPIO[4] selects high RF for QAM256 mode
511 .type = CX88_VMUX_TELEVISION,
515 .type = CX88_VMUX_CABLE,
519 .type = CX88_VMUX_COMPOSITE1,
523 .type = CX88_VMUX_SVIDEO,
527 .mpeg = CX88_MPEG_DVB,
529 [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
530 .name = "Hauppauge Nova-T DVB-T",
531 .tuner_type = TUNER_ABSENT,
533 .tuner_addr = ADDR_UNSET,
534 .radio_addr = ADDR_UNSET,
536 .type = CX88_VMUX_DVB,
539 .mpeg = CX88_MPEG_DVB,
541 [CX88_BOARD_CONEXANT_DVB_T1] = {
542 .name = "Conexant DVB-T reference design",
543 .tuner_type = TUNER_ABSENT,
545 .tuner_addr = ADDR_UNSET,
546 .radio_addr = ADDR_UNSET,
548 .type = CX88_VMUX_DVB,
551 .mpeg = CX88_MPEG_DVB,
553 [CX88_BOARD_PROVIDEO_PV259] = {
554 .name = "Provideo PV259",
555 .tuner_type = TUNER_PHILIPS_FQ1216ME,
557 .tuner_addr = ADDR_UNSET,
558 .radio_addr = ADDR_UNSET,
560 .type = CX88_VMUX_TELEVISION,
564 .mpeg = CX88_MPEG_BLACKBIRD,
566 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
567 .name = "DViCO FusionHDTV DVB-T Plus",
568 .tuner_type = TUNER_ABSENT, /* No analog tuner */
570 .tuner_addr = ADDR_UNSET,
571 .radio_addr = ADDR_UNSET,
573 .type = CX88_VMUX_COMPOSITE1,
577 .type = CX88_VMUX_SVIDEO,
581 .mpeg = CX88_MPEG_DVB,
583 [CX88_BOARD_DNTV_LIVE_DVB_T] = {
584 .name = "digitalnow DNTV Live! DVB-T",
585 .tuner_type = TUNER_ABSENT,
587 .tuner_addr = ADDR_UNSET,
588 .radio_addr = ADDR_UNSET,
590 .type = CX88_VMUX_COMPOSITE1,
595 .type = CX88_VMUX_SVIDEO,
600 .mpeg = CX88_MPEG_DVB,
602 [CX88_BOARD_PCHDTV_HD3000] = {
603 .name = "pcHDTV HD3000 HDTV",
604 .tuner_type = TUNER_THOMSON_DTT761X,
606 .tuner_addr = ADDR_UNSET,
607 .radio_addr = ADDR_UNSET,
608 .tda9887_conf = TDA9887_PRESENT,
609 /* GPIO[2] = audio source for analog audio out connector
610 * 0 = analog audio input connector
611 * 1 = CX88 audio DACs
613 * GPIO[7] = input to CX88's audio/chroma ADC
615 * 1 = Sound 4.5 MHz IF
617 * GPIO[1,5,6] = Oren 51132 pins 27,35,28 respectively
619 * GPIO[16] = Remote control input
622 .type = CX88_VMUX_TELEVISION,
626 .type = CX88_VMUX_COMPOSITE1,
630 .type = CX88_VMUX_SVIDEO,
638 .mpeg = CX88_MPEG_DVB,
640 [CX88_BOARD_HAUPPAUGE_ROSLYN] = {
641 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
642 // GPIO values obtained from regspy, courtesy Sean Covel
643 .name = "Hauppauge WinTV 28xxx (Roslyn) models",
646 .tuner_addr = ADDR_UNSET,
647 .radio_addr = ADDR_UNSET,
649 .type = CX88_VMUX_TELEVISION,
654 .type = CX88_VMUX_DEBUG,
658 .type = CX88_VMUX_COMPOSITE1,
662 .type = CX88_VMUX_SVIDEO,
672 .mpeg = CX88_MPEG_BLACKBIRD,
674 [CX88_BOARD_DIGITALLOGIC_MEC] = {
675 .name = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
676 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
678 .tuner_addr = ADDR_UNSET,
679 .radio_addr = ADDR_UNSET,
680 .tda9887_conf = TDA9887_PRESENT,
682 .type = CX88_VMUX_TELEVISION,
687 .type = CX88_VMUX_COMPOSITE1,
692 .type = CX88_VMUX_SVIDEO,
702 .mpeg = CX88_MPEG_BLACKBIRD,
704 [CX88_BOARD_IODATA_GVBCTV7E] = {
705 .name = "IODATA GV/BCTV7E",
706 .tuner_type = TUNER_PHILIPS_FQ1286,
708 .tuner_addr = ADDR_UNSET,
709 .radio_addr = ADDR_UNSET,
710 .tda9887_conf = TDA9887_PRESENT,
712 .type = CX88_VMUX_TELEVISION,
716 .type = CX88_VMUX_COMPOSITE1,
720 .type = CX88_VMUX_SVIDEO,
725 [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
726 .name = "PixelView PlayTV Ultra Pro (Stereo)",
727 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
728 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
730 .tuner_addr = ADDR_UNSET,
731 .radio_addr = ADDR_UNSET,
733 .type = CX88_VMUX_TELEVISION,
735 .gpio0 = 0xbf61, /* internal decoder */
737 .type = CX88_VMUX_COMPOSITE1,
741 .type = CX88_VMUX_SVIDEO,
750 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
751 .name = "DViCO FusionHDTV 3 Gold-T",
752 .tuner_type = TUNER_THOMSON_DTT761X,
754 .tuner_addr = ADDR_UNSET,
755 .radio_addr = ADDR_UNSET,
756 .tda9887_conf = TDA9887_PRESENT,
758 .type = CX88_VMUX_TELEVISION,
762 .type = CX88_VMUX_COMPOSITE1,
766 .type = CX88_VMUX_SVIDEO,
770 .mpeg = CX88_MPEG_DVB,
772 [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
773 .name = "ADS Tech Instant TV DVB-T PCI",
774 .tuner_type = TUNER_ABSENT,
776 .tuner_addr = ADDR_UNSET,
777 .radio_addr = ADDR_UNSET,
779 .type = CX88_VMUX_COMPOSITE1,
784 .type = CX88_VMUX_SVIDEO,
789 .mpeg = CX88_MPEG_DVB,
791 [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
792 .name = "TerraTec Cinergy 1400 DVB-T",
793 .tuner_type = TUNER_ABSENT,
795 .type = CX88_VMUX_DVB,
798 .type = CX88_VMUX_COMPOSITE1,
801 .type = CX88_VMUX_SVIDEO,
804 .mpeg = CX88_MPEG_DVB,
806 [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
807 .name = "DViCO FusionHDTV 5 Gold",
808 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H062F */
810 .tuner_addr = ADDR_UNSET,
811 .radio_addr = ADDR_UNSET,
812 .tda9887_conf = TDA9887_PRESENT,
814 .type = CX88_VMUX_TELEVISION,
818 .type = CX88_VMUX_COMPOSITE1,
822 .type = CX88_VMUX_SVIDEO,
826 .mpeg = CX88_MPEG_DVB,
828 [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
829 .name = "AverMedia UltraTV Media Center PCI 550",
830 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
832 .tuner_addr = ADDR_UNSET,
833 .radio_addr = ADDR_UNSET,
834 .tda9887_conf = TDA9887_PRESENT,
836 .type = CX88_VMUX_COMPOSITE1,
841 .type = CX88_VMUX_SVIDEO,
846 .type = CX88_VMUX_TELEVISION,
857 .mpeg = CX88_MPEG_BLACKBIRD,
859 [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
860 /* Alexander Wold <awold@bigfoot.com> */
861 .name = "Kworld V-Stream Xpert DVD",
864 .type = CX88_VMUX_COMPOSITE1,
871 .type = CX88_VMUX_SVIDEO,
879 [CX88_BOARD_ATI_HDTVWONDER] = {
880 .name = "ATI HDTV Wonder",
881 .tuner_type = TUNER_PHILIPS_TUV1236D,
883 .tuner_addr = ADDR_UNSET,
884 .radio_addr = ADDR_UNSET,
886 .type = CX88_VMUX_TELEVISION,
893 .type = CX88_VMUX_COMPOSITE1,
900 .type = CX88_VMUX_SVIDEO,
907 .mpeg = CX88_MPEG_DVB,
909 [CX88_BOARD_WINFAST_DTV1000] = {
910 .name = "WinFast DTV1000-T",
911 .tuner_type = TUNER_ABSENT,
913 .tuner_addr = ADDR_UNSET,
914 .radio_addr = ADDR_UNSET,
916 .type = CX88_VMUX_DVB,
919 .type = CX88_VMUX_COMPOSITE1,
922 .type = CX88_VMUX_SVIDEO,
925 .mpeg = CX88_MPEG_DVB,
927 [CX88_BOARD_AVERTV_303] = {
928 .name = "AVerTV 303 (M126)",
929 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
931 .tuner_addr = ADDR_UNSET,
932 .radio_addr = ADDR_UNSET,
933 .tda9887_conf = TDA9887_PRESENT,
935 .type = CX88_VMUX_TELEVISION,
942 .type = CX88_VMUX_COMPOSITE1,
949 .type = CX88_VMUX_SVIDEO,
957 [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
958 .name = "Hauppauge Nova-S-Plus DVB-S",
959 .tuner_type = TUNER_ABSENT,
961 .tuner_addr = ADDR_UNSET,
962 .radio_addr = ADDR_UNSET,
964 .type = CX88_VMUX_DVB,
967 .type = CX88_VMUX_COMPOSITE1,
970 .type = CX88_VMUX_SVIDEO,
973 .mpeg = CX88_MPEG_DVB,
975 [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
976 .name = "Hauppauge Nova-SE2 DVB-S",
977 .tuner_type = TUNER_ABSENT,
979 .tuner_addr = ADDR_UNSET,
980 .radio_addr = ADDR_UNSET,
982 .type = CX88_VMUX_DVB,
985 .mpeg = CX88_MPEG_DVB,
987 [CX88_BOARD_KWORLD_DVBS_100] = {
988 .name = "KWorld DVB-S 100",
989 .tuner_type = TUNER_ABSENT,
991 .tuner_addr = ADDR_UNSET,
992 .radio_addr = ADDR_UNSET,
994 .type = CX88_VMUX_DVB,
997 .type = CX88_VMUX_COMPOSITE1,
1000 .type = CX88_VMUX_SVIDEO,
1003 .mpeg = CX88_MPEG_DVB,
1005 [CX88_BOARD_HAUPPAUGE_HVR1100] = {
1006 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
1007 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1008 .radio_type = UNSET,
1009 .tuner_addr = ADDR_UNSET,
1010 .radio_addr = ADDR_UNSET,
1011 .tda9887_conf = TDA9887_PRESENT,
1013 .type = CX88_VMUX_TELEVISION,
1016 .type = CX88_VMUX_COMPOSITE1,
1019 .type = CX88_VMUX_SVIDEO,
1022 /* fixme: Add radio support */
1023 .mpeg = CX88_MPEG_DVB,
1025 [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
1026 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
1027 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1028 .radio_type = UNSET,
1029 .tuner_addr = ADDR_UNSET,
1030 .radio_addr = ADDR_UNSET,
1031 .tda9887_conf = TDA9887_PRESENT,
1033 .type = CX88_VMUX_TELEVISION,
1036 .type = CX88_VMUX_COMPOSITE1,
1039 /* fixme: Add radio support */
1040 .mpeg = CX88_MPEG_DVB,
1042 [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
1043 .name = "digitalnow DNTV Live! DVB-T Pro",
1044 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1045 .radio_type = UNSET,
1046 .tuner_addr = ADDR_UNSET,
1047 .radio_addr = ADDR_UNSET,
1048 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1049 TDA9887_PORT2_ACTIVE,
1051 .type = CX88_VMUX_TELEVISION,
1055 .type = CX88_VMUX_COMPOSITE1,
1059 .type = CX88_VMUX_SVIDEO,
1067 .mpeg = CX88_MPEG_DVB,
1069 [CX88_BOARD_KWORLD_DVB_T_CX22702] = {
1070 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1071 /* DTT 7579 Conexant CX22702-19 Conexant CX2388x */
1072 /* Manenti Marco <marco_manenti@colman.it> */
1073 .name = "KWorld/VStream XPert DVB-T with cx22702",
1074 .tuner_type = TUNER_ABSENT,
1075 .radio_type = UNSET,
1076 .tuner_addr = ADDR_UNSET,
1077 .radio_addr = ADDR_UNSET,
1079 .type = CX88_VMUX_COMPOSITE1,
1084 .type = CX88_VMUX_SVIDEO,
1089 .mpeg = CX88_MPEG_DVB,
1091 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL] = {
1092 .name = "DViCO FusionHDTV DVB-T Dual Digital",
1093 .tuner_type = TUNER_ABSENT, /* No analog tuner */
1094 .radio_type = UNSET,
1095 .tuner_addr = ADDR_UNSET,
1096 .radio_addr = ADDR_UNSET,
1098 .type = CX88_VMUX_COMPOSITE1,
1100 .gpio0 = 0x000067df,
1102 .type = CX88_VMUX_SVIDEO,
1104 .gpio0 = 0x000067df,
1106 .mpeg = CX88_MPEG_DVB,
1108 [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
1109 .name = "KWorld HardwareMpegTV XPert",
1110 .tuner_type = TUNER_PHILIPS_TDA8290,
1111 .radio_type = UNSET,
1112 .tuner_addr = ADDR_UNSET,
1113 .radio_addr = ADDR_UNSET,
1115 .type = CX88_VMUX_TELEVISION,
1120 .type = CX88_VMUX_COMPOSITE1,
1125 .type = CX88_VMUX_SVIDEO,
1135 .mpeg = CX88_MPEG_BLACKBIRD,
1137 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1138 .name = "DViCO FusionHDTV DVB-T Hybrid",
1139 .tuner_type = TUNER_THOMSON_FE6600,
1140 .radio_type = UNSET,
1141 .tuner_addr = ADDR_UNSET,
1142 .radio_addr = ADDR_UNSET,
1144 .type = CX88_VMUX_TELEVISION,
1146 .gpio0 = 0x0000a75f,
1148 .type = CX88_VMUX_COMPOSITE1,
1150 .gpio0 = 0x0000a75b,
1152 .type = CX88_VMUX_SVIDEO,
1154 .gpio0 = 0x0000a75b,
1156 .mpeg = CX88_MPEG_DVB,
1158 [CX88_BOARD_PCHDTV_HD5500] = {
1159 .name = "pcHDTV HD5500 HDTV",
1160 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
1161 .radio_type = UNSET,
1162 .tuner_addr = ADDR_UNSET,
1163 .radio_addr = ADDR_UNSET,
1164 .tda9887_conf = TDA9887_PRESENT,
1166 .type = CX88_VMUX_TELEVISION,
1170 .type = CX88_VMUX_COMPOSITE1,
1174 .type = CX88_VMUX_SVIDEO,
1178 .mpeg = CX88_MPEG_DVB,
1180 [CX88_BOARD_KWORLD_MCE200_DELUXE] = {
1181 /* FIXME: tested TV input only, disabled composite,
1182 svideo and radio until they can be tested also. */
1183 .name = "Kworld MCE 200 Deluxe",
1184 .tuner_type = TUNER_TENA_9533_DI,
1185 .radio_type = UNSET,
1186 .tda9887_conf = TDA9887_PRESENT,
1187 .tuner_addr = ADDR_UNSET,
1188 .radio_addr = ADDR_UNSET,
1190 .type = CX88_VMUX_TELEVISION,
1194 .mpeg = CX88_MPEG_BLACKBIRD,
1196 [CX88_BOARD_PIXELVIEW_PLAYTV_P7000] = {
1197 /* FIXME: SVideo, Composite and FM inputs are untested */
1198 .name = "PixelView PlayTV P7000",
1199 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
1200 .radio_type = UNSET,
1201 .tuner_addr = ADDR_UNSET,
1202 .radio_addr = ADDR_UNSET,
1203 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1204 TDA9887_PORT2_ACTIVE,
1206 .type = CX88_VMUX_TELEVISION,
1210 .mpeg = CX88_MPEG_BLACKBIRD,
1212 [CX88_BOARD_NPGTECH_REALTV_TOP10FM] = {
1213 .name = "NPG Tech Real TV FM Top 10",
1214 .tuner_type = TUNER_TNF_5335MF, /* Actually a TNF9535 */
1215 .radio_type = UNSET,
1216 .tuner_addr = ADDR_UNSET,
1217 .radio_addr = ADDR_UNSET,
1219 .type = CX88_VMUX_TELEVISION,
1223 .type = CX88_VMUX_COMPOSITE1,
1227 .type = CX88_VMUX_SVIDEO,
1236 [CX88_BOARD_WINFAST_DTV2000H] = {
1237 /* video inputs and radio still in testing */
1238 .name = "WinFast DTV2000 H",
1239 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1240 .radio_type = UNSET,
1241 .tuner_addr = ADDR_UNSET,
1242 .radio_addr = ADDR_UNSET,
1243 .tda9887_conf = TDA9887_PRESENT,
1245 .type = CX88_VMUX_TELEVISION,
1247 .gpio0 = 0x00017304,
1248 .gpio1 = 0x00008203,
1249 .gpio2 = 0x00017304,
1250 .gpio3 = 0x02000000,
1252 .mpeg = CX88_MPEG_DVB,
1254 [CX88_BOARD_GENIATECH_DVBS] = {
1255 .name = "Geniatech DVB-S",
1256 .tuner_type = TUNER_ABSENT,
1257 .radio_type = UNSET,
1258 .tuner_addr = ADDR_UNSET,
1259 .radio_addr = ADDR_UNSET,
1261 .type = CX88_VMUX_DVB,
1264 .type = CX88_VMUX_COMPOSITE1,
1267 .mpeg = CX88_MPEG_DVB,
1269 [CX88_BOARD_HAUPPAUGE_HVR3000] = {
1270 /* FIXME: Add dvb & radio support */
1271 .name = "Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T",
1272 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1273 .radio_type = UNSET,
1274 .tuner_addr = ADDR_UNSET,
1275 .radio_addr = ADDR_UNSET,
1276 .tda9887_conf = TDA9887_PRESENT,
1278 .type = CX88_VMUX_TELEVISION,
1282 .type = CX88_VMUX_COMPOSITE1,
1286 .type = CX88_VMUX_SVIDEO,
1290 .mpeg = CX88_MPEG_DVB,
1292 [CX88_BOARD_NORWOOD_MICRO] = {
1293 .name = "Norwood Micro TV Tuner",
1294 .tuner_type = TUNER_TNF_5335MF,
1295 .radio_type = UNSET,
1296 .tuner_addr = ADDR_UNSET,
1297 .radio_addr = ADDR_UNSET,
1299 .type = CX88_VMUX_TELEVISION,
1303 .type = CX88_VMUX_COMPOSITE1,
1307 .type = CX88_VMUX_SVIDEO,
1312 [CX88_BOARD_TE_DTV_250_OEM_SWANN] = {
1313 .name = "Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM",
1314 .tuner_type = TUNER_LG_PAL_NEW_TAPC,
1315 .radio_type = UNSET,
1316 .tuner_addr = ADDR_UNSET,
1317 .radio_addr = ADDR_UNSET,
1319 .type = CX88_VMUX_TELEVISION,
1321 .gpio0 = 0x003fffff,
1322 .gpio1 = 0x00e00000,
1323 .gpio2 = 0x003fffff,
1324 .gpio3 = 0x02000000,
1326 .type = CX88_VMUX_COMPOSITE1,
1328 .gpio0 = 0x003fffff,
1329 .gpio1 = 0x00e00000,
1330 .gpio2 = 0x003fffff,
1331 .gpio3 = 0x02000000,
1333 .type = CX88_VMUX_SVIDEO,
1335 .gpio0 = 0x003fffff,
1336 .gpio1 = 0x00e00000,
1337 .gpio2 = 0x003fffff,
1338 .gpio3 = 0x02000000,
1341 [CX88_BOARD_HAUPPAUGE_HVR1300] = {
1342 .name = "Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder",
1343 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1344 .radio_type = UNSET,
1345 .tuner_addr = ADDR_UNSET,
1346 .radio_addr = ADDR_UNSET,
1347 .tda9887_conf = TDA9887_PRESENT,
1348 .audio_chip = AUDIO_CHIP_WM8775,
1350 .type = CX88_VMUX_TELEVISION,
1355 .type = CX88_VMUX_COMPOSITE1,
1360 .type = CX88_VMUX_SVIDEO,
1365 /* fixme: Add radio support */
1366 .mpeg = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD,
1372 [CX88_BOARD_ADSTECH_PTV_390] = {
1373 .name = "ADS Tech Instant Video PCI",
1374 .tuner_type = TUNER_ABSENT,
1375 .radio_type = UNSET,
1376 .tuner_addr = ADDR_UNSET,
1377 .radio_addr = ADDR_UNSET,
1379 .type = CX88_VMUX_DEBUG,
1383 .type = CX88_VMUX_COMPOSITE1,
1387 .type = CX88_VMUX_SVIDEO,
1392 [CX88_BOARD_PINNACLE_PCTV_HD_800i] = {
1393 .name = "Pinnacle PCTV HD 800i",
1394 .tuner_type = TUNER_XC5000,
1395 .radio_type = UNSET,
1396 .tuner_addr = ADDR_UNSET,
1397 .radio_addr = ADDR_UNSET,
1399 .type = CX88_VMUX_TELEVISION,
1404 .type = CX88_VMUX_COMPOSITE1,
1410 .type = CX88_VMUX_SVIDEO,
1416 .mpeg = CX88_MPEG_DVB,
1418 [CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO] = {
1419 .name = "DViCO FusionHDTV 5 PCI nano",
1420 /* xc3008 tuner, digital only for now */
1421 .tuner_type = TUNER_ABSENT,
1422 .radio_type = UNSET,
1423 .tuner_addr = ADDR_UNSET,
1424 .radio_addr = ADDR_UNSET,
1426 .type = CX88_VMUX_TELEVISION,
1428 .gpio0 = 0x000027df, /* Unconfirmed */
1430 .type = CX88_VMUX_COMPOSITE1,
1432 .gpio0 = 0x000027df, /* Unconfirmed */
1435 .type = CX88_VMUX_SVIDEO,
1437 .gpio0 = 0x000027df, /* Unconfirmed */
1440 .mpeg = CX88_MPEG_DVB,
1442 [CX88_BOARD_PINNACLE_HYBRID_PCTV] = {
1443 .name = "Pinnacle Hybrid PCTV",
1444 .tuner_type = TUNER_XC2028,
1447 .type = CX88_VMUX_TELEVISION,
1450 .type = CX88_VMUX_COMPOSITE1,
1453 .type = CX88_VMUX_SVIDEO,
1463 [CX88_BOARD_WINFAST_TV2000_XP_GLOBAL] = {
1464 .name = "Winfast TV2000 XP Global",
1465 .tuner_type = TUNER_XC2028,
1468 .type = CX88_VMUX_TELEVISION,
1470 .gpio0 = 0x0400, /* pin 2:mute = 0 (off?) */
1472 .gpio2 = 0x0800, /* pin 19:audio = 0 (tv) */
1475 .type = CX88_VMUX_COMPOSITE1,
1477 .gpio0 = 0x0400, /* probably? or 0x0404 to turn mute on */
1479 .gpio2 = 0x0808, /* pin 19:audio = 1 (line) */
1482 .type = CX88_VMUX_SVIDEO,
1492 [CX88_BOARD_POWERCOLOR_REAL_ANGEL] = {
1493 .name = "PowerColor Real Angel 330",
1494 .tuner_type = TUNER_XC2028,
1497 .type = CX88_VMUX_TELEVISION,
1503 .type = CX88_VMUX_COMPOSITE1,
1509 .type = CX88_VMUX_SVIDEO,
1522 [CX88_BOARD_GENIATECH_X8000_MT] = {
1523 /* Also PowerColor Real Angel 330 and Geniatech X800 OEM */
1524 .name = "Geniatech X8000-MT DVBT",
1525 .tuner_type = TUNER_XC2028,
1528 .type = CX88_VMUX_TELEVISION,
1530 .gpio0 = 0x00000000,
1531 .gpio1 = 0x00e3e341,
1532 .gpio2 = 0x00000000,
1533 .gpio3 = 0x00000000,
1535 .type = CX88_VMUX_COMPOSITE1,
1537 .gpio0 = 0x00000000,
1538 .gpio1 = 0x00e3e361,
1539 .gpio2 = 0x00000000,
1540 .gpio3 = 0x00000000,
1542 .type = CX88_VMUX_SVIDEO,
1544 .gpio0 = 0x00000000,
1545 .gpio1 = 0x00e3e361,
1546 .gpio2 = 0x00000000,
1547 .gpio3 = 0x00000000,
1551 .gpio0 = 0x00000000,
1552 .gpio1 = 0x00e3e341,
1553 .gpio2 = 0x00000000,
1554 .gpio3 = 0x00000000,
1556 .mpeg = CX88_MPEG_DVB,
1558 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO] = {
1559 .name = "DViCO FusionHDTV DVB-T PRO",
1560 .tuner_type = TUNER_ABSENT, /* XXX: Has XC3028 */
1561 .radio_type = UNSET,
1562 .tuner_addr = ADDR_UNSET,
1563 .radio_addr = ADDR_UNSET,
1565 .type = CX88_VMUX_COMPOSITE1,
1567 .gpio0 = 0x000067df,
1569 .type = CX88_VMUX_SVIDEO,
1571 .gpio0 = 0x000067df,
1573 .mpeg = CX88_MPEG_DVB,
1575 [CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD] = {
1576 .name = "DViCO FusionHDTV 7 Gold",
1577 .tuner_type = TUNER_XC5000,
1578 .radio_type = UNSET,
1579 .tuner_addr = ADDR_UNSET,
1580 .radio_addr = ADDR_UNSET,
1582 .type = CX88_VMUX_TELEVISION,
1586 .type = CX88_VMUX_COMPOSITE1,
1590 .type = CX88_VMUX_SVIDEO,
1594 .mpeg = CX88_MPEG_DVB,
1596 [CX88_BOARD_PROLINK_PV_8000GT] = {
1597 .name = "Prolink Pixelview MPEG 8000GT",
1598 .tuner_type = TUNER_XC2028,
1601 .type = CX88_VMUX_TELEVISION,
1606 .type = CX88_VMUX_COMPOSITE1,
1610 .type = CX88_VMUX_SVIDEO,
1619 /* Both radio, analog and ATSC work with this board.
1620 However, for analog to work, s5h1409 gate should be open,
1621 otherwise, tuner-xc3028 won't be detected.
1622 A proper fix require using the newer i2c methods to add
1623 tuner-xc3028 without doing an i2c probe.
1625 [CX88_BOARD_KWORLD_ATSC_120] = {
1626 .name = "Kworld PlusTV HD PCI 120 (ATSC 120)",
1627 .tuner_type = TUNER_XC2028,
1628 .radio_type = UNSET,
1629 .tuner_addr = ADDR_UNSET,
1630 .radio_addr = ADDR_UNSET,
1632 .type = CX88_VMUX_TELEVISION,
1634 .gpio0 = 0x000000ff,
1635 .gpio1 = 0x0000f35d,
1636 .gpio2 = 0x00000000,
1638 .type = CX88_VMUX_COMPOSITE1,
1640 .gpio0 = 0x000000ff,
1641 .gpio1 = 0x0000f37e,
1642 .gpio2 = 0x00000000,
1644 .type = CX88_VMUX_SVIDEO,
1646 .gpio0 = 0x000000ff,
1647 .gpio1 = 0x0000f37e,
1648 .gpio2 = 0x00000000,
1652 .gpio0 = 0x000000ff,
1653 .gpio1 = 0x0000f35d,
1654 .gpio2 = 0x00000000,
1656 .mpeg = CX88_MPEG_DVB,
1660 /* ------------------------------------------------------------------ */
1661 /* PCI subsystem IDs */
1663 static const struct cx88_subid cx88_subids[] = {
1665 .subvendor = 0x0070,
1666 .subdevice = 0x3400,
1667 .card = CX88_BOARD_HAUPPAUGE,
1669 .subvendor = 0x0070,
1670 .subdevice = 0x3401,
1671 .card = CX88_BOARD_HAUPPAUGE,
1673 .subvendor = 0x14c7,
1674 .subdevice = 0x0106,
1675 .card = CX88_BOARD_GDI,
1677 .subvendor = 0x14c7,
1678 .subdevice = 0x0107, /* with mpeg encoder */
1679 .card = CX88_BOARD_GDI,
1681 .subvendor = PCI_VENDOR_ID_ATI,
1682 .subdevice = 0x00f8,
1683 .card = CX88_BOARD_ATI_WONDER_PRO,
1685 .subvendor = 0x107d,
1686 .subdevice = 0x6611,
1687 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1689 .subvendor = 0x107d,
1690 .subdevice = 0x6613, /* NTSC */
1691 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1693 .subvendor = 0x107d,
1694 .subdevice = 0x6620,
1695 .card = CX88_BOARD_WINFAST_DV2000,
1697 .subvendor = 0x107d,
1698 .subdevice = 0x663b,
1699 .card = CX88_BOARD_LEADTEK_PVR2000,
1701 .subvendor = 0x107d,
1702 .subdevice = 0x663c,
1703 .card = CX88_BOARD_LEADTEK_PVR2000,
1705 .subvendor = 0x1461,
1706 .subdevice = 0x000b,
1707 .card = CX88_BOARD_AVERTV_STUDIO_303,
1709 .subvendor = 0x1462,
1710 .subdevice = 0x8606,
1711 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1713 .subvendor = 0x10fc,
1714 .subdevice = 0xd003,
1715 .card = CX88_BOARD_IODATA_GVVCP3PCI,
1717 .subvendor = 0x1043,
1718 .subdevice = 0x4823, /* with mpeg encoder */
1719 .card = CX88_BOARD_ASUS_PVR_416,
1721 .subvendor = 0x17de,
1722 .subdevice = 0x08a6,
1723 .card = CX88_BOARD_KWORLD_DVB_T,
1725 .subvendor = 0x18ac,
1726 .subdevice = 0xd810,
1727 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1729 .subvendor = 0x18ac,
1730 .subdevice = 0xd820,
1731 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1733 .subvendor = 0x18ac,
1734 .subdevice = 0xdb00,
1735 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1737 .subvendor = 0x0070,
1738 .subdevice = 0x9002,
1739 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1741 .subvendor = 0x14f1,
1742 .subdevice = 0x0187,
1743 .card = CX88_BOARD_CONEXANT_DVB_T1,
1745 .subvendor = 0x1540,
1746 .subdevice = 0x2580,
1747 .card = CX88_BOARD_PROVIDEO_PV259,
1749 .subvendor = 0x18ac,
1750 .subdevice = 0xdb10,
1751 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1753 .subvendor = 0x1554,
1754 .subdevice = 0x4811,
1755 .card = CX88_BOARD_PIXELVIEW,
1757 .subvendor = 0x7063,
1758 .subdevice = 0x3000, /* HD-3000 card */
1759 .card = CX88_BOARD_PCHDTV_HD3000,
1761 .subvendor = 0x17de,
1762 .subdevice = 0xa8a6,
1763 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1765 .subvendor = 0x0070,
1766 .subdevice = 0x2801,
1767 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1769 .subvendor = 0x14f1,
1770 .subdevice = 0x0342,
1771 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1773 .subvendor = 0x10fc,
1774 .subdevice = 0xd035,
1775 .card = CX88_BOARD_IODATA_GVBCTV7E,
1777 .subvendor = 0x1421,
1778 .subdevice = 0x0334,
1779 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
1781 .subvendor = 0x153b,
1782 .subdevice = 0x1166,
1783 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
1785 .subvendor = 0x18ac,
1786 .subdevice = 0xd500,
1787 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
1789 .subvendor = 0x1461,
1790 .subdevice = 0x8011,
1791 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
1793 .subvendor = PCI_VENDOR_ID_ATI,
1794 .subdevice = 0xa101,
1795 .card = CX88_BOARD_ATI_HDTVWONDER,
1797 .subvendor = 0x107d,
1798 .subdevice = 0x665f,
1799 .card = CX88_BOARD_WINFAST_DTV1000,
1801 .subvendor = 0x1461,
1802 .subdevice = 0x000a,
1803 .card = CX88_BOARD_AVERTV_303,
1805 .subvendor = 0x0070,
1806 .subdevice = 0x9200,
1807 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1809 .subvendor = 0x0070,
1810 .subdevice = 0x9201,
1811 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1813 .subvendor = 0x0070,
1814 .subdevice = 0x9202,
1815 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1817 .subvendor = 0x17de,
1818 .subdevice = 0x08b2,
1819 .card = CX88_BOARD_KWORLD_DVBS_100,
1821 .subvendor = 0x0070,
1822 .subdevice = 0x9400,
1823 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1825 .subvendor = 0x0070,
1826 .subdevice = 0x9402,
1827 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1829 .subvendor = 0x0070,
1830 .subdevice = 0x9800,
1831 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1833 .subvendor = 0x0070,
1834 .subdevice = 0x9802,
1835 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1837 .subvendor = 0x0070,
1838 .subdevice = 0x9001,
1839 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1841 .subvendor = 0x1822,
1842 .subdevice = 0x0025,
1843 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1845 .subvendor = 0x17de,
1846 .subdevice = 0x08a1,
1847 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
1849 .subvendor = 0x18ac,
1850 .subdevice = 0xdb50,
1851 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1853 .subvendor = 0x18ac,
1854 .subdevice = 0xdb54,
1855 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1856 /* Re-branded DViCO: DigitalNow DVB-T Dual */
1858 .subvendor = 0x18ac,
1859 .subdevice = 0xdb11,
1860 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1861 /* Re-branded DViCO: UltraView DVB-T Plus */
1863 .subvendor = 0x18ac,
1864 .subdevice = 0xdb30,
1865 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO,
1867 .subvendor = 0x17de,
1868 .subdevice = 0x0840,
1869 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1871 .subvendor = 0x1421,
1872 .subdevice = 0x0305,
1873 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1875 .subvendor = 0x18ac,
1876 .subdevice = 0xdb40,
1877 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1879 .subvendor = 0x18ac,
1880 .subdevice = 0xdb44,
1881 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1883 .subvendor = 0x7063,
1884 .subdevice = 0x5500,
1885 .card = CX88_BOARD_PCHDTV_HD5500,
1887 .subvendor = 0x17de,
1888 .subdevice = 0x0841,
1889 .card = CX88_BOARD_KWORLD_MCE200_DELUXE,
1891 .subvendor = 0x1822,
1892 .subdevice = 0x0019,
1893 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1895 .subvendor = 0x1554,
1896 .subdevice = 0x4813,
1897 .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000,
1899 .subvendor = 0x14f1,
1900 .subdevice = 0x0842,
1901 .card = CX88_BOARD_NPGTECH_REALTV_TOP10FM,
1903 .subvendor = 0x107d,
1904 .subdevice = 0x665e,
1905 .card = CX88_BOARD_WINFAST_DTV2000H,
1907 .subvendor = 0x18ac,
1908 .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
1909 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1911 .subvendor = 0x14f1,
1912 .subdevice = 0x0084,
1913 .card = CX88_BOARD_GENIATECH_DVBS,
1915 .subvendor = 0x0070,
1916 .subdevice = 0x1404,
1917 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1919 .subvendor = 0x1461,
1920 .subdevice = 0xc111, /* AverMedia M150-D */
1921 /* This board is known to work with the ASUS PVR416 config */
1922 .card = CX88_BOARD_ASUS_PVR_416,
1924 .subvendor = 0xc180,
1925 .subdevice = 0xc980,
1926 .card = CX88_BOARD_TE_DTV_250_OEM_SWANN,
1928 .subvendor = 0x0070,
1929 .subdevice = 0x9600,
1930 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1932 .subvendor = 0x0070,
1933 .subdevice = 0x9601,
1934 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1936 .subvendor = 0x0070,
1937 .subdevice = 0x9602,
1938 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1940 .subvendor = 0x107d,
1941 .subdevice = 0x6632,
1942 .card = CX88_BOARD_LEADTEK_PVR2000,
1944 .subvendor = 0x12ab,
1945 .subdevice = 0x2300, /* Club3D Zap TV2100 */
1946 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
1948 .subvendor = 0x0070,
1949 .subdevice = 0x9000,
1950 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1952 .subvendor = 0x0070,
1953 .subdevice = 0x1400,
1954 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1956 .subvendor = 0x0070,
1957 .subdevice = 0x1401,
1958 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1960 .subvendor = 0x0070,
1961 .subdevice = 0x1402,
1962 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1964 .subvendor = 0x1421,
1965 .subdevice = 0x0341, /* ADS Tech InstantTV DVB-S */
1966 .card = CX88_BOARD_KWORLD_DVBS_100,
1968 .subvendor = 0x1421,
1969 .subdevice = 0x0390,
1970 .card = CX88_BOARD_ADSTECH_PTV_390,
1972 .subvendor = 0x11bd,
1973 .subdevice = 0x0051,
1974 .card = CX88_BOARD_PINNACLE_PCTV_HD_800i,
1976 .subvendor = 0x18ac,
1977 .subdevice = 0xd530,
1978 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO,
1980 .subvendor = 0x12ab,
1981 .subdevice = 0x1788,
1982 .card = CX88_BOARD_PINNACLE_HYBRID_PCTV,
1984 .subvendor = 0x14f1,
1985 .subdevice = 0xea3d,
1986 .card = CX88_BOARD_POWERCOLOR_REAL_ANGEL,
1988 .subvendor = 0x107d,
1989 .subdevice = 0x6f18,
1990 .card = CX88_BOARD_WINFAST_TV2000_XP_GLOBAL,
1992 .subvendor = 0x14f1,
1993 .subdevice = 0x8852,
1994 .card = CX88_BOARD_GENIATECH_X8000_MT,
1996 .subvendor = 0x18ac,
1997 .subdevice = 0xd610,
1998 .card = CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD,
2000 .subvendor = 0x1554,
2001 .subdevice = 0x4935,
2002 .card = CX88_BOARD_PROLINK_PV_8000GT,
2004 .subvendor = 0x17de,
2005 .subdevice = 0x08c1,
2006 .card = CX88_BOARD_KWORLD_ATSC_120,
2010 /* ----------------------------------------------------------------------- */
2011 /* some leadtek specific stuff */
2013 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
2015 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
2018 * Byte 0 is 1 on the NTSC board.
2021 if (eeprom_data[4] != 0x7d ||
2022 eeprom_data[5] != 0x10 ||
2023 eeprom_data[7] != 0x66) {
2024 warn_printk(core, "Leadtek eeprom invalid.\n");
2028 core->board.tuner_type = (eeprom_data[6] == 0x13) ?
2029 TUNER_PHILIPS_FM1236_MK3 : TUNER_PHILIPS_FM1216ME_MK3;
2031 info_printk(core, "Leadtek Winfast 2000XP Expert config: "
2032 "tuner=%d, eeprom[0]=0x%02x\n",
2033 core->board.tuner_type, eeprom_data[0]);
2036 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
2040 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
2041 core->board.tuner_type = tv.tuner_type;
2042 core->tuner_formats = tv.tuner_formats;
2043 core->board.radio.type = tv.has_radio ? CX88_RADIO : 0;
2045 /* Make sure we support the board model */
2048 case 14009: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in) */
2049 case 14019: /* WinTV-HVR3000 (Retail, IR Blaster, b/panel video, 3.5mm audio in) */
2050 case 14029: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge) */
2051 case 14109: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - low profile) */
2052 case 14129: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge - LP) */
2053 case 14559: /* WinTV-HVR3000 (OEM, no IR, b/panel video, 3.5mm audio in) */
2054 case 14569: /* WinTV-HVR3000 (OEM, no IR, no back panel video) */
2055 case 14659: /* WinTV-HVR3000 (OEM, no IR, b/panel video, RCA audio in - Low profile) */
2056 case 14669: /* WinTV-HVR3000 (OEM, no IR, no b/panel video - Low profile) */
2057 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
2058 case 34519: /* WinTV-PCI-FM */
2059 case 90002: /* Nova-T-PCI (9002) */
2060 case 92001: /* Nova-S-Plus (Video and IR) */
2061 case 92002: /* Nova-S-Plus (Video and IR) */
2062 case 90003: /* Nova-T-PCI (9002 No RF out) */
2063 case 90500: /* Nova-T-PCI (oem) */
2064 case 90501: /* Nova-T-PCI (oem/IR) */
2065 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
2066 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
2067 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
2068 case 96009: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX) */
2069 case 96019: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX/TX) */
2070 case 96559: /* WinTV-HVR1300 (PAL Video, MPEG Video no IR) */
2071 case 96569: /* WinTV-HVR1300 () */
2072 case 96659: /* WinTV-HVR1300 () */
2073 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
2077 warn_printk(core, "warning: unknown hauppauge model #%d\n",
2082 info_printk(core, "hauppauge eeprom: model=%d\n", tv.model);
2085 /* ----------------------------------------------------------------------- */
2086 /* some GDI (was: Modular Technology) specific stuff */
2093 [ 0x01 ] = { .id = TUNER_ABSENT,
2095 [ 0x02 ] = { .id = TUNER_ABSENT,
2097 [ 0x03 ] = { .id = TUNER_ABSENT,
2099 [ 0x04 ] = { .id = TUNER_ABSENT,
2101 [ 0x05 ] = { .id = TUNER_ABSENT,
2104 [ 0x10 ] = { .id = TUNER_ABSENT,
2106 .name = "TEMIC_4049" },
2107 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
2108 .name = "TEMIC_4136" },
2109 [ 0x12 ] = { .id = TUNER_ABSENT,
2110 .name = "TEMIC_4146" },
2112 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
2114 .name = "PHILIPS_FQ1216_MK3" },
2115 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
2116 .name = "PHILIPS_FQ1236_MK3" },
2117 [ 0x22 ] = { .id = TUNER_ABSENT,
2118 .name = "PHILIPS_FI1236_MK3" },
2119 [ 0x23 ] = { .id = TUNER_ABSENT,
2120 .name = "PHILIPS_FI1216_MK3" },
2123 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
2125 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
2126 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
2128 info_printk(core, "GDI: tuner=%s\n", name ? name : "unknown");
2131 core->board.tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
2132 core->board.radio.type = gdi_tuner[eeprom_data[0x0d]].fm ?
2136 /* ------------------------------------------------------------------- */
2137 /* some Divco specific stuff */
2138 static int cx88_dvico_xc2028_callback(struct cx88_core *core,
2139 int command, int arg)
2142 case XC2028_TUNER_RESET:
2143 cx_write(MO_GP0_IO, 0x101000);
2145 cx_set(MO_GP0_IO, 0x101010);
2155 /* ----------------------------------------------------------------------- */
2156 /* some Geniatech specific stuff */
2158 static int cx88_xc3028_geniatech_tuner_callback(struct cx88_core *core,
2159 int command, int mode)
2162 case XC2028_TUNER_RESET:
2163 switch (INPUT(core->input).type) {
2167 cx_write(MO_GP1_IO, 0x030302);
2171 cx_write(MO_GP1_IO, 0x030301);
2174 cx_write(MO_GP1_IO, 0x101010);
2176 cx_write(MO_GP1_IO, 0x101000);
2178 cx_write(MO_GP1_IO, 0x101010);
2185 /* ------------------------------------------------------------------- */
2186 /* some Divco specific stuff */
2187 static int cx88_pv_8000gt_callback(struct cx88_core *core,
2188 int command, int arg)
2191 case XC2028_TUNER_RESET:
2192 cx_write(MO_GP2_IO, 0xcf7);
2194 cx_write(MO_GP2_IO, 0xef5);
2196 cx_write(MO_GP2_IO, 0xcf7);
2205 /* ----------------------------------------------------------------------- */
2206 /* some DViCO specific stuff */
2208 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
2210 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
2212 static u8 init_bufs[13][5] = {
2213 { 0x10, 0x00, 0x20, 0x01, 0x03 },
2214 { 0x10, 0x10, 0x01, 0x00, 0x21 },
2215 { 0x10, 0x10, 0x10, 0x00, 0xCA },
2216 { 0x10, 0x10, 0x12, 0x00, 0x08 },
2217 { 0x10, 0x10, 0x13, 0x00, 0x0A },
2218 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
2219 { 0x10, 0x10, 0x22, 0x01, 0x3D },
2220 { 0x10, 0x10, 0x73, 0x01, 0x2E },
2221 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
2222 { 0x10, 0x10, 0x71, 0x01, 0x97 },
2223 { 0x10, 0x10, 0x70, 0x00, 0x0F },
2224 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
2228 for (i = 0; i < ARRAY_SIZE(init_bufs); i++) {
2229 msg.buf = init_bufs[i];
2230 msg.len = (i != 12 ? 5 : 2);
2231 err = i2c_transfer(&core->i2c_adap, &msg, 1);
2233 warn_printk(core, "dvico_fusionhdtv_hybrid_init buf %d "
2234 "failed (err = %d)!\n", i, err);
2240 static int cx88_xc2028_tuner_callback(struct cx88_core *core,
2241 int command, int arg)
2243 /* Board-specific callbacks */
2244 switch (core->boardnr) {
2245 case CX88_BOARD_WINFAST_TV2000_XP_GLOBAL:
2246 case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
2247 case CX88_BOARD_GENIATECH_X8000_MT:
2248 case CX88_BOARD_KWORLD_ATSC_120:
2249 return cx88_xc3028_geniatech_tuner_callback(core,
2251 case CX88_BOARD_PROLINK_PV_8000GT:
2252 return cx88_pv_8000gt_callback(core, command, arg);
2253 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2254 return cx88_dvico_xc2028_callback(core, command, arg);
2258 case XC2028_TUNER_RESET:
2259 switch (INPUT(core->input).type) {
2261 info_printk(core, "setting GPIO to radio!\n");
2262 cx_write(MO_GP0_IO, 0x4ff);
2264 cx_write(MO_GP2_IO, 0xff);
2267 case CX88_VMUX_DVB: /* Digital TV*/
2268 default: /* Analog TV */
2269 info_printk(core, "setting GPIO to TV!\n");
2272 cx_write(MO_GP1_IO, 0x101010);
2274 cx_write(MO_GP1_IO, 0x101000);
2276 cx_write(MO_GP1_IO, 0x101010);
2283 /* ----------------------------------------------------------------------- */
2284 /* Tuner callback function. Currently only needed for the Pinnacle *
2285 * PCTV HD 800i with an xc5000 sillicon tuner. This is used for both *
2286 * analog tuner attach (tuner-core.c) and dvb tuner attach (cx88-dvb.c) */
2288 static int cx88_xc5000_tuner_callback(struct cx88_core *core,
2289 int command, int arg)
2291 switch (core->boardnr) {
2292 case CX88_BOARD_PINNACLE_PCTV_HD_800i:
2293 if (command == 0) { /* This is the reset command from xc5000 */
2294 /* Reset XC5000 tuner via SYS_RSTO_pin */
2295 cx_write(MO_SRST_IO, 0);
2297 cx_write(MO_SRST_IO, 1);
2300 err_printk(core, "xc5000: unknown tuner "
2301 "callback command.\n");
2305 case CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD:
2306 if (command == 0) { /* This is the reset command from xc5000 */
2307 cx_clear(MO_GP0_IO, 0x00000010);
2309 cx_set(MO_GP0_IO, 0x00000010);
2313 "xc5000: unknown tuner callback command.\n");
2318 return 0; /* Should never be here */
2321 int cx88_tuner_callback(void *priv, int command, int arg)
2323 struct i2c_algo_bit_data *i2c_algo = priv;
2324 struct cx88_core *core;
2327 printk(KERN_ERR "cx88: Error - i2c private data undefined.\n");
2331 core = i2c_algo->data;
2334 printk(KERN_ERR "cx88: Error - device struct undefined.\n");
2338 switch (core->board.tuner_type) {
2340 info_printk(core, "Calling XC2028/3028 callback\n");
2341 return cx88_xc2028_tuner_callback(core, command, arg);
2343 info_printk(core, "Calling XC5000 callback\n");
2344 return cx88_xc5000_tuner_callback(core, command, arg);
2346 err_printk(core, "Error: Calling callback for tuner %d\n",
2347 core->board.tuner_type);
2350 EXPORT_SYMBOL(cx88_tuner_callback);
2352 /* ----------------------------------------------------------------------- */
2354 static void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
2358 if (0 == pci->subsystem_vendor &&
2359 0 == pci->subsystem_device) {
2361 "%s: Your board has no valid PCI Subsystem ID and thus can't\n"
2362 "%s: be autodetected. Please pass card=<n> insmod option to\n"
2363 "%s: workaround that. Redirect complaints to the vendor of\n"
2364 "%s: the TV card. Best regards,\n"
2366 core->name,core->name,core->name,core->name,core->name);
2369 "%s: Your board isn't known (yet) to the driver. You can\n"
2370 "%s: try to pick one of the existing card configs via\n"
2371 "%s: card=<n> insmod option. Updating to the latest\n"
2372 "%s: version might help as well.\n",
2373 core->name,core->name,core->name,core->name);
2375 err_printk(core, "Here is a list of valid choices for the card=<n> "
2376 "insmod option:\n");
2377 for (i = 0; i < ARRAY_SIZE(cx88_boards); i++)
2378 printk(KERN_ERR "%s: card=%d -> %s\n",
2379 core->name, i, cx88_boards[i].name);
2382 static void cx88_card_setup_pre_i2c(struct cx88_core *core)
2384 switch (core->boardnr) {
2385 case CX88_BOARD_HAUPPAUGE_HVR1300:
2386 /* Bring the 702 demod up before i2c scanning/attach or devices are hidden */
2387 /* We leave here with the 702 on the bus */
2388 cx_write(MO_GP0_IO, 0x0000e780);
2390 cx_clear(MO_GP0_IO, 0x00000080);
2392 cx_set(MO_GP0_IO, 0x00000080); /* 702 out of reset */
2396 case CX88_BOARD_PROLINK_PV_8000GT:
2397 cx_write(MO_GP2_IO, 0xcf7);
2399 cx_write(MO_GP2_IO, 0xef5);
2401 cx_write(MO_GP2_IO, 0xcf7);
2405 case CX88_BOARD_DVICO_FUSIONHDTV_7_GOLD:
2406 /* Enable the xc5000 tuner */
2407 cx_set(MO_GP0_IO, 0x00001010);
2413 * Sets board-dependent xc3028 configuration
2415 void cx88_setup_xc3028(struct cx88_core *core, struct xc2028_ctrl *ctl)
2417 memset(ctl, 0, sizeof(*ctl));
2419 ctl->fname = XC2028_DEFAULT_FIRMWARE;
2422 switch (core->boardnr) {
2423 case CX88_BOARD_POWERCOLOR_REAL_ANGEL:
2424 /* Doesn't work with firmware version 2.7 */
2425 ctl->fname = "xc3028-v25.fw";
2427 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2428 ctl->scode_table = XC3028_FE_ZARLINK456;
2430 case CX88_BOARD_KWORLD_ATSC_120:
2431 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO:
2432 ctl->demod = XC3028_FE_OREN538;
2434 case CX88_BOARD_PROLINK_PV_8000GT:
2436 * This board uses non-MTS firmware
2440 ctl->demod = XC3028_FE_OREN538;
2444 EXPORT_SYMBOL_GPL(cx88_setup_xc3028);
2446 static void cx88_card_setup(struct cx88_core *core)
2448 static u8 eeprom[256];
2450 if (0 == core->i2c_rc) {
2451 core->i2c_client.addr = 0xa0 >> 1;
2452 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
2455 switch (core->boardnr) {
2456 case CX88_BOARD_HAUPPAUGE:
2457 case CX88_BOARD_HAUPPAUGE_ROSLYN:
2458 if (0 == core->i2c_rc)
2459 hauppauge_eeprom(core,eeprom+8);
2461 case CX88_BOARD_GDI:
2462 if (0 == core->i2c_rc)
2463 gdi_eeprom(core,eeprom);
2465 case CX88_BOARD_WINFAST2000XP_EXPERT:
2466 if (0 == core->i2c_rc)
2467 leadtek_eeprom(core,eeprom);
2469 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
2470 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
2471 case CX88_BOARD_HAUPPAUGE_DVB_T1:
2472 case CX88_BOARD_HAUPPAUGE_HVR1100:
2473 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
2474 case CX88_BOARD_HAUPPAUGE_HVR3000:
2475 case CX88_BOARD_HAUPPAUGE_HVR1300:
2476 if (0 == core->i2c_rc)
2477 hauppauge_eeprom(core,eeprom);
2479 case CX88_BOARD_KWORLD_DVBS_100:
2480 cx_write(MO_GP0_IO, 0x000007f8);
2481 cx_write(MO_GP1_IO, 0x00000001);
2483 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2484 /* GPIO0:0 is hooked to demod reset */
2485 /* GPIO0:4 is hooked to xc3028 reset */
2486 cx_write(MO_GP0_IO, 0x00111100);
2488 cx_write(MO_GP0_IO, 0x00111111);
2490 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
2491 /* GPIO0:6 is hooked to FX2 reset pin */
2492 cx_set(MO_GP0_IO, 0x00004040);
2493 cx_clear(MO_GP0_IO, 0x00000040);
2495 cx_set(MO_GP0_IO, 0x00004040);
2497 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
2498 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
2499 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
2500 /* GPIO0:0 is hooked to mt352 reset pin */
2501 cx_set(MO_GP0_IO, 0x00000101);
2502 cx_clear(MO_GP0_IO, 0x00000001);
2504 cx_set(MO_GP0_IO, 0x00000101);
2505 if (0 == core->i2c_rc &&
2506 core->boardnr == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
2507 dvico_fusionhdtv_hybrid_init(core);
2509 case CX88_BOARD_KWORLD_DVB_T:
2510 case CX88_BOARD_DNTV_LIVE_DVB_T:
2511 cx_set(MO_GP0_IO, 0x00000707);
2512 cx_set(MO_GP2_IO, 0x00000101);
2513 cx_clear(MO_GP2_IO, 0x00000001);
2515 cx_clear(MO_GP0_IO, 0x00000007);
2516 cx_set(MO_GP2_IO, 0x00000101);
2518 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
2519 cx_write(MO_GP0_IO, 0x00080808);
2521 case CX88_BOARD_ATI_HDTVWONDER:
2522 if (0 == core->i2c_rc) {
2525 static const u8 buffer [][2] = {
2532 core->i2c_client.addr = 0x0a;
2534 for (i = 0; i < ARRAY_SIZE(buffer); i++)
2535 if (2 != i2c_master_send(&core->i2c_client,
2537 warn_printk(core, "Unable to enable "
2541 case CX88_BOARD_MSI_TVANYWHERE_MASTER:
2543 struct v4l2_priv_tun_config tea5767_cfg;
2544 struct tea5767_ctrl ctl;
2546 memset(&ctl, 0, sizeof(ctl));
2551 ctl.xtal_freq = TEA5767_HIGH_LO_13MHz;
2553 tea5767_cfg.tuner = TUNER_TEA5767;
2554 tea5767_cfg.priv = &ctl;
2556 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &tea5767_cfg);
2560 if (core->board.tuner_type == TUNER_XC2028) {
2561 struct v4l2_priv_tun_config xc2028_cfg;
2562 struct xc2028_ctrl ctl;
2564 /* Fills device-dependent initialization parameters */
2565 cx88_setup_xc3028(core, &ctl);
2567 /* Sends parameters to xc2028/3028 tuner */
2568 memset(&xc2028_cfg, 0, sizeof(xc2028_cfg));
2569 xc2028_cfg.tuner = TUNER_XC2028;
2570 xc2028_cfg.priv = &ctl;
2571 info_printk(core, "Asking xc2028/3028 to load firmware %s\n",
2573 cx88_call_i2c_clients(core, TUNER_SET_CONFIG, &xc2028_cfg);
2577 /* ------------------------------------------------------------------ */
2579 static int cx88_pci_quirks(const char *name, struct pci_dev *pci)
2581 unsigned int lat = UNSET;
2585 /* check pci quirks */
2586 if (pci_pci_problems & PCIPCI_TRITON) {
2587 printk(KERN_INFO "%s: quirk: PCIPCI_TRITON -- set TBFX\n",
2589 ctrl |= CX88X_EN_TBFX;
2591 if (pci_pci_problems & PCIPCI_NATOMA) {
2592 printk(KERN_INFO "%s: quirk: PCIPCI_NATOMA -- set TBFX\n",
2594 ctrl |= CX88X_EN_TBFX;
2596 if (pci_pci_problems & PCIPCI_VIAETBF) {
2597 printk(KERN_INFO "%s: quirk: PCIPCI_VIAETBF -- set TBFX\n",
2599 ctrl |= CX88X_EN_TBFX;
2601 if (pci_pci_problems & PCIPCI_VSFX) {
2602 printk(KERN_INFO "%s: quirk: PCIPCI_VSFX -- set VSFX\n",
2604 ctrl |= CX88X_EN_VSFX;
2606 #ifdef PCIPCI_ALIMAGIK
2607 if (pci_pci_problems & PCIPCI_ALIMAGIK) {
2608 printk(KERN_INFO "%s: quirk: PCIPCI_ALIMAGIK -- latency fixup\n",
2614 /* check insmod options */
2615 if (UNSET != latency)
2620 pci_read_config_byte(pci, CX88X_DEVCTRL, &value);
2622 pci_write_config_byte(pci, CX88X_DEVCTRL, value);
2625 printk(KERN_INFO "%s: setting pci latency timer to %d\n",
2627 pci_write_config_byte(pci, PCI_LATENCY_TIMER, latency);
2632 int cx88_get_resources(const struct cx88_core *core, struct pci_dev *pci)
2634 if (request_mem_region(pci_resource_start(pci,0),
2635 pci_resource_len(pci,0),
2639 "%s/%d: Can't get MMIO memory @ 0x%llx, subsystem: %04x:%04x\n",
2640 core->name, PCI_FUNC(pci->devfn),
2641 (unsigned long long)pci_resource_start(pci, 0),
2642 pci->subsystem_vendor, pci->subsystem_device);
2646 /* Allocate and initialize the cx88 core struct. One should hold the
2647 * devlist mutex before calling this. */
2648 struct cx88_core *cx88_core_create(struct pci_dev *pci, int nr)
2650 struct cx88_core *core;
2653 core = kzalloc(sizeof(*core), GFP_KERNEL);
2655 atomic_inc(&core->refcount);
2656 core->pci_bus = pci->bus->number;
2657 core->pci_slot = PCI_SLOT(pci->devfn);
2658 core->pci_irqmask = PCI_INT_RISC_RD_BERRINT | PCI_INT_RISC_WR_BERRINT |
2659 PCI_INT_BRDG_BERRINT | PCI_INT_SRC_DMA_BERRINT |
2660 PCI_INT_DST_DMA_BERRINT | PCI_INT_IPB_DMA_BERRINT;
2661 mutex_init(&core->lock);
2664 sprintf(core->name, "cx88[%d]", core->nr);
2665 if (0 != cx88_get_resources(core, pci)) {
2671 cx88_pci_quirks(core->name, pci);
2672 core->lmmio = ioremap(pci_resource_start(pci, 0),
2673 pci_resource_len(pci, 0));
2674 core->bmmio = (u8 __iomem *)core->lmmio;
2677 core->boardnr = UNSET;
2678 if (card[core->nr] < ARRAY_SIZE(cx88_boards))
2679 core->boardnr = card[core->nr];
2680 for (i = 0; UNSET == core->boardnr && i < ARRAY_SIZE(cx88_subids); i++)
2681 if (pci->subsystem_vendor == cx88_subids[i].subvendor &&
2682 pci->subsystem_device == cx88_subids[i].subdevice)
2683 core->boardnr = cx88_subids[i].card;
2684 if (UNSET == core->boardnr) {
2685 core->boardnr = CX88_BOARD_UNKNOWN;
2686 cx88_card_list(core, pci);
2689 memcpy(&core->board, &cx88_boards[core->boardnr], sizeof(core->board));
2691 info_printk(core, "subsystem: %04x:%04x, board: %s [card=%d,%s]\n",
2692 pci->subsystem_vendor, pci->subsystem_device, core->board.name,
2693 core->boardnr, card[core->nr] == core->boardnr ?
2694 "insmod option" : "autodetected");
2696 if (tuner[core->nr] != UNSET)
2697 core->board.tuner_type = tuner[core->nr];
2698 if (radio[core->nr] != UNSET)
2699 core->board.radio_type = radio[core->nr];
2701 info_printk(core, "TV tuner type %d, Radio tuner type %d\n",
2702 core->board.tuner_type, core->board.radio_type);
2706 cx88_card_setup_pre_i2c(core);
2707 cx88_i2c_init(core, pci);
2709 /* load tuner module, if needed */
2710 if (TUNER_ABSENT != core->board.tuner_type)
2711 request_module("tuner");
2713 cx88_call_i2c_clients (core, TUNER_SET_STANDBY, NULL);
2714 cx88_card_setup(core);
2715 cx88_ir_init(core, pci);