3 * device driver for Conexant 2388x based TV cards
6 * (c) 2003 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
23 #include <linux/init.h>
24 #include <linux/module.h>
25 #include <linux/pci.h>
26 #include <linux/delay.h>
30 /* ------------------------------------------------------------------ */
31 /* board config info */
33 struct cx88_board cx88_boards[] = {
34 [CX88_BOARD_UNKNOWN] = {
35 .name = "UNKNOWN/GENERIC",
38 .tuner_addr = ADDR_UNSET,
39 .radio_addr = ADDR_UNSET,
41 .type = CX88_VMUX_COMPOSITE1,
44 .type = CX88_VMUX_COMPOSITE2,
47 .type = CX88_VMUX_COMPOSITE3,
50 .type = CX88_VMUX_COMPOSITE4,
54 [CX88_BOARD_HAUPPAUGE] = {
55 .name = "Hauppauge WinTV 34xxx models",
58 .tuner_addr = ADDR_UNSET,
59 .radio_addr = ADDR_UNSET,
60 .tda9887_conf = TDA9887_PRESENT,
62 .type = CX88_VMUX_TELEVISION,
64 .gpio0 = 0xff00, // internal decoder
66 .type = CX88_VMUX_DEBUG,
68 .gpio0 = 0xff01, // mono from tuner chip
70 .type = CX88_VMUX_COMPOSITE1,
74 .type = CX88_VMUX_SVIDEO,
84 .name = "GDI Black Gold",
87 .tuner_addr = ADDR_UNSET,
88 .radio_addr = ADDR_UNSET,
90 .type = CX88_VMUX_TELEVISION,
93 .type = CX88_VMUX_SVIDEO,
97 [CX88_BOARD_PIXELVIEW] = {
99 .tuner_type = TUNER_PHILIPS_PAL,
101 .tuner_addr = ADDR_UNSET,
102 .radio_addr = ADDR_UNSET,
104 .type = CX88_VMUX_TELEVISION,
106 .gpio0 = 0xff00, // internal decoder
108 .type = CX88_VMUX_COMPOSITE1,
111 .type = CX88_VMUX_SVIDEO,
119 [CX88_BOARD_ATI_WONDER_PRO] = {
120 .name = "ATI TV Wonder Pro",
121 .tuner_type = TUNER_PHILIPS_4IN1,
123 .tuner_addr = ADDR_UNSET,
124 .radio_addr = ADDR_UNSET,
125 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
127 .type = CX88_VMUX_TELEVISION,
131 .type = CX88_VMUX_COMPOSITE1,
135 .type = CX88_VMUX_SVIDEO,
140 [CX88_BOARD_WINFAST2000XP_EXPERT] = {
141 .name = "Leadtek Winfast 2000XP Expert",
142 .tuner_type = TUNER_PHILIPS_4IN1,
144 .tuner_addr = ADDR_UNSET,
145 .radio_addr = ADDR_UNSET,
146 .tda9887_conf = TDA9887_PRESENT,
148 .type = CX88_VMUX_TELEVISION,
155 .type = CX88_VMUX_COMPOSITE1,
162 .type = CX88_VMUX_SVIDEO,
177 [CX88_BOARD_AVERTV_STUDIO_303] = {
178 .name = "AverTV Studio 303 (M126)",
179 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
181 .tuner_addr = ADDR_UNSET,
182 .radio_addr = ADDR_UNSET,
183 .tda9887_conf = TDA9887_PRESENT,
185 .type = CX88_VMUX_TELEVISION,
189 .type = CX88_VMUX_COMPOSITE1,
193 .type = CX88_VMUX_SVIDEO,
202 [CX88_BOARD_MSI_TVANYWHERE_MASTER] = {
203 // added gpio values thanks to Michal
204 // values for PAL from DScaler
205 .name = "MSI TV-@nywhere Master",
206 .tuner_type = TUNER_MT2032,
208 .tuner_addr = ADDR_UNSET,
209 .radio_addr = ADDR_UNSET,
210 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
212 .type = CX88_VMUX_TELEVISION,
218 .type = CX88_VMUX_COMPOSITE1,
224 .type = CX88_VMUX_SVIDEO,
234 [CX88_BOARD_WINFAST_DV2000] = {
235 .name = "Leadtek Winfast DV2000",
236 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
238 .tuner_addr = ADDR_UNSET,
239 .radio_addr = ADDR_UNSET,
240 .tda9887_conf = TDA9887_PRESENT,
242 .type = CX88_VMUX_TELEVISION,
250 .type = CX88_VMUX_COMPOSITE1,
257 .type = CX88_VMUX_SVIDEO,
272 [CX88_BOARD_LEADTEK_PVR2000] = {
273 // gpio values for PAL version from regspy by DScaler
274 .name = "Leadtek PVR 2000",
275 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
277 .tuner_addr = ADDR_UNSET,
278 .radio_addr = ADDR_UNSET,
279 .tda9887_conf = TDA9887_PRESENT,
281 .type = CX88_VMUX_TELEVISION,
285 .type = CX88_VMUX_COMPOSITE1,
289 .type = CX88_VMUX_SVIDEO,
297 .mpeg = CX88_BOARD_BLACKBIRD,
299 [CX88_BOARD_IODATA_GVVCP3PCI] = {
300 .name = "IODATA GV-VCP3/PCI",
301 .tuner_type = TUNER_ABSENT,
303 .tuner_addr = ADDR_UNSET,
304 .radio_addr = ADDR_UNSET,
306 .type = CX88_VMUX_COMPOSITE1,
309 .type = CX88_VMUX_COMPOSITE2,
312 .type = CX88_VMUX_SVIDEO,
316 [CX88_BOARD_PROLINK_PLAYTVPVR] = {
317 .name = "Prolink PlayTV PVR",
318 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
320 .tuner_addr = ADDR_UNSET,
321 .radio_addr = ADDR_UNSET,
322 .tda9887_conf = TDA9887_PRESENT,
324 .type = CX88_VMUX_TELEVISION,
328 .type = CX88_VMUX_COMPOSITE1,
332 .type = CX88_VMUX_SVIDEO,
341 [CX88_BOARD_ASUS_PVR_416] = {
342 .name = "ASUS PVR-416",
343 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
345 .tuner_addr = ADDR_UNSET,
346 .radio_addr = ADDR_UNSET,
347 .tda9887_conf = TDA9887_PRESENT,
349 .type = CX88_VMUX_TELEVISION,
353 .type = CX88_VMUX_SVIDEO,
355 .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
361 .mpeg = CX88_BOARD_BLACKBIRD,
363 [CX88_BOARD_MSI_TVANYWHERE] = {
364 .name = "MSI TV-@nywhere",
365 .tuner_type = TUNER_MT2032,
367 .tuner_addr = ADDR_UNSET,
368 .radio_addr = ADDR_UNSET,
369 .tda9887_conf = TDA9887_PRESENT,
371 .type = CX88_VMUX_TELEVISION,
376 .type = CX88_VMUX_COMPOSITE1,
381 .type = CX88_VMUX_SVIDEO,
387 [CX88_BOARD_KWORLD_DVB_T] = {
388 .name = "KWorld/VStream XPert DVB-T",
389 .tuner_type = TUNER_ABSENT,
391 .tuner_addr = ADDR_UNSET,
392 .radio_addr = ADDR_UNSET,
394 .type = CX88_VMUX_COMPOSITE1,
399 .type = CX88_VMUX_SVIDEO,
404 .mpeg = CX88_BOARD_DVB,
406 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
407 .name = "DViCO FusionHDTV DVB-T1",
408 .tuner_type = TUNER_ABSENT, /* No analog tuner */
410 .tuner_addr = ADDR_UNSET,
411 .radio_addr = ADDR_UNSET,
413 .type = CX88_VMUX_COMPOSITE1,
417 .type = CX88_VMUX_SVIDEO,
421 .mpeg = CX88_BOARD_DVB,
423 [CX88_BOARD_KWORLD_LTV883] = {
424 .name = "KWorld LTV883RF",
425 .tuner_type = TUNER_TNF_8831BGFF,
427 .tuner_addr = ADDR_UNSET,
428 .radio_addr = ADDR_UNSET,
430 .type = CX88_VMUX_TELEVISION,
434 .type = CX88_VMUX_DEBUG,
436 .gpio0 = 0x07f9, // mono from tuner chip
438 .type = CX88_VMUX_COMPOSITE1,
442 .type = CX88_VMUX_SVIDEO,
451 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
452 .name = "DViCO FusionHDTV 3 Gold-Q",
453 .tuner_type = TUNER_MICROTUNE_4042FI5,
455 .tuner_addr = ADDR_UNSET,
456 .radio_addr = ADDR_UNSET,
458 GPIO[0] resets DT3302 DTV receiver
461 GPIO[1] mutes analog audio output connector
462 0 - enable selected source
464 GPIO[2] selects source for analog audio output connector
465 0 - analog audio input connector on tab
466 1 - analog DAC output from CX23881 chip
467 GPIO[3] selects RF input connector on tuner module
468 0 - RF connector labeled CABLE
469 1 - RF connector labeled ANT
470 GPIO[4] selects high RF for QAM256 mode
475 .type = CX88_VMUX_TELEVISION,
479 .type = CX88_VMUX_CABLE,
483 .type = CX88_VMUX_COMPOSITE1,
487 .type = CX88_VMUX_SVIDEO,
491 .mpeg = CX88_BOARD_DVB,
493 [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
494 .name = "Hauppauge Nova-T DVB-T",
495 .tuner_type = TUNER_ABSENT,
497 .tuner_addr = ADDR_UNSET,
498 .radio_addr = ADDR_UNSET,
500 .type = CX88_VMUX_DVB,
503 .mpeg = CX88_BOARD_DVB,
505 [CX88_BOARD_CONEXANT_DVB_T1] = {
506 .name = "Conexant DVB-T reference design",
507 .tuner_type = TUNER_ABSENT,
509 .tuner_addr = ADDR_UNSET,
510 .radio_addr = ADDR_UNSET,
512 .type = CX88_VMUX_DVB,
515 .mpeg = CX88_BOARD_DVB,
517 [CX88_BOARD_PROVIDEO_PV259] = {
518 .name = "Provideo PV259",
519 .tuner_type = TUNER_PHILIPS_FQ1216ME,
521 .tuner_addr = ADDR_UNSET,
522 .radio_addr = ADDR_UNSET,
524 .type = CX88_VMUX_TELEVISION,
527 .mpeg = CX88_BOARD_BLACKBIRD,
529 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
530 .name = "DViCO FusionHDTV DVB-T Plus",
531 .tuner_type = TUNER_ABSENT, /* No analog tuner */
533 .tuner_addr = ADDR_UNSET,
534 .radio_addr = ADDR_UNSET,
536 .type = CX88_VMUX_COMPOSITE1,
540 .type = CX88_VMUX_SVIDEO,
544 .mpeg = CX88_BOARD_DVB,
546 [CX88_BOARD_DNTV_LIVE_DVB_T] = {
547 .name = "digitalnow DNTV Live! DVB-T",
548 .tuner_type = TUNER_ABSENT,
550 .tuner_addr = ADDR_UNSET,
551 .radio_addr = ADDR_UNSET,
553 .type = CX88_VMUX_COMPOSITE1,
558 .type = CX88_VMUX_SVIDEO,
563 .mpeg = CX88_BOARD_DVB,
565 [CX88_BOARD_PCHDTV_HD3000] = {
566 .name = "pcHDTV HD3000 HDTV",
567 .tuner_type = TUNER_THOMSON_DTT761X,
569 .tuner_addr = ADDR_UNSET,
570 .radio_addr = ADDR_UNSET,
571 .tda9887_conf = TDA9887_PRESENT,
573 .type = CX88_VMUX_TELEVISION,
580 .type = CX88_VMUX_COMPOSITE1,
587 .type = CX88_VMUX_SVIDEO,
602 .mpeg = CX88_BOARD_DVB,
604 [CX88_BOARD_HAUPPAUGE_ROSLYN] = {
605 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
606 // GPIO values obtained from regspy, courtesy Sean Covel
607 .name = "Hauppauge WinTV 28xxx (Roslyn) models",
610 .tuner_addr = ADDR_UNSET,
611 .radio_addr = ADDR_UNSET,
613 .type = CX88_VMUX_TELEVISION,
618 .type = CX88_VMUX_DEBUG,
622 .type = CX88_VMUX_COMPOSITE1,
626 .type = CX88_VMUX_SVIDEO,
636 .mpeg = CX88_BOARD_BLACKBIRD,
638 [CX88_BOARD_DIGITALLOGIC_MEC] = {
639 .name = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
640 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
642 .tuner_addr = ADDR_UNSET,
643 .radio_addr = ADDR_UNSET,
644 .tda9887_conf = TDA9887_PRESENT,
646 .type = CX88_VMUX_TELEVISION,
650 .type = CX88_VMUX_COMPOSITE1,
654 .type = CX88_VMUX_SVIDEO,
662 .mpeg = CX88_BOARD_BLACKBIRD,
664 [CX88_BOARD_IODATA_GVBCTV7E] = {
665 .name = "IODATA GV/BCTV7E",
666 .tuner_type = TUNER_PHILIPS_FQ1286,
668 .tuner_addr = ADDR_UNSET,
669 .radio_addr = ADDR_UNSET,
670 .tda9887_conf = TDA9887_PRESENT,
672 .type = CX88_VMUX_TELEVISION,
676 .type = CX88_VMUX_COMPOSITE1,
680 .type = CX88_VMUX_SVIDEO,
685 [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
686 .name = "PixelView PlayTV Ultra Pro (Stereo)",
687 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
688 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
690 .tuner_addr = ADDR_UNSET,
691 .radio_addr = ADDR_UNSET,
693 .type = CX88_VMUX_TELEVISION,
695 .gpio0 = 0xbf61, /* internal decoder */
697 .type = CX88_VMUX_COMPOSITE1,
701 .type = CX88_VMUX_SVIDEO,
710 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
711 .name = "DViCO FusionHDTV 3 Gold-T",
712 .tuner_type = TUNER_THOMSON_DTT761X,
714 .tuner_addr = ADDR_UNSET,
715 .radio_addr = ADDR_UNSET,
716 .tda9887_conf = TDA9887_PRESENT,
718 .type = CX88_VMUX_TELEVISION,
722 .type = CX88_VMUX_COMPOSITE1,
726 .type = CX88_VMUX_SVIDEO,
730 .mpeg = CX88_BOARD_DVB,
732 [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
733 .name = "ADS Tech Instant TV DVB-T PCI",
734 .tuner_type = TUNER_ABSENT,
736 .tuner_addr = ADDR_UNSET,
737 .radio_addr = ADDR_UNSET,
739 .type = CX88_VMUX_COMPOSITE1,
744 .type = CX88_VMUX_SVIDEO,
749 .mpeg = CX88_BOARD_DVB,
751 [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
752 .name = "TerraTec Cinergy 1400 DVB-T",
753 .tuner_type = TUNER_ABSENT,
755 .type = CX88_VMUX_DVB,
758 .mpeg = CX88_BOARD_DVB,
760 [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
761 .name = "DViCO FusionHDTV 5 Gold",
762 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H062F */
764 .tuner_addr = ADDR_UNSET,
765 .radio_addr = ADDR_UNSET,
766 .tda9887_conf = TDA9887_PRESENT,
768 .type = CX88_VMUX_TELEVISION,
772 .type = CX88_VMUX_COMPOSITE1,
776 .type = CX88_VMUX_SVIDEO,
780 .mpeg = CX88_BOARD_DVB,
782 [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
783 .name = "AverMedia UltraTV Media Center PCI 550",
784 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
786 .tuner_addr = ADDR_UNSET,
787 .radio_addr = ADDR_UNSET,
788 .tda9887_conf = TDA9887_PRESENT,
789 .mpeg = CX88_BOARD_BLACKBIRD,
791 .type = CX88_VMUX_COMPOSITE1,
795 .type = CX88_VMUX_SVIDEO,
799 .type = CX88_VMUX_TELEVISION,
809 [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
810 /* Alexander Wold <awold@bigfoot.com> */
811 .name = "Kworld V-Stream Xpert DVD",
814 .type = CX88_VMUX_COMPOSITE1,
821 .type = CX88_VMUX_SVIDEO,
829 [CX88_BOARD_ATI_HDTVWONDER] = {
830 .name = "ATI HDTV Wonder",
831 .tuner_type = TUNER_PHILIPS_TUV1236D,
833 .tuner_addr = ADDR_UNSET,
834 .radio_addr = ADDR_UNSET,
836 .type = CX88_VMUX_TELEVISION,
843 .type = CX88_VMUX_COMPOSITE1,
850 .type = CX88_VMUX_SVIDEO,
857 .mpeg = CX88_BOARD_DVB,
859 [CX88_BOARD_WINFAST_DTV1000] = {
860 .name = "WinFast DTV1000-T",
861 .tuner_type = TUNER_ABSENT,
863 .tuner_addr = ADDR_UNSET,
864 .radio_addr = ADDR_UNSET,
866 .type = CX88_VMUX_DVB,
869 .mpeg = CX88_BOARD_DVB,
871 [CX88_BOARD_AVERTV_303] = {
872 .name = "AVerTV 303 (M126)",
873 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
875 .tuner_addr = ADDR_UNSET,
876 .radio_addr = ADDR_UNSET,
877 .tda9887_conf = TDA9887_PRESENT,
879 .type = CX88_VMUX_TELEVISION,
886 .type = CX88_VMUX_COMPOSITE1,
893 .type = CX88_VMUX_SVIDEO,
901 [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
902 .name = "Hauppauge Nova-S-Plus DVB-S",
903 .tuner_type = TUNER_ABSENT,
905 .tuner_addr = ADDR_UNSET,
906 .radio_addr = ADDR_UNSET,
908 .type = CX88_VMUX_DVB,
911 .type = CX88_VMUX_COMPOSITE1,
914 .type = CX88_VMUX_SVIDEO,
917 .mpeg = CX88_BOARD_DVB,
919 [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
920 .name = "Hauppauge Nova-SE2 DVB-S",
921 .tuner_type = TUNER_ABSENT,
923 .tuner_addr = ADDR_UNSET,
924 .radio_addr = ADDR_UNSET,
926 .type = CX88_VMUX_DVB,
929 .mpeg = CX88_BOARD_DVB,
931 [CX88_BOARD_KWORLD_DVBS_100] = {
932 .name = "KWorld DVB-S 100",
933 .tuner_type = TUNER_ABSENT,
935 .tuner_addr = ADDR_UNSET,
936 .radio_addr = ADDR_UNSET,
938 .type = CX88_VMUX_DVB,
941 .type = CX88_VMUX_COMPOSITE1,
944 .type = CX88_VMUX_SVIDEO,
947 .mpeg = CX88_BOARD_DVB,
949 [CX88_BOARD_HAUPPAUGE_HVR1100] = {
950 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
951 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
953 .tuner_addr = ADDR_UNSET,
954 .radio_addr = ADDR_UNSET,
955 .tda9887_conf = TDA9887_PRESENT,
957 .type = CX88_VMUX_TELEVISION,
960 .type = CX88_VMUX_COMPOSITE1,
963 .type = CX88_VMUX_SVIDEO,
966 /* fixme: Add radio support */
967 .mpeg = CX88_BOARD_DVB,
969 [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
970 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
971 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
973 .tuner_addr = ADDR_UNSET,
974 .radio_addr = ADDR_UNSET,
975 .tda9887_conf = TDA9887_PRESENT,
977 .type = CX88_VMUX_TELEVISION,
980 .type = CX88_VMUX_COMPOSITE1,
983 /* fixme: Add radio support */
984 .mpeg = CX88_BOARD_DVB,
986 [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
987 .name = "digitalnow DNTV Live! DVB-T Pro",
988 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
990 .tuner_addr = ADDR_UNSET,
991 .radio_addr = ADDR_UNSET,
992 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
993 TDA9887_PORT2_ACTIVE,
995 .type = CX88_VMUX_TELEVISION,
999 .type = CX88_VMUX_COMPOSITE1,
1003 .type = CX88_VMUX_SVIDEO,
1011 .mpeg = CX88_BOARD_DVB,
1013 [CX88_BOARD_KWORLD_DVB_T_CX22702] = {
1014 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1015 /* DTT 7579 Conexant CX22702-19 Conexant CX2388x */
1016 /* Manenti Marco <marco_manenti@colman.it> */
1017 .name = "KWorld/VStream XPert DVB-T with cx22702",
1018 .tuner_type = TUNER_ABSENT,
1019 .radio_type = UNSET,
1020 .tuner_addr = ADDR_UNSET,
1021 .radio_addr = ADDR_UNSET,
1023 .type = CX88_VMUX_COMPOSITE1,
1028 .type = CX88_VMUX_SVIDEO,
1033 .mpeg = CX88_BOARD_DVB,
1035 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL] = {
1036 .name = "DViCO FusionHDTV DVB-T Dual Digital",
1037 .tuner_type = TUNER_ABSENT, /* No analog tuner */
1038 .radio_type = UNSET,
1039 .tuner_addr = ADDR_UNSET,
1040 .radio_addr = ADDR_UNSET,
1042 .type = CX88_VMUX_COMPOSITE1,
1044 .gpio0 = 0x000067df,
1046 .type = CX88_VMUX_SVIDEO,
1048 .gpio0 = 0x000067df,
1050 .mpeg = CX88_BOARD_DVB,
1052 [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
1053 /* FIXME: Audio not working for s-video / composite inputs. */
1054 .name = "KWorld HardwareMpegTV XPert",
1055 .tuner_type = TUNER_PHILIPS_TDA8290,
1056 .radio_type = UNSET,
1057 .tuner_addr = ADDR_UNSET,
1058 .radio_addr = ADDR_UNSET,
1060 .type = CX88_VMUX_TELEVISION,
1065 .type = CX88_VMUX_COMPOSITE1,
1069 .type = CX88_VMUX_SVIDEO,
1078 .mpeg = CX88_BOARD_BLACKBIRD,
1080 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1081 .name = "DViCO FusionHDTV DVB-T Hybrid",
1082 .tuner_type = TUNER_THOMSON_FE6600,
1083 .radio_type = UNSET,
1084 .tuner_addr = ADDR_UNSET,
1085 .radio_addr = ADDR_UNSET,
1087 .type = CX88_VMUX_TELEVISION,
1089 .gpio0 = 0x0000a75f,
1091 .type = CX88_VMUX_COMPOSITE1,
1093 .gpio0 = 0x0000a75b,
1095 .type = CX88_VMUX_SVIDEO,
1097 .gpio0 = 0x0000a75b,
1099 .mpeg = CX88_BOARD_DVB,
1101 [CX88_BOARD_PCHDTV_HD5500] = {
1102 .name = "pcHDTV HD5500 HDTV",
1103 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
1104 .radio_type = UNSET,
1105 .tuner_addr = ADDR_UNSET,
1106 .radio_addr = ADDR_UNSET,
1107 .tda9887_conf = TDA9887_PRESENT,
1109 .type = CX88_VMUX_TELEVISION,
1113 .type = CX88_VMUX_COMPOSITE1,
1117 .type = CX88_VMUX_SVIDEO,
1121 .mpeg = CX88_BOARD_DVB,
1123 [CX88_BOARD_KWORLD_MCE200_DELUXE] = {
1124 /* FIXME: tested TV input only, disabled composite,
1125 svideo and radio until they can be tested also. */
1126 .name = "Kworld MCE 200 Deluxe",
1127 .tuner_type = TUNER_TENA_9533_DI,
1128 .radio_type = UNSET,
1129 .tda9887_conf = TDA9887_PRESENT,
1130 .tuner_addr = ADDR_UNSET,
1131 .radio_addr = ADDR_UNSET,
1133 .type = CX88_VMUX_TELEVISION,
1137 .mpeg = CX88_BOARD_BLACKBIRD,
1139 [CX88_BOARD_PIXELVIEW_PLAYTV_P7000] = {
1140 /* FIXME: SVideo, Composite and FM inputs are untested */
1141 .name = "PixelView PlayTV P7000",
1142 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
1143 .radio_type = UNSET,
1144 .tuner_addr = ADDR_UNSET,
1145 .radio_addr = ADDR_UNSET,
1146 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1147 TDA9887_PORT2_ACTIVE,
1149 .type = CX88_VMUX_TELEVISION,
1153 .mpeg = CX88_BOARD_BLACKBIRD,
1155 [CX88_BOARD_NPGTECH_REALTV_TOP10FM] = {
1156 .name = "NPG Tech Real TV FM Top 10",
1157 .tuner_type = TUNER_TNF_5335MF, /* Actually a TNF9535 */
1158 .radio_type = UNSET,
1159 .tuner_addr = ADDR_UNSET,
1160 .radio_addr = ADDR_UNSET,
1162 .type = CX88_VMUX_TELEVISION,
1166 .type = CX88_VMUX_COMPOSITE1,
1170 .type = CX88_VMUX_SVIDEO,
1179 [CX88_BOARD_WINFAST_DTV2000H] = {
1180 /* video inputs and radio still in testing */
1181 .name = "WinFast DTV2000 H",
1182 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1183 .radio_type = UNSET,
1184 .tuner_addr = ADDR_UNSET,
1185 .radio_addr = ADDR_UNSET,
1186 .tda9887_conf = TDA9887_PRESENT,
1188 .type = CX88_VMUX_TELEVISION,
1190 .gpio0 = 0x00017304,
1191 .gpio1 = 0x00008203,
1192 .gpio2 = 0x00017304,
1193 .gpio3 = 0x02000000,
1195 .mpeg = CX88_BOARD_DVB,
1197 [CX88_BOARD_GENIATECH_DVBS] = {
1198 .name = "Geniatech DVB-S",
1199 .tuner_type = TUNER_ABSENT,
1200 .radio_type = UNSET,
1201 .tuner_addr = ADDR_UNSET,
1202 .radio_addr = ADDR_UNSET,
1204 .type = CX88_VMUX_DVB,
1207 .type = CX88_VMUX_COMPOSITE1,
1210 .mpeg = CX88_BOARD_DVB,
1212 [CX88_BOARD_HAUPPAUGE_HVR3000] = {
1213 /* FIXME: Add dvb & radio support */
1214 .name = "Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T",
1215 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1216 .radio_type = UNSET,
1217 .tuner_addr = ADDR_UNSET,
1218 .radio_addr = ADDR_UNSET,
1219 .tda9887_conf = TDA9887_PRESENT,
1221 .type = CX88_VMUX_TELEVISION,
1225 .type = CX88_VMUX_COMPOSITE1,
1229 .type = CX88_VMUX_SVIDEO,
1234 [CX88_BOARD_NORWOOD_MICRO] = {
1235 .name = "Norwood Micro TV Tuner",
1236 .tuner_type = TUNER_TNF_5335MF,
1237 .radio_type = UNSET,
1238 .tuner_addr = ADDR_UNSET,
1239 .radio_addr = ADDR_UNSET,
1241 .type = CX88_VMUX_TELEVISION,
1245 .type = CX88_VMUX_COMPOSITE1,
1249 .type = CX88_VMUX_SVIDEO,
1254 [CX88_BOARD_TE_DTV_250_OEM_SWANN] = {
1255 .name = "Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM",
1256 .tuner_type = TUNER_LG_PAL_NEW_TAPC,
1257 .radio_type = UNSET,
1258 .tuner_addr = ADDR_UNSET,
1259 .radio_addr = ADDR_UNSET,
1261 .type = CX88_VMUX_TELEVISION,
1263 .gpio0 = 0x003fffff,
1264 .gpio1 = 0x00e00000,
1265 .gpio2 = 0x003fffff,
1266 .gpio3 = 0x02000000,
1268 .type = CX88_VMUX_COMPOSITE1,
1270 .gpio0 = 0x003fffff,
1271 .gpio1 = 0x00e00000,
1272 .gpio2 = 0x003fffff,
1273 .gpio3 = 0x02000000,
1275 .type = CX88_VMUX_SVIDEO,
1277 .gpio0 = 0x003fffff,
1278 .gpio1 = 0x00e00000,
1279 .gpio2 = 0x003fffff,
1280 .gpio3 = 0x02000000,
1283 [CX88_BOARD_HAUPPAUGE_HVR1300] = {
1284 .name = "Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder",
1285 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1286 .radio_type = UNSET,
1287 .tuner_addr = ADDR_UNSET,
1288 .radio_addr = ADDR_UNSET,
1289 .tda9887_conf = TDA9887_PRESENT,
1290 .audio_chip = AUDIO_CHIP_WM8775,
1292 .type = CX88_VMUX_TELEVISION,
1296 .type = CX88_VMUX_COMPOSITE1,
1300 .type = CX88_VMUX_SVIDEO,
1304 /* fixme: Add radio support */
1305 .mpeg = CX88_BOARD_DVB,
1308 const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1310 /* ------------------------------------------------------------------ */
1311 /* PCI subsystem IDs */
1313 struct cx88_subid cx88_subids[] = {
1315 .subvendor = 0x0070,
1316 .subdevice = 0x3400,
1317 .card = CX88_BOARD_HAUPPAUGE,
1319 .subvendor = 0x0070,
1320 .subdevice = 0x3401,
1321 .card = CX88_BOARD_HAUPPAUGE,
1323 .subvendor = 0x14c7,
1324 .subdevice = 0x0106,
1325 .card = CX88_BOARD_GDI,
1327 .subvendor = 0x14c7,
1328 .subdevice = 0x0107, /* with mpeg encoder */
1329 .card = CX88_BOARD_GDI,
1331 .subvendor = PCI_VENDOR_ID_ATI,
1332 .subdevice = 0x00f8,
1333 .card = CX88_BOARD_ATI_WONDER_PRO,
1335 .subvendor = 0x107d,
1336 .subdevice = 0x6611,
1337 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1339 .subvendor = 0x107d,
1340 .subdevice = 0x6613, /* NTSC */
1341 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1343 .subvendor = 0x107d,
1344 .subdevice = 0x6620,
1345 .card = CX88_BOARD_WINFAST_DV2000,
1347 .subvendor = 0x107d,
1348 .subdevice = 0x663b,
1349 .card = CX88_BOARD_LEADTEK_PVR2000,
1351 .subvendor = 0x107d,
1352 .subdevice = 0x663c,
1353 .card = CX88_BOARD_LEADTEK_PVR2000,
1355 .subvendor = 0x1461,
1356 .subdevice = 0x000b,
1357 .card = CX88_BOARD_AVERTV_STUDIO_303,
1359 .subvendor = 0x1462,
1360 .subdevice = 0x8606,
1361 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1363 .subvendor = 0x10fc,
1364 .subdevice = 0xd003,
1365 .card = CX88_BOARD_IODATA_GVVCP3PCI,
1367 .subvendor = 0x1043,
1368 .subdevice = 0x4823, /* with mpeg encoder */
1369 .card = CX88_BOARD_ASUS_PVR_416,
1371 .subvendor = 0x17de,
1372 .subdevice = 0x08a6,
1373 .card = CX88_BOARD_KWORLD_DVB_T,
1375 .subvendor = 0x18ac,
1376 .subdevice = 0xd810,
1377 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1379 .subvendor = 0x18ac,
1380 .subdevice = 0xd820,
1381 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1383 .subvendor = 0x18ac,
1384 .subdevice = 0xdb00,
1385 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1387 .subvendor = 0x0070,
1388 .subdevice = 0x9002,
1389 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1391 .subvendor = 0x14f1,
1392 .subdevice = 0x0187,
1393 .card = CX88_BOARD_CONEXANT_DVB_T1,
1395 .subvendor = 0x1540,
1396 .subdevice = 0x2580,
1397 .card = CX88_BOARD_PROVIDEO_PV259,
1399 .subvendor = 0x18ac,
1400 .subdevice = 0xdb10,
1401 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1403 .subvendor = 0x1554,
1404 .subdevice = 0x4811,
1405 .card = CX88_BOARD_PIXELVIEW,
1407 .subvendor = 0x7063,
1408 .subdevice = 0x3000, /* HD-3000 card */
1409 .card = CX88_BOARD_PCHDTV_HD3000,
1411 .subvendor = 0x17de,
1412 .subdevice = 0xa8a6,
1413 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1415 .subvendor = 0x0070,
1416 .subdevice = 0x2801,
1417 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1419 .subvendor = 0x14f1,
1420 .subdevice = 0x0342,
1421 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1423 .subvendor = 0x10fc,
1424 .subdevice = 0xd035,
1425 .card = CX88_BOARD_IODATA_GVBCTV7E,
1427 .subvendor = 0x1421,
1428 .subdevice = 0x0334,
1429 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
1431 .subvendor = 0x153b,
1432 .subdevice = 0x1166,
1433 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
1435 .subvendor = 0x18ac,
1436 .subdevice = 0xd500,
1437 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
1439 .subvendor = 0x1461,
1440 .subdevice = 0x8011,
1441 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
1443 .subvendor = PCI_VENDOR_ID_ATI,
1444 .subdevice = 0xa101,
1445 .card = CX88_BOARD_ATI_HDTVWONDER,
1447 .subvendor = 0x107d,
1448 .subdevice = 0x665f,
1449 .card = CX88_BOARD_WINFAST_DTV1000,
1451 .subvendor = 0x1461,
1452 .subdevice = 0x000a,
1453 .card = CX88_BOARD_AVERTV_303,
1455 .subvendor = 0x0070,
1456 .subdevice = 0x9200,
1457 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1459 .subvendor = 0x0070,
1460 .subdevice = 0x9201,
1461 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1463 .subvendor = 0x0070,
1464 .subdevice = 0x9202,
1465 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1467 .subvendor = 0x17de,
1468 .subdevice = 0x08b2,
1469 .card = CX88_BOARD_KWORLD_DVBS_100,
1471 .subvendor = 0x0070,
1472 .subdevice = 0x9400,
1473 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1475 .subvendor = 0x0070,
1476 .subdevice = 0x9402,
1477 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1479 .subvendor = 0x0070,
1480 .subdevice = 0x9800,
1481 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1483 .subvendor = 0x0070,
1484 .subdevice = 0x9802,
1485 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1487 .subvendor = 0x0070,
1488 .subdevice = 0x9001,
1489 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1491 .subvendor = 0x1822,
1492 .subdevice = 0x0025,
1493 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1495 .subvendor = 0x17de,
1496 .subdevice = 0x08a1,
1497 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
1499 .subvendor = 0x18ac,
1500 .subdevice = 0xdb50,
1501 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1503 .subvendor = 0x18ac,
1504 .subdevice = 0xdb54,
1505 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1506 /* Re-branded DViCO: DigitalNow DVB-T Dual */
1508 .subvendor = 0x18ac,
1509 .subdevice = 0xdb11,
1510 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1511 /* Re-branded DViCO: UltraView DVB-T Plus */
1513 .subvendor = 0x17de,
1514 .subdevice = 0x0840,
1515 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1517 .subvendor = 0x18ac,
1518 .subdevice = 0xdb40,
1519 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1521 .subvendor = 0x18ac,
1522 .subdevice = 0xdb44,
1523 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1525 .subvendor = 0x7063,
1526 .subdevice = 0x5500,
1527 .card = CX88_BOARD_PCHDTV_HD5500,
1529 .subvendor = 0x17de,
1530 .subdevice = 0x0841,
1531 .card = CX88_BOARD_KWORLD_MCE200_DELUXE,
1533 .subvendor = 0x1822,
1534 .subdevice = 0x0019,
1535 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1537 .subvendor = 0x1554,
1538 .subdevice = 0x4813,
1539 .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000,
1541 .subvendor = 0x14f1,
1542 .subdevice = 0x0842,
1543 .card = CX88_BOARD_NPGTECH_REALTV_TOP10FM,
1545 .subvendor = 0x107d,
1546 .subdevice = 0x665e,
1547 .card = CX88_BOARD_WINFAST_DTV2000H,
1549 .subvendor = 0x18ac,
1550 .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
1551 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1553 .subvendor = 0x14f1,
1554 .subdevice = 0x0084,
1555 .card = CX88_BOARD_GENIATECH_DVBS,
1557 .subvendor = 0x0070,
1558 .subdevice = 0x1404,
1559 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1561 .subvendor = 0x1461,
1562 .subdevice = 0xc111, /* AverMedia M150-D */
1563 /* This board is known to work with the ASUS PVR416 config */
1564 .card = CX88_BOARD_ASUS_PVR_416,
1566 .subvendor = 0xc180,
1567 .subdevice = 0xc980,
1568 .card = CX88_BOARD_TE_DTV_250_OEM_SWANN,
1570 .subvendor = 0x0070,
1571 .subdevice = 0x9600,
1572 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1574 .subvendor = 0x0070,
1575 .subdevice = 0x9601,
1576 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1578 .subvendor = 0x0070,
1579 .subdevice = 0x9602,
1580 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1582 .subvendor = 0x107d,
1583 .subdevice = 0x6632,
1584 .card = CX88_BOARD_LEADTEK_PVR2000,
1587 const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
1589 /* ----------------------------------------------------------------------- */
1590 /* some leadtek specific stuff */
1592 static void __devinit leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
1594 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
1597 * Byte 0 is 1 on the NTSC board.
1600 if (eeprom_data[4] != 0x7d ||
1601 eeprom_data[5] != 0x10 ||
1602 eeprom_data[7] != 0x66) {
1603 printk(KERN_WARNING "%s: Leadtek eeprom invalid.\n",
1608 core->has_radio = 1;
1609 core->tuner_type = (eeprom_data[6] == 0x13) ? 43 : 38;
1611 printk(KERN_INFO "%s: Leadtek Winfast 2000XP Expert config: "
1612 "tuner=%d, eeprom[0]=0x%02x\n",
1613 core->name, core->tuner_type, eeprom_data[0]);
1616 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
1620 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
1621 core->tuner_type = tv.tuner_type;
1622 core->tuner_formats = tv.tuner_formats;
1623 core->has_radio = tv.has_radio;
1625 /* Make sure we support the board model */
1628 case 14569: /* WinTV-HVR3000 (OEM, no IR, no back panel video) */
1629 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
1630 case 34519: /* WinTV-PCI-FM */
1631 case 90002: /* Nova-T-PCI (9002) */
1632 case 92001: /* Nova-S-Plus (Video and IR) */
1633 case 92002: /* Nova-S-Plus (Video and IR) */
1634 case 90003: /* Nova-T-PCI (9002 No RF out) */
1635 case 90500: /* Nova-T-PCI (oem) */
1636 case 90501: /* Nova-T-PCI (oem/IR) */
1637 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
1638 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
1639 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
1640 case 96009: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX) */
1641 case 96019: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX/TX) */
1642 case 96559: /* WinTV-HVR1300 (PAL Video, MPEG Video no IR) */
1643 case 96569: /* WinTV-HVR1300 () */
1644 case 96659: /* WinTV-HVR1300 () */
1645 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
1649 printk("%s: warning: unknown hauppauge model #%d\n",
1650 core->name, tv.model);
1654 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
1655 core->name, tv.model);
1658 /* ----------------------------------------------------------------------- */
1659 /* some GDI (was: Modular Technology) specific stuff */
1666 [ 0x01 ] = { .id = TUNER_ABSENT,
1668 [ 0x02 ] = { .id = TUNER_ABSENT,
1670 [ 0x03 ] = { .id = TUNER_ABSENT,
1672 [ 0x04 ] = { .id = TUNER_ABSENT,
1674 [ 0x05 ] = { .id = TUNER_ABSENT,
1677 [ 0x10 ] = { .id = TUNER_ABSENT,
1679 .name = "TEMIC_4049" },
1680 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
1681 .name = "TEMIC_4136" },
1682 [ 0x12 ] = { .id = TUNER_ABSENT,
1683 .name = "TEMIC_4146" },
1685 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
1687 .name = "PHILIPS_FQ1216_MK3" },
1688 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
1689 .name = "PHILIPS_FQ1236_MK3" },
1690 [ 0x22 ] = { .id = TUNER_ABSENT,
1691 .name = "PHILIPS_FI1236_MK3" },
1692 [ 0x23 ] = { .id = TUNER_ABSENT,
1693 .name = "PHILIPS_FI1216_MK3" },
1696 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
1698 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
1699 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
1701 printk(KERN_INFO "%s: GDI: tuner=%s\n", core->name,
1702 name ? name : "unknown");
1705 core->tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
1706 core->has_radio = gdi_tuner[eeprom_data[0x0d]].fm;
1709 /* ----------------------------------------------------------------------- */
1710 /* some DViCO specific stuff */
1712 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
1714 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
1716 static u8 init_bufs[13][5] = {
1717 { 0x10, 0x00, 0x20, 0x01, 0x03 },
1718 { 0x10, 0x10, 0x01, 0x00, 0x21 },
1719 { 0x10, 0x10, 0x10, 0x00, 0xCA },
1720 { 0x10, 0x10, 0x12, 0x00, 0x08 },
1721 { 0x10, 0x10, 0x13, 0x00, 0x0A },
1722 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
1723 { 0x10, 0x10, 0x22, 0x01, 0x3D },
1724 { 0x10, 0x10, 0x73, 0x01, 0x2E },
1725 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
1726 { 0x10, 0x10, 0x71, 0x01, 0x97 },
1727 { 0x10, 0x10, 0x70, 0x00, 0x0F },
1728 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
1732 for (i = 0; i < 13; i++) {
1733 msg.buf = init_bufs[i];
1734 msg.len = (i != 12 ? 5 : 2);
1735 err = i2c_transfer(&core->i2c_adap, &msg, 1);
1737 printk("dvico_fusionhdtv_hybrid_init buf %d failed (err = %d)!\n", i, err);
1743 /* ----------------------------------------------------------------------- */
1745 void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
1749 if (0 == pci->subsystem_vendor &&
1750 0 == pci->subsystem_device) {
1751 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
1752 "%s: be autodetected. Please pass card=<n> insmod option to\n"
1753 "%s: workaround that. Redirect complaints to the vendor of\n"
1754 "%s: the TV card. Best regards,\n"
1756 core->name,core->name,core->name,core->name,core->name);
1758 printk("%s: Your board isn't known (yet) to the driver. You can\n"
1759 "%s: try to pick one of the existing card configs via\n"
1760 "%s: card=<n> insmod option. Updating to the latest\n"
1761 "%s: version might help as well.\n",
1762 core->name,core->name,core->name,core->name);
1764 printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1766 for (i = 0; i < cx88_bcount; i++)
1767 printk("%s: card=%d -> %s\n",
1768 core->name, i, cx88_boards[i].name);
1771 void cx88_card_setup_pre_i2c(struct cx88_core *core)
1773 switch (core->board) {
1774 case CX88_BOARD_HAUPPAUGE_HVR1300:
1775 /* Bring the 702 demod up before i2c scanning/attach or devices are hidden */
1776 /* We leave here with the 702 on the bus */
1777 cx_write(MO_GP0_IO, 0x0000e780);
1779 cx_clear(MO_GP0_IO, 0x00000080);
1781 cx_set(MO_GP0_IO, 0x00000080); /* 702 out of reset */
1787 void cx88_card_setup(struct cx88_core *core)
1789 static u8 eeprom[256];
1791 if (0 == core->i2c_rc) {
1792 core->i2c_client.addr = 0xa0 >> 1;
1793 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
1796 switch (core->board) {
1797 case CX88_BOARD_HAUPPAUGE:
1798 case CX88_BOARD_HAUPPAUGE_ROSLYN:
1799 if (0 == core->i2c_rc)
1800 hauppauge_eeprom(core,eeprom+8);
1802 case CX88_BOARD_GDI:
1803 if (0 == core->i2c_rc)
1804 gdi_eeprom(core,eeprom);
1806 case CX88_BOARD_WINFAST2000XP_EXPERT:
1807 if (0 == core->i2c_rc)
1808 leadtek_eeprom(core,eeprom);
1810 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
1811 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
1812 case CX88_BOARD_HAUPPAUGE_DVB_T1:
1813 case CX88_BOARD_HAUPPAUGE_HVR1100:
1814 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
1815 case CX88_BOARD_HAUPPAUGE_HVR3000:
1816 case CX88_BOARD_HAUPPAUGE_HVR1300:
1817 if (0 == core->i2c_rc)
1818 hauppauge_eeprom(core,eeprom);
1820 case CX88_BOARD_KWORLD_DVBS_100:
1821 cx_write(MO_GP0_IO, 0x000007f8);
1822 cx_write(MO_GP1_IO, 0x00000001);
1824 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
1825 /* GPIO0:6 is hooked to FX2 reset pin */
1826 cx_set(MO_GP0_IO, 0x00004040);
1827 cx_clear(MO_GP0_IO, 0x00000040);
1829 cx_set(MO_GP0_IO, 0x00004040);
1831 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
1832 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
1833 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
1834 /* GPIO0:0 is hooked to mt352 reset pin */
1835 cx_set(MO_GP0_IO, 0x00000101);
1836 cx_clear(MO_GP0_IO, 0x00000001);
1838 cx_set(MO_GP0_IO, 0x00000101);
1839 if (0 == core->i2c_rc &&
1840 core->board == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
1841 dvico_fusionhdtv_hybrid_init(core);
1843 case CX88_BOARD_KWORLD_DVB_T:
1844 case CX88_BOARD_DNTV_LIVE_DVB_T:
1845 cx_set(MO_GP0_IO, 0x00000707);
1846 cx_set(MO_GP2_IO, 0x00000101);
1847 cx_clear(MO_GP2_IO, 0x00000001);
1849 cx_clear(MO_GP0_IO, 0x00000007);
1850 cx_set(MO_GP2_IO, 0x00000101);
1852 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
1853 cx_write(MO_GP0_IO, 0x00080808);
1855 case CX88_BOARD_ATI_HDTVWONDER:
1856 if (0 == core->i2c_rc) {
1859 static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
1860 core->i2c_client.addr = 0x0a;
1862 for (i = 0; i < 5; i++)
1863 if (2 != i2c_master_send(&core->i2c_client,&buffer[i*2],2))
1864 printk(KERN_WARNING "%s: Unable to enable tuner(%i).\n",
1869 if (cx88_boards[core->board].radio.type == CX88_RADIO)
1870 core->has_radio = 1;
1873 /* ------------------------------------------------------------------ */
1875 EXPORT_SYMBOL(cx88_boards);
1881 * kate: eol "unix"; indent-width 3; remove-trailing-space on; replace-trailing-space-save on; tab-width 8; replace-tabs off; space-indent off; mixed-indent off