V4L/DVB (4756): Cx88: cleanups
[linux-2.6/kvm.git] / drivers / media / video / cx88 / cx88-cards.c
blob35979933cd0c1820ab28a59462ffd84c249009bb
1 /*
3 * device driver for Conexant 2388x based TV cards
4 * card-specific stuff.
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>
28 #include "cx88.h"
30 /* ------------------------------------------------------------------ */
31 /* board config info */
33 struct cx88_board cx88_boards[] = {
34 [CX88_BOARD_UNKNOWN] = {
35 .name = "UNKNOWN/GENERIC",
36 .tuner_type = UNSET,
37 .radio_type = UNSET,
38 .tuner_addr = ADDR_UNSET,
39 .radio_addr = ADDR_UNSET,
40 .input = {{
41 .type = CX88_VMUX_COMPOSITE1,
42 .vmux = 0,
43 },{
44 .type = CX88_VMUX_COMPOSITE2,
45 .vmux = 1,
46 },{
47 .type = CX88_VMUX_COMPOSITE3,
48 .vmux = 2,
49 },{
50 .type = CX88_VMUX_COMPOSITE4,
51 .vmux = 3,
52 }},
54 [CX88_BOARD_HAUPPAUGE] = {
55 .name = "Hauppauge WinTV 34xxx models",
56 .tuner_type = UNSET,
57 .radio_type = UNSET,
58 .tuner_addr = ADDR_UNSET,
59 .radio_addr = ADDR_UNSET,
60 .tda9887_conf = TDA9887_PRESENT,
61 .input = {{
62 .type = CX88_VMUX_TELEVISION,
63 .vmux = 0,
64 .gpio0 = 0xff00, // internal decoder
65 },{
66 .type = CX88_VMUX_DEBUG,
67 .vmux = 0,
68 .gpio0 = 0xff01, // mono from tuner chip
69 },{
70 .type = CX88_VMUX_COMPOSITE1,
71 .vmux = 1,
72 .gpio0 = 0xff02,
73 },{
74 .type = CX88_VMUX_SVIDEO,
75 .vmux = 2,
76 .gpio0 = 0xff02,
77 }},
78 .radio = {
79 .type = CX88_RADIO,
80 .gpio0 = 0xff01,
83 [CX88_BOARD_GDI] = {
84 .name = "GDI Black Gold",
85 .tuner_type = UNSET,
86 .radio_type = UNSET,
87 .tuner_addr = ADDR_UNSET,
88 .radio_addr = ADDR_UNSET,
89 .input = {{
90 .type = CX88_VMUX_TELEVISION,
91 .vmux = 0,
92 },{
93 .type = CX88_VMUX_SVIDEO,
94 .vmux = 2,
95 }},
97 [CX88_BOARD_PIXELVIEW] = {
98 .name = "PixelView",
99 .tuner_type = TUNER_PHILIPS_PAL,
100 .radio_type = UNSET,
101 .tuner_addr = ADDR_UNSET,
102 .radio_addr = ADDR_UNSET,
103 .input = {{
104 .type = CX88_VMUX_TELEVISION,
105 .vmux = 0,
106 .gpio0 = 0xff00, // internal decoder
108 .type = CX88_VMUX_COMPOSITE1,
109 .vmux = 1,
111 .type = CX88_VMUX_SVIDEO,
112 .vmux = 2,
114 .radio = {
115 .type = CX88_RADIO,
116 .gpio0 = 0xff10,
119 [CX88_BOARD_ATI_WONDER_PRO] = {
120 .name = "ATI TV Wonder Pro",
121 .tuner_type = TUNER_PHILIPS_4IN1,
122 .radio_type = UNSET,
123 .tuner_addr = ADDR_UNSET,
124 .radio_addr = ADDR_UNSET,
125 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
126 .input = {{
127 .type = CX88_VMUX_TELEVISION,
128 .vmux = 0,
129 .gpio0 = 0x03ff,
131 .type = CX88_VMUX_COMPOSITE1,
132 .vmux = 1,
133 .gpio0 = 0x03fe,
135 .type = CX88_VMUX_SVIDEO,
136 .vmux = 2,
137 .gpio0 = 0x03fe,
140 [CX88_BOARD_WINFAST2000XP_EXPERT] = {
141 .name = "Leadtek Winfast 2000XP Expert",
142 .tuner_type = TUNER_PHILIPS_4IN1,
143 .radio_type = UNSET,
144 .tuner_addr = ADDR_UNSET,
145 .radio_addr = ADDR_UNSET,
146 .tda9887_conf = TDA9887_PRESENT,
147 .input = {{
148 .type = CX88_VMUX_TELEVISION,
149 .vmux = 0,
150 .gpio0 = 0x00F5e700,
151 .gpio1 = 0x00003004,
152 .gpio2 = 0x00F5e700,
153 .gpio3 = 0x02000000,
155 .type = CX88_VMUX_COMPOSITE1,
156 .vmux = 1,
157 .gpio0 = 0x00F5c700,
158 .gpio1 = 0x00003004,
159 .gpio2 = 0x00F5c700,
160 .gpio3 = 0x02000000,
162 .type = CX88_VMUX_SVIDEO,
163 .vmux = 2,
164 .gpio0 = 0x00F5c700,
165 .gpio1 = 0x00003004,
166 .gpio2 = 0x00F5c700,
167 .gpio3 = 0x02000000,
169 .radio = {
170 .type = CX88_RADIO,
171 .gpio0 = 0x00F5d700,
172 .gpio1 = 0x00003004,
173 .gpio2 = 0x00F5d700,
174 .gpio3 = 0x02000000,
177 [CX88_BOARD_AVERTV_STUDIO_303] = {
178 .name = "AverTV Studio 303 (M126)",
179 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
180 .radio_type = UNSET,
181 .tuner_addr = ADDR_UNSET,
182 .radio_addr = ADDR_UNSET,
183 .tda9887_conf = TDA9887_PRESENT,
184 .input = {{
185 .type = CX88_VMUX_TELEVISION,
186 .vmux = 0,
187 .gpio1 = 0xe09f,
189 .type = CX88_VMUX_COMPOSITE1,
190 .vmux = 1,
191 .gpio1 = 0xe05f,
193 .type = CX88_VMUX_SVIDEO,
194 .vmux = 2,
195 .gpio1 = 0xe05f,
197 .radio = {
198 .gpio1 = 0xe0df,
199 .type = CX88_RADIO,
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,
207 .radio_type = UNSET,
208 .tuner_addr = ADDR_UNSET,
209 .radio_addr = ADDR_UNSET,
210 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
211 .input = {{
212 .type = CX88_VMUX_TELEVISION,
213 .vmux = 0,
214 .gpio0 = 0x000040bf,
215 .gpio1 = 0x000080c0,
216 .gpio2 = 0x0000ff40,
218 .type = CX88_VMUX_COMPOSITE1,
219 .vmux = 1,
220 .gpio0 = 0x000040bf,
221 .gpio1 = 0x000080c0,
222 .gpio2 = 0x0000ff40,
224 .type = CX88_VMUX_SVIDEO,
225 .vmux = 2,
226 .gpio0 = 0x000040bf,
227 .gpio1 = 0x000080c0,
228 .gpio2 = 0x0000ff40,
230 .radio = {
231 .type = CX88_RADIO,
234 [CX88_BOARD_WINFAST_DV2000] = {
235 .name = "Leadtek Winfast DV2000",
236 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
237 .radio_type = UNSET,
238 .tuner_addr = ADDR_UNSET,
239 .radio_addr = ADDR_UNSET,
240 .tda9887_conf = TDA9887_PRESENT,
241 .input = {{
242 .type = CX88_VMUX_TELEVISION,
243 .vmux = 0,
244 .gpio0 = 0x0035e700,
245 .gpio1 = 0x00003004,
246 .gpio2 = 0x0035e700,
247 .gpio3 = 0x02000000,
250 .type = CX88_VMUX_COMPOSITE1,
251 .vmux = 1,
252 .gpio0 = 0x0035c700,
253 .gpio1 = 0x00003004,
254 .gpio2 = 0x0035c700,
255 .gpio3 = 0x02000000,
257 .type = CX88_VMUX_SVIDEO,
258 .vmux = 2,
259 .gpio0 = 0x0035c700,
260 .gpio1 = 0x0035c700,
261 .gpio2 = 0x02000000,
262 .gpio3 = 0x02000000,
264 .radio = {
265 .type = CX88_RADIO,
266 .gpio0 = 0x0035d700,
267 .gpio1 = 0x00007004,
268 .gpio2 = 0x0035d700,
269 .gpio3 = 0x02000000,
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,
276 .radio_type = UNSET,
277 .tuner_addr = ADDR_UNSET,
278 .radio_addr = ADDR_UNSET,
279 .tda9887_conf = TDA9887_PRESENT,
280 .input = {{
281 .type = CX88_VMUX_TELEVISION,
282 .vmux = 0,
283 .gpio0 = 0x0000bde2,
285 .type = CX88_VMUX_COMPOSITE1,
286 .vmux = 1,
287 .gpio0 = 0x0000bde6,
289 .type = CX88_VMUX_SVIDEO,
290 .vmux = 2,
291 .gpio0 = 0x0000bde6,
293 .radio = {
294 .type = CX88_RADIO,
295 .gpio0 = 0x0000bd62,
297 .mpeg = CX88_MPEG_BLACKBIRD,
299 [CX88_BOARD_IODATA_GVVCP3PCI] = {
300 .name = "IODATA GV-VCP3/PCI",
301 .tuner_type = TUNER_ABSENT,
302 .radio_type = UNSET,
303 .tuner_addr = ADDR_UNSET,
304 .radio_addr = ADDR_UNSET,
305 .input = {{
306 .type = CX88_VMUX_COMPOSITE1,
307 .vmux = 0,
309 .type = CX88_VMUX_COMPOSITE2,
310 .vmux = 1,
312 .type = CX88_VMUX_SVIDEO,
313 .vmux = 2,
316 [CX88_BOARD_PROLINK_PLAYTVPVR] = {
317 .name = "Prolink PlayTV PVR",
318 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
319 .radio_type = UNSET,
320 .tuner_addr = ADDR_UNSET,
321 .radio_addr = ADDR_UNSET,
322 .tda9887_conf = TDA9887_PRESENT,
323 .input = {{
324 .type = CX88_VMUX_TELEVISION,
325 .vmux = 0,
326 .gpio0 = 0xbff0,
328 .type = CX88_VMUX_COMPOSITE1,
329 .vmux = 1,
330 .gpio0 = 0xbff3,
332 .type = CX88_VMUX_SVIDEO,
333 .vmux = 2,
334 .gpio0 = 0xbff3,
336 .radio = {
337 .type = CX88_RADIO,
338 .gpio0 = 0xbff0,
341 [CX88_BOARD_ASUS_PVR_416] = {
342 .name = "ASUS PVR-416",
343 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
344 .radio_type = UNSET,
345 .tuner_addr = ADDR_UNSET,
346 .radio_addr = ADDR_UNSET,
347 .tda9887_conf = TDA9887_PRESENT,
348 .input = {{
349 .type = CX88_VMUX_TELEVISION,
350 .vmux = 0,
351 .gpio0 = 0x0000fde6,
353 .type = CX88_VMUX_SVIDEO,
354 .vmux = 2,
355 .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
357 .radio = {
358 .type = CX88_RADIO,
359 .gpio0 = 0x0000fde2,
361 .mpeg = CX88_MPEG_BLACKBIRD,
363 [CX88_BOARD_MSI_TVANYWHERE] = {
364 .name = "MSI TV-@nywhere",
365 .tuner_type = TUNER_MT2032,
366 .radio_type = UNSET,
367 .tuner_addr = ADDR_UNSET,
368 .radio_addr = ADDR_UNSET,
369 .tda9887_conf = TDA9887_PRESENT,
370 .input = {{
371 .type = CX88_VMUX_TELEVISION,
372 .vmux = 0,
373 .gpio0 = 0x00000fbf,
374 .gpio2 = 0x0000fc08,
376 .type = CX88_VMUX_COMPOSITE1,
377 .vmux = 1,
378 .gpio0 = 0x00000fbf,
379 .gpio2 = 0x0000fc68,
381 .type = CX88_VMUX_SVIDEO,
382 .vmux = 2,
383 .gpio0 = 0x00000fbf,
384 .gpio2 = 0x0000fc68,
387 [CX88_BOARD_KWORLD_DVB_T] = {
388 .name = "KWorld/VStream XPert DVB-T",
389 .tuner_type = TUNER_ABSENT,
390 .radio_type = UNSET,
391 .tuner_addr = ADDR_UNSET,
392 .radio_addr = ADDR_UNSET,
393 .input = {{
394 .type = CX88_VMUX_COMPOSITE1,
395 .vmux = 1,
396 .gpio0 = 0x0700,
397 .gpio2 = 0x0101,
399 .type = CX88_VMUX_SVIDEO,
400 .vmux = 2,
401 .gpio0 = 0x0700,
402 .gpio2 = 0x0101,
404 .mpeg = CX88_MPEG_DVB,
406 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
407 .name = "DViCO FusionHDTV DVB-T1",
408 .tuner_type = TUNER_ABSENT, /* No analog tuner */
409 .radio_type = UNSET,
410 .tuner_addr = ADDR_UNSET,
411 .radio_addr = ADDR_UNSET,
412 .input = {{
413 .type = CX88_VMUX_COMPOSITE1,
414 .vmux = 1,
415 .gpio0 = 0x000027df,
417 .type = CX88_VMUX_SVIDEO,
418 .vmux = 2,
419 .gpio0 = 0x000027df,
421 .mpeg = CX88_MPEG_DVB,
423 [CX88_BOARD_KWORLD_LTV883] = {
424 .name = "KWorld LTV883RF",
425 .tuner_type = TUNER_TNF_8831BGFF,
426 .radio_type = UNSET,
427 .tuner_addr = ADDR_UNSET,
428 .radio_addr = ADDR_UNSET,
429 .input = {{
430 .type = CX88_VMUX_TELEVISION,
431 .vmux = 0,
432 .gpio0 = 0x07f8,
434 .type = CX88_VMUX_DEBUG,
435 .vmux = 0,
436 .gpio0 = 0x07f9, // mono from tuner chip
438 .type = CX88_VMUX_COMPOSITE1,
439 .vmux = 1,
440 .gpio0 = 0x000007fa,
442 .type = CX88_VMUX_SVIDEO,
443 .vmux = 2,
444 .gpio0 = 0x000007fa,
446 .radio = {
447 .type = CX88_RADIO,
448 .gpio0 = 0x000007f8,
451 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
452 .name = "DViCO FusionHDTV 3 Gold-Q",
453 .tuner_type = TUNER_MICROTUNE_4042FI5,
454 .radio_type = UNSET,
455 .tuner_addr = ADDR_UNSET,
456 .radio_addr = ADDR_UNSET,
458 GPIO[0] resets DT3302 DTV receiver
459 0 - reset asserted
460 1 - normal operation
461 GPIO[1] mutes analog audio output connector
462 0 - enable selected source
463 1 - mute
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
471 0 - normal RF
472 1 - high RF
474 .input = {{
475 .type = CX88_VMUX_TELEVISION,
476 .vmux = 0,
477 .gpio0 = 0x0f0d,
479 .type = CX88_VMUX_CABLE,
480 .vmux = 0,
481 .gpio0 = 0x0f05,
483 .type = CX88_VMUX_COMPOSITE1,
484 .vmux = 1,
485 .gpio0 = 0x0f00,
487 .type = CX88_VMUX_SVIDEO,
488 .vmux = 2,
489 .gpio0 = 0x0f00,
491 .mpeg = CX88_MPEG_DVB,
493 [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
494 .name = "Hauppauge Nova-T DVB-T",
495 .tuner_type = TUNER_ABSENT,
496 .radio_type = UNSET,
497 .tuner_addr = ADDR_UNSET,
498 .radio_addr = ADDR_UNSET,
499 .input = {{
500 .type = CX88_VMUX_DVB,
501 .vmux = 0,
503 .mpeg = CX88_MPEG_DVB,
505 [CX88_BOARD_CONEXANT_DVB_T1] = {
506 .name = "Conexant DVB-T reference design",
507 .tuner_type = TUNER_ABSENT,
508 .radio_type = UNSET,
509 .tuner_addr = ADDR_UNSET,
510 .radio_addr = ADDR_UNSET,
511 .input = {{
512 .type = CX88_VMUX_DVB,
513 .vmux = 0,
515 .mpeg = CX88_MPEG_DVB,
517 [CX88_BOARD_PROVIDEO_PV259] = {
518 .name = "Provideo PV259",
519 .tuner_type = TUNER_PHILIPS_FQ1216ME,
520 .radio_type = UNSET,
521 .tuner_addr = ADDR_UNSET,
522 .radio_addr = ADDR_UNSET,
523 .input = {{
524 .type = CX88_VMUX_TELEVISION,
525 .vmux = 0,
527 .mpeg = CX88_MPEG_BLACKBIRD,
529 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
530 .name = "DViCO FusionHDTV DVB-T Plus",
531 .tuner_type = TUNER_ABSENT, /* No analog tuner */
532 .radio_type = UNSET,
533 .tuner_addr = ADDR_UNSET,
534 .radio_addr = ADDR_UNSET,
535 .input = {{
536 .type = CX88_VMUX_COMPOSITE1,
537 .vmux = 1,
538 .gpio0 = 0x000027df,
540 .type = CX88_VMUX_SVIDEO,
541 .vmux = 2,
542 .gpio0 = 0x000027df,
544 .mpeg = CX88_MPEG_DVB,
546 [CX88_BOARD_DNTV_LIVE_DVB_T] = {
547 .name = "digitalnow DNTV Live! DVB-T",
548 .tuner_type = TUNER_ABSENT,
549 .radio_type = UNSET,
550 .tuner_addr = ADDR_UNSET,
551 .radio_addr = ADDR_UNSET,
552 .input = {{
553 .type = CX88_VMUX_COMPOSITE1,
554 .vmux = 1,
555 .gpio0 = 0x00000700,
556 .gpio2 = 0x00000101,
558 .type = CX88_VMUX_SVIDEO,
559 .vmux = 2,
560 .gpio0 = 0x00000700,
561 .gpio2 = 0x00000101,
563 .mpeg = CX88_MPEG_DVB,
565 [CX88_BOARD_PCHDTV_HD3000] = {
566 .name = "pcHDTV HD3000 HDTV",
567 .tuner_type = TUNER_THOMSON_DTT761X,
568 .radio_type = UNSET,
569 .tuner_addr = ADDR_UNSET,
570 .radio_addr = ADDR_UNSET,
571 .tda9887_conf = TDA9887_PRESENT,
572 .input = {{
573 .type = CX88_VMUX_TELEVISION,
574 .vmux = 0,
575 .gpio0 = 0x00008484,
576 .gpio1 = 0x00000000,
577 .gpio2 = 0x00000000,
578 .gpio3 = 0x00000000,
580 .type = CX88_VMUX_COMPOSITE1,
581 .vmux = 1,
582 .gpio0 = 0x00008400,
583 .gpio1 = 0x00000000,
584 .gpio2 = 0x00000000,
585 .gpio3 = 0x00000000,
587 .type = CX88_VMUX_SVIDEO,
588 .vmux = 2,
589 .gpio0 = 0x00008400,
590 .gpio1 = 0x00000000,
591 .gpio2 = 0x00000000,
592 .gpio3 = 0x00000000,
594 .radio = {
595 .type = CX88_RADIO,
596 .vmux = 2,
597 .gpio0 = 0x00008400,
598 .gpio1 = 0x00000000,
599 .gpio2 = 0x00000000,
600 .gpio3 = 0x00000000,
602 .mpeg = CX88_MPEG_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",
608 .tuner_type = UNSET,
609 .radio_type = UNSET,
610 .tuner_addr = ADDR_UNSET,
611 .radio_addr = ADDR_UNSET,
612 .input = {{
613 .type = CX88_VMUX_TELEVISION,
614 .vmux = 0,
615 .gpio0 = 0xed1a,
616 .gpio2 = 0x00ff,
618 .type = CX88_VMUX_DEBUG,
619 .vmux = 0,
620 .gpio0 = 0xff01,
622 .type = CX88_VMUX_COMPOSITE1,
623 .vmux = 1,
624 .gpio0 = 0xff02,
626 .type = CX88_VMUX_SVIDEO,
627 .vmux = 2,
628 .gpio0 = 0xed92,
629 .gpio2 = 0x00ff,
631 .radio = {
632 .type = CX88_RADIO,
633 .gpio0 = 0xed96,
634 .gpio2 = 0x00ff,
636 .mpeg = CX88_MPEG_BLACKBIRD,
638 [CX88_BOARD_DIGITALLOGIC_MEC] = {
639 .name = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
640 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
641 .radio_type = UNSET,
642 .tuner_addr = ADDR_UNSET,
643 .radio_addr = ADDR_UNSET,
644 .tda9887_conf = TDA9887_PRESENT,
645 .input = {{
646 .type = CX88_VMUX_TELEVISION,
647 .vmux = 0,
648 .gpio0 = 0x00009d80,
650 .type = CX88_VMUX_COMPOSITE1,
651 .vmux = 1,
652 .gpio0 = 0x00009d76,
654 .type = CX88_VMUX_SVIDEO,
655 .vmux = 2,
656 .gpio0 = 0x00009d76,
658 .radio = {
659 .type = CX88_RADIO,
660 .gpio0 = 0x00009d00,
662 .mpeg = CX88_MPEG_BLACKBIRD,
664 [CX88_BOARD_IODATA_GVBCTV7E] = {
665 .name = "IODATA GV/BCTV7E",
666 .tuner_type = TUNER_PHILIPS_FQ1286,
667 .radio_type = UNSET,
668 .tuner_addr = ADDR_UNSET,
669 .radio_addr = ADDR_UNSET,
670 .tda9887_conf = TDA9887_PRESENT,
671 .input = {{
672 .type = CX88_VMUX_TELEVISION,
673 .vmux = 1,
674 .gpio1 = 0x0000e03f,
676 .type = CX88_VMUX_COMPOSITE1,
677 .vmux = 2,
678 .gpio1 = 0x0000e07f,
680 .type = CX88_VMUX_SVIDEO,
681 .vmux = 3,
682 .gpio1 = 0x0000e07f,
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,
689 .radio_type = UNSET,
690 .tuner_addr = ADDR_UNSET,
691 .radio_addr = ADDR_UNSET,
692 .input = {{
693 .type = CX88_VMUX_TELEVISION,
694 .vmux = 0,
695 .gpio0 = 0xbf61, /* internal decoder */
697 .type = CX88_VMUX_COMPOSITE1,
698 .vmux = 1,
699 .gpio0 = 0xbf63,
701 .type = CX88_VMUX_SVIDEO,
702 .vmux = 2,
703 .gpio0 = 0xbf63,
705 .radio = {
706 .type = CX88_RADIO,
707 .gpio0 = 0xbf60,
710 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
711 .name = "DViCO FusionHDTV 3 Gold-T",
712 .tuner_type = TUNER_THOMSON_DTT761X,
713 .radio_type = UNSET,
714 .tuner_addr = ADDR_UNSET,
715 .radio_addr = ADDR_UNSET,
716 .tda9887_conf = TDA9887_PRESENT,
717 .input = {{
718 .type = CX88_VMUX_TELEVISION,
719 .vmux = 0,
720 .gpio0 = 0x97ed,
722 .type = CX88_VMUX_COMPOSITE1,
723 .vmux = 1,
724 .gpio0 = 0x97e9,
726 .type = CX88_VMUX_SVIDEO,
727 .vmux = 2,
728 .gpio0 = 0x97e9,
730 .mpeg = CX88_MPEG_DVB,
732 [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
733 .name = "ADS Tech Instant TV DVB-T PCI",
734 .tuner_type = TUNER_ABSENT,
735 .radio_type = UNSET,
736 .tuner_addr = ADDR_UNSET,
737 .radio_addr = ADDR_UNSET,
738 .input = {{
739 .type = CX88_VMUX_COMPOSITE1,
740 .vmux = 1,
741 .gpio0 = 0x0700,
742 .gpio2 = 0x0101,
744 .type = CX88_VMUX_SVIDEO,
745 .vmux = 2,
746 .gpio0 = 0x0700,
747 .gpio2 = 0x0101,
749 .mpeg = CX88_MPEG_DVB,
751 [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
752 .name = "TerraTec Cinergy 1400 DVB-T",
753 .tuner_type = TUNER_ABSENT,
754 .input = {{
755 .type = CX88_VMUX_DVB,
756 .vmux = 0,
758 .mpeg = CX88_MPEG_DVB,
760 [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
761 .name = "DViCO FusionHDTV 5 Gold",
762 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H062F */
763 .radio_type = UNSET,
764 .tuner_addr = ADDR_UNSET,
765 .radio_addr = ADDR_UNSET,
766 .tda9887_conf = TDA9887_PRESENT,
767 .input = {{
768 .type = CX88_VMUX_TELEVISION,
769 .vmux = 0,
770 .gpio0 = 0x87fd,
772 .type = CX88_VMUX_COMPOSITE1,
773 .vmux = 1,
774 .gpio0 = 0x87f9,
776 .type = CX88_VMUX_SVIDEO,
777 .vmux = 2,
778 .gpio0 = 0x87f9,
780 .mpeg = CX88_MPEG_DVB,
782 [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
783 .name = "AverMedia UltraTV Media Center PCI 550",
784 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
785 .radio_type = UNSET,
786 .tuner_addr = ADDR_UNSET,
787 .radio_addr = ADDR_UNSET,
788 .tda9887_conf = TDA9887_PRESENT,
789 .input = {{
790 .type = CX88_VMUX_COMPOSITE1,
791 .vmux = 0,
792 .gpio0 = 0x0000cd73,
794 .type = CX88_VMUX_SVIDEO,
795 .vmux = 1,
796 .gpio0 = 0x0000cd73,
798 .type = CX88_VMUX_TELEVISION,
799 .vmux = 3,
800 .gpio0 = 0x0000cdb3,
802 .radio = {
803 .type = CX88_RADIO,
804 .vmux = 2,
805 .gpio0 = 0x0000cdf3,
807 .mpeg = CX88_MPEG_BLACKBIRD,
809 [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
810 /* Alexander Wold <awold@bigfoot.com> */
811 .name = "Kworld V-Stream Xpert DVD",
812 .tuner_type = UNSET,
813 .input = {{
814 .type = CX88_VMUX_COMPOSITE1,
815 .vmux = 1,
816 .gpio0 = 0x03000000,
817 .gpio1 = 0x01000000,
818 .gpio2 = 0x02000000,
819 .gpio3 = 0x00100000,
821 .type = CX88_VMUX_SVIDEO,
822 .vmux = 2,
823 .gpio0 = 0x03000000,
824 .gpio1 = 0x01000000,
825 .gpio2 = 0x02000000,
826 .gpio3 = 0x00100000,
829 [CX88_BOARD_ATI_HDTVWONDER] = {
830 .name = "ATI HDTV Wonder",
831 .tuner_type = TUNER_PHILIPS_TUV1236D,
832 .radio_type = UNSET,
833 .tuner_addr = ADDR_UNSET,
834 .radio_addr = ADDR_UNSET,
835 .input = {{
836 .type = CX88_VMUX_TELEVISION,
837 .vmux = 0,
838 .gpio0 = 0x00000ff7,
839 .gpio1 = 0x000000ff,
840 .gpio2 = 0x00000001,
841 .gpio3 = 0x00000000,
843 .type = CX88_VMUX_COMPOSITE1,
844 .vmux = 1,
845 .gpio0 = 0x00000ffe,
846 .gpio1 = 0x000000ff,
847 .gpio2 = 0x00000001,
848 .gpio3 = 0x00000000,
850 .type = CX88_VMUX_SVIDEO,
851 .vmux = 2,
852 .gpio0 = 0x00000ffe,
853 .gpio1 = 0x000000ff,
854 .gpio2 = 0x00000001,
855 .gpio3 = 0x00000000,
857 .mpeg = CX88_MPEG_DVB,
859 [CX88_BOARD_WINFAST_DTV1000] = {
860 .name = "WinFast DTV1000-T",
861 .tuner_type = TUNER_ABSENT,
862 .radio_type = UNSET,
863 .tuner_addr = ADDR_UNSET,
864 .radio_addr = ADDR_UNSET,
865 .input = {{
866 .type = CX88_VMUX_DVB,
867 .vmux = 0,
869 .mpeg = CX88_MPEG_DVB,
871 [CX88_BOARD_AVERTV_303] = {
872 .name = "AVerTV 303 (M126)",
873 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
874 .radio_type = UNSET,
875 .tuner_addr = ADDR_UNSET,
876 .radio_addr = ADDR_UNSET,
877 .tda9887_conf = TDA9887_PRESENT,
878 .input = {{
879 .type = CX88_VMUX_TELEVISION,
880 .vmux = 0,
881 .gpio0 = 0x00ff,
882 .gpio1 = 0xe09f,
883 .gpio2 = 0x0010,
884 .gpio3 = 0x0000,
886 .type = CX88_VMUX_COMPOSITE1,
887 .vmux = 1,
888 .gpio0 = 0x00ff,
889 .gpio1 = 0xe05f,
890 .gpio2 = 0x0010,
891 .gpio3 = 0x0000,
893 .type = CX88_VMUX_SVIDEO,
894 .vmux = 2,
895 .gpio0 = 0x00ff,
896 .gpio1 = 0xe05f,
897 .gpio2 = 0x0010,
898 .gpio3 = 0x0000,
901 [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
902 .name = "Hauppauge Nova-S-Plus DVB-S",
903 .tuner_type = TUNER_ABSENT,
904 .radio_type = UNSET,
905 .tuner_addr = ADDR_UNSET,
906 .radio_addr = ADDR_UNSET,
907 .input = {{
908 .type = CX88_VMUX_DVB,
909 .vmux = 0,
911 .type = CX88_VMUX_COMPOSITE1,
912 .vmux = 1,
914 .type = CX88_VMUX_SVIDEO,
915 .vmux = 2,
917 .mpeg = CX88_MPEG_DVB,
919 [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
920 .name = "Hauppauge Nova-SE2 DVB-S",
921 .tuner_type = TUNER_ABSENT,
922 .radio_type = UNSET,
923 .tuner_addr = ADDR_UNSET,
924 .radio_addr = ADDR_UNSET,
925 .input = {{
926 .type = CX88_VMUX_DVB,
927 .vmux = 0,
929 .mpeg = CX88_MPEG_DVB,
931 [CX88_BOARD_KWORLD_DVBS_100] = {
932 .name = "KWorld DVB-S 100",
933 .tuner_type = TUNER_ABSENT,
934 .radio_type = UNSET,
935 .tuner_addr = ADDR_UNSET,
936 .radio_addr = ADDR_UNSET,
937 .input = {{
938 .type = CX88_VMUX_DVB,
939 .vmux = 0,
941 .type = CX88_VMUX_COMPOSITE1,
942 .vmux = 1,
944 .type = CX88_VMUX_SVIDEO,
945 .vmux = 2,
947 .mpeg = CX88_MPEG_DVB,
949 [CX88_BOARD_HAUPPAUGE_HVR1100] = {
950 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
951 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
952 .radio_type = UNSET,
953 .tuner_addr = ADDR_UNSET,
954 .radio_addr = ADDR_UNSET,
955 .tda9887_conf = TDA9887_PRESENT,
956 .input = {{
957 .type = CX88_VMUX_TELEVISION,
958 .vmux = 0,
960 .type = CX88_VMUX_COMPOSITE1,
961 .vmux = 1,
963 .type = CX88_VMUX_SVIDEO,
964 .vmux = 2,
966 /* fixme: Add radio support */
967 .mpeg = CX88_MPEG_DVB,
969 [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
970 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
971 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
972 .radio_type = UNSET,
973 .tuner_addr = ADDR_UNSET,
974 .radio_addr = ADDR_UNSET,
975 .tda9887_conf = TDA9887_PRESENT,
976 .input = {{
977 .type = CX88_VMUX_TELEVISION,
978 .vmux = 0,
980 .type = CX88_VMUX_COMPOSITE1,
981 .vmux = 1,
983 /* fixme: Add radio support */
984 .mpeg = CX88_MPEG_DVB,
986 [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
987 .name = "digitalnow DNTV Live! DVB-T Pro",
988 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
989 .radio_type = UNSET,
990 .tuner_addr = ADDR_UNSET,
991 .radio_addr = ADDR_UNSET,
992 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
993 TDA9887_PORT2_ACTIVE,
994 .input = {{
995 .type = CX88_VMUX_TELEVISION,
996 .vmux = 0,
997 .gpio0 = 0xf80808,
999 .type = CX88_VMUX_COMPOSITE1,
1000 .vmux = 1,
1001 .gpio0 = 0xf80808,
1003 .type = CX88_VMUX_SVIDEO,
1004 .vmux = 2,
1005 .gpio0 = 0xf80808,
1007 .radio = {
1008 .type = CX88_RADIO,
1009 .gpio0 = 0xf80808,
1011 .mpeg = CX88_MPEG_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,
1022 .input = {{
1023 .type = CX88_VMUX_COMPOSITE1,
1024 .vmux = 1,
1025 .gpio0 = 0x0700,
1026 .gpio2 = 0x0101,
1028 .type = CX88_VMUX_SVIDEO,
1029 .vmux = 2,
1030 .gpio0 = 0x0700,
1031 .gpio2 = 0x0101,
1033 .mpeg = CX88_MPEG_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,
1041 .input = {{
1042 .type = CX88_VMUX_COMPOSITE1,
1043 .vmux = 1,
1044 .gpio0 = 0x000067df,
1046 .type = CX88_VMUX_SVIDEO,
1047 .vmux = 2,
1048 .gpio0 = 0x000067df,
1050 .mpeg = CX88_MPEG_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,
1059 .input = {{
1060 .type = CX88_VMUX_TELEVISION,
1061 .vmux = 0,
1062 .gpio0 = 0x3de2,
1063 .gpio2 = 0x00ff,
1065 .type = CX88_VMUX_COMPOSITE1,
1066 .vmux = 1,
1067 .gpio0 = 0x3de6,
1069 .type = CX88_VMUX_SVIDEO,
1070 .vmux = 2,
1071 .gpio0 = 0x3de6,
1073 .radio = {
1074 .type = CX88_RADIO,
1075 .gpio0 = 0x3de6,
1076 .gpio2 = 0x00ff,
1078 .mpeg = CX88_MPEG_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,
1086 .input = {{
1087 .type = CX88_VMUX_TELEVISION,
1088 .vmux = 0,
1089 .gpio0 = 0x0000a75f,
1091 .type = CX88_VMUX_COMPOSITE1,
1092 .vmux = 1,
1093 .gpio0 = 0x0000a75b,
1095 .type = CX88_VMUX_SVIDEO,
1096 .vmux = 2,
1097 .gpio0 = 0x0000a75b,
1099 .mpeg = CX88_MPEG_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,
1108 .input = {{
1109 .type = CX88_VMUX_TELEVISION,
1110 .vmux = 0,
1111 .gpio0 = 0x87fd,
1113 .type = CX88_VMUX_COMPOSITE1,
1114 .vmux = 1,
1115 .gpio0 = 0x87f9,
1117 .type = CX88_VMUX_SVIDEO,
1118 .vmux = 2,
1119 .gpio0 = 0x87f9,
1121 .mpeg = CX88_MPEG_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,
1132 .input = {{
1133 .type = CX88_VMUX_TELEVISION,
1134 .vmux = 0,
1135 .gpio0 = 0x0000BDE6
1137 .mpeg = CX88_MPEG_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,
1148 .input = {{
1149 .type = CX88_VMUX_TELEVISION,
1150 .vmux = 0,
1151 .gpio0 = 0x5da6,
1153 .mpeg = CX88_MPEG_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,
1161 .input = {{
1162 .type = CX88_VMUX_TELEVISION,
1163 .vmux = 0,
1164 .gpio0 = 0x0788,
1166 .type = CX88_VMUX_COMPOSITE1,
1167 .vmux = 1,
1168 .gpio0 = 0x078b,
1170 .type = CX88_VMUX_SVIDEO,
1171 .vmux = 2,
1172 .gpio0 = 0x078b,
1174 .radio = {
1175 .type = CX88_RADIO,
1176 .gpio0 = 0x074a,
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,
1187 .input = {{
1188 .type = CX88_VMUX_TELEVISION,
1189 .vmux = 0,
1190 .gpio0 = 0x00017304,
1191 .gpio1 = 0x00008203,
1192 .gpio2 = 0x00017304,
1193 .gpio3 = 0x02000000,
1195 .mpeg = CX88_MPEG_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,
1203 .input = {{
1204 .type = CX88_VMUX_DVB,
1205 .vmux = 0,
1207 .type = CX88_VMUX_COMPOSITE1,
1208 .vmux = 1,
1210 .mpeg = CX88_MPEG_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,
1220 .input = {{
1221 .type = CX88_VMUX_TELEVISION,
1222 .vmux = 0,
1223 .gpio0 = 0x84bf,
1225 .type = CX88_VMUX_COMPOSITE1,
1226 .vmux = 1,
1227 .gpio0 = 0x84bf,
1229 .type = CX88_VMUX_SVIDEO,
1230 .vmux = 2,
1231 .gpio0 = 0x84bf,
1233 .mpeg = CX88_MPEG_DVB,
1235 [CX88_BOARD_NORWOOD_MICRO] = {
1236 .name = "Norwood Micro TV Tuner",
1237 .tuner_type = TUNER_TNF_5335MF,
1238 .radio_type = UNSET,
1239 .tuner_addr = ADDR_UNSET,
1240 .radio_addr = ADDR_UNSET,
1241 .input = {{
1242 .type = CX88_VMUX_TELEVISION,
1243 .vmux = 0,
1244 .gpio0 = 0x0709,
1246 .type = CX88_VMUX_COMPOSITE1,
1247 .vmux = 1,
1248 .gpio0 = 0x070b,
1250 .type = CX88_VMUX_SVIDEO,
1251 .vmux = 2,
1252 .gpio0 = 0x070b,
1255 [CX88_BOARD_TE_DTV_250_OEM_SWANN] = {
1256 .name = "Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM",
1257 .tuner_type = TUNER_LG_PAL_NEW_TAPC,
1258 .radio_type = UNSET,
1259 .tuner_addr = ADDR_UNSET,
1260 .radio_addr = ADDR_UNSET,
1261 .input = {{
1262 .type = CX88_VMUX_TELEVISION,
1263 .vmux = 0,
1264 .gpio0 = 0x003fffff,
1265 .gpio1 = 0x00e00000,
1266 .gpio2 = 0x003fffff,
1267 .gpio3 = 0x02000000,
1269 .type = CX88_VMUX_COMPOSITE1,
1270 .vmux = 1,
1271 .gpio0 = 0x003fffff,
1272 .gpio1 = 0x00e00000,
1273 .gpio2 = 0x003fffff,
1274 .gpio3 = 0x02000000,
1276 .type = CX88_VMUX_SVIDEO,
1277 .vmux = 2,
1278 .gpio0 = 0x003fffff,
1279 .gpio1 = 0x00e00000,
1280 .gpio2 = 0x003fffff,
1281 .gpio3 = 0x02000000,
1284 [CX88_BOARD_HAUPPAUGE_HVR1300] = {
1285 .name = "Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder",
1286 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1287 .radio_type = UNSET,
1288 .tuner_addr = ADDR_UNSET,
1289 .radio_addr = ADDR_UNSET,
1290 .tda9887_conf = TDA9887_PRESENT,
1291 .audio_chip = AUDIO_CHIP_WM8775,
1292 .input = {{
1293 .type = CX88_VMUX_TELEVISION,
1294 .vmux = 0,
1295 .gpio0 = 0xe780,
1297 .type = CX88_VMUX_COMPOSITE1,
1298 .vmux = 1,
1299 .gpio0 = 0xe780,
1301 .type = CX88_VMUX_SVIDEO,
1302 .vmux = 2,
1303 .gpio0 = 0xe780,
1305 /* fixme: Add radio support */
1306 .mpeg = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD,
1309 const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1311 /* ------------------------------------------------------------------ */
1312 /* PCI subsystem IDs */
1314 struct cx88_subid cx88_subids[] = {
1316 .subvendor = 0x0070,
1317 .subdevice = 0x3400,
1318 .card = CX88_BOARD_HAUPPAUGE,
1320 .subvendor = 0x0070,
1321 .subdevice = 0x3401,
1322 .card = CX88_BOARD_HAUPPAUGE,
1324 .subvendor = 0x14c7,
1325 .subdevice = 0x0106,
1326 .card = CX88_BOARD_GDI,
1328 .subvendor = 0x14c7,
1329 .subdevice = 0x0107, /* with mpeg encoder */
1330 .card = CX88_BOARD_GDI,
1332 .subvendor = PCI_VENDOR_ID_ATI,
1333 .subdevice = 0x00f8,
1334 .card = CX88_BOARD_ATI_WONDER_PRO,
1336 .subvendor = 0x107d,
1337 .subdevice = 0x6611,
1338 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1340 .subvendor = 0x107d,
1341 .subdevice = 0x6613, /* NTSC */
1342 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1344 .subvendor = 0x107d,
1345 .subdevice = 0x6620,
1346 .card = CX88_BOARD_WINFAST_DV2000,
1348 .subvendor = 0x107d,
1349 .subdevice = 0x663b,
1350 .card = CX88_BOARD_LEADTEK_PVR2000,
1352 .subvendor = 0x107d,
1353 .subdevice = 0x663c,
1354 .card = CX88_BOARD_LEADTEK_PVR2000,
1356 .subvendor = 0x1461,
1357 .subdevice = 0x000b,
1358 .card = CX88_BOARD_AVERTV_STUDIO_303,
1360 .subvendor = 0x1462,
1361 .subdevice = 0x8606,
1362 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1364 .subvendor = 0x10fc,
1365 .subdevice = 0xd003,
1366 .card = CX88_BOARD_IODATA_GVVCP3PCI,
1368 .subvendor = 0x1043,
1369 .subdevice = 0x4823, /* with mpeg encoder */
1370 .card = CX88_BOARD_ASUS_PVR_416,
1372 .subvendor = 0x17de,
1373 .subdevice = 0x08a6,
1374 .card = CX88_BOARD_KWORLD_DVB_T,
1376 .subvendor = 0x18ac,
1377 .subdevice = 0xd810,
1378 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1380 .subvendor = 0x18ac,
1381 .subdevice = 0xd820,
1382 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1384 .subvendor = 0x18ac,
1385 .subdevice = 0xdb00,
1386 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1388 .subvendor = 0x0070,
1389 .subdevice = 0x9002,
1390 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1392 .subvendor = 0x14f1,
1393 .subdevice = 0x0187,
1394 .card = CX88_BOARD_CONEXANT_DVB_T1,
1396 .subvendor = 0x1540,
1397 .subdevice = 0x2580,
1398 .card = CX88_BOARD_PROVIDEO_PV259,
1400 .subvendor = 0x18ac,
1401 .subdevice = 0xdb10,
1402 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1404 .subvendor = 0x1554,
1405 .subdevice = 0x4811,
1406 .card = CX88_BOARD_PIXELVIEW,
1408 .subvendor = 0x7063,
1409 .subdevice = 0x3000, /* HD-3000 card */
1410 .card = CX88_BOARD_PCHDTV_HD3000,
1412 .subvendor = 0x17de,
1413 .subdevice = 0xa8a6,
1414 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1416 .subvendor = 0x0070,
1417 .subdevice = 0x2801,
1418 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1420 .subvendor = 0x14f1,
1421 .subdevice = 0x0342,
1422 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1424 .subvendor = 0x10fc,
1425 .subdevice = 0xd035,
1426 .card = CX88_BOARD_IODATA_GVBCTV7E,
1428 .subvendor = 0x1421,
1429 .subdevice = 0x0334,
1430 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
1432 .subvendor = 0x153b,
1433 .subdevice = 0x1166,
1434 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
1436 .subvendor = 0x18ac,
1437 .subdevice = 0xd500,
1438 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
1440 .subvendor = 0x1461,
1441 .subdevice = 0x8011,
1442 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
1444 .subvendor = PCI_VENDOR_ID_ATI,
1445 .subdevice = 0xa101,
1446 .card = CX88_BOARD_ATI_HDTVWONDER,
1448 .subvendor = 0x107d,
1449 .subdevice = 0x665f,
1450 .card = CX88_BOARD_WINFAST_DTV1000,
1452 .subvendor = 0x1461,
1453 .subdevice = 0x000a,
1454 .card = CX88_BOARD_AVERTV_303,
1456 .subvendor = 0x0070,
1457 .subdevice = 0x9200,
1458 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1460 .subvendor = 0x0070,
1461 .subdevice = 0x9201,
1462 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1464 .subvendor = 0x0070,
1465 .subdevice = 0x9202,
1466 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1468 .subvendor = 0x17de,
1469 .subdevice = 0x08b2,
1470 .card = CX88_BOARD_KWORLD_DVBS_100,
1472 .subvendor = 0x0070,
1473 .subdevice = 0x9400,
1474 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1476 .subvendor = 0x0070,
1477 .subdevice = 0x9402,
1478 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1480 .subvendor = 0x0070,
1481 .subdevice = 0x9800,
1482 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1484 .subvendor = 0x0070,
1485 .subdevice = 0x9802,
1486 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1488 .subvendor = 0x0070,
1489 .subdevice = 0x9001,
1490 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1492 .subvendor = 0x1822,
1493 .subdevice = 0x0025,
1494 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1496 .subvendor = 0x17de,
1497 .subdevice = 0x08a1,
1498 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
1500 .subvendor = 0x18ac,
1501 .subdevice = 0xdb50,
1502 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1504 .subvendor = 0x18ac,
1505 .subdevice = 0xdb54,
1506 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1507 /* Re-branded DViCO: DigitalNow DVB-T Dual */
1509 .subvendor = 0x18ac,
1510 .subdevice = 0xdb11,
1511 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1512 /* Re-branded DViCO: UltraView DVB-T Plus */
1514 .subvendor = 0x17de,
1515 .subdevice = 0x0840,
1516 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1518 .subvendor = 0x18ac,
1519 .subdevice = 0xdb40,
1520 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1522 .subvendor = 0x18ac,
1523 .subdevice = 0xdb44,
1524 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1526 .subvendor = 0x7063,
1527 .subdevice = 0x5500,
1528 .card = CX88_BOARD_PCHDTV_HD5500,
1530 .subvendor = 0x17de,
1531 .subdevice = 0x0841,
1532 .card = CX88_BOARD_KWORLD_MCE200_DELUXE,
1534 .subvendor = 0x1822,
1535 .subdevice = 0x0019,
1536 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1538 .subvendor = 0x1554,
1539 .subdevice = 0x4813,
1540 .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000,
1542 .subvendor = 0x14f1,
1543 .subdevice = 0x0842,
1544 .card = CX88_BOARD_NPGTECH_REALTV_TOP10FM,
1546 .subvendor = 0x107d,
1547 .subdevice = 0x665e,
1548 .card = CX88_BOARD_WINFAST_DTV2000H,
1550 .subvendor = 0x18ac,
1551 .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
1552 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1554 .subvendor = 0x14f1,
1555 .subdevice = 0x0084,
1556 .card = CX88_BOARD_GENIATECH_DVBS,
1558 .subvendor = 0x0070,
1559 .subdevice = 0x1404,
1560 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1562 .subvendor = 0x1461,
1563 .subdevice = 0xc111, /* AverMedia M150-D */
1564 /* This board is known to work with the ASUS PVR416 config */
1565 .card = CX88_BOARD_ASUS_PVR_416,
1567 .subvendor = 0xc180,
1568 .subdevice = 0xc980,
1569 .card = CX88_BOARD_TE_DTV_250_OEM_SWANN,
1571 .subvendor = 0x0070,
1572 .subdevice = 0x9600,
1573 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1575 .subvendor = 0x0070,
1576 .subdevice = 0x9601,
1577 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1579 .subvendor = 0x0070,
1580 .subdevice = 0x9602,
1581 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1583 .subvendor = 0x107d,
1584 .subdevice = 0x6632,
1585 .card = CX88_BOARD_LEADTEK_PVR2000,
1587 .subvendor = 0x12ab,
1588 .subdevice = 0x2300, /* Club3D Zap TV2100 */
1589 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
1591 .subvendor = 0x0070,
1592 .subdevice = 0x9000,
1593 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
1595 .subvendor = 0x0070,
1596 .subdevice = 0x1400,
1597 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1599 .subvendor = 0x0070,
1600 .subdevice = 0x1401,
1601 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1603 .subvendor = 0x0070,
1604 .subdevice = 0x1402,
1605 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
1608 const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
1610 /* ----------------------------------------------------------------------- */
1611 /* some leadtek specific stuff */
1613 static void __devinit leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
1615 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
1616 * any others.
1618 * Byte 0 is 1 on the NTSC board.
1621 if (eeprom_data[4] != 0x7d ||
1622 eeprom_data[5] != 0x10 ||
1623 eeprom_data[7] != 0x66) {
1624 printk(KERN_WARNING "%s: Leadtek eeprom invalid.\n",
1625 core->name);
1626 return;
1629 core->has_radio = 1;
1630 core->tuner_type = (eeprom_data[6] == 0x13) ? 43 : 38;
1632 printk(KERN_INFO "%s: Leadtek Winfast 2000XP Expert config: "
1633 "tuner=%d, eeprom[0]=0x%02x\n",
1634 core->name, core->tuner_type, eeprom_data[0]);
1637 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
1639 struct tveeprom tv;
1641 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
1642 core->tuner_type = tv.tuner_type;
1643 core->tuner_formats = tv.tuner_formats;
1644 core->has_radio = tv.has_radio;
1646 /* Make sure we support the board model */
1647 switch (tv.model)
1649 case 14009: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in) */
1650 case 14019: /* WinTV-HVR3000 (Retail, IR Blaster, b/panel video, 3.5mm audio in) */
1651 case 14029: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge) */
1652 case 14109: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - low profile) */
1653 case 14129: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge - LP) */
1654 case 14559: /* WinTV-HVR3000 (OEM, no IR, b/panel video, 3.5mm audio in) */
1655 case 14569: /* WinTV-HVR3000 (OEM, no IR, no back panel video) */
1656 case 14659: /* WinTV-HVR3000 (OEM, no IR, b/panel video, RCA audio in - Low profile) */
1657 case 14669: /* WinTV-HVR3000 (OEM, no IR, no b/panel video - Low profile) */
1658 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
1659 case 34519: /* WinTV-PCI-FM */
1660 case 90002: /* Nova-T-PCI (9002) */
1661 case 92001: /* Nova-S-Plus (Video and IR) */
1662 case 92002: /* Nova-S-Plus (Video and IR) */
1663 case 90003: /* Nova-T-PCI (9002 No RF out) */
1664 case 90500: /* Nova-T-PCI (oem) */
1665 case 90501: /* Nova-T-PCI (oem/IR) */
1666 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
1667 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
1668 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
1669 case 96009: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX) */
1670 case 96019: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX/TX) */
1671 case 96559: /* WinTV-HVR1300 (PAL Video, MPEG Video no IR) */
1672 case 96569: /* WinTV-HVR1300 () */
1673 case 96659: /* WinTV-HVR1300 () */
1674 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
1675 /* known */
1676 break;
1677 default:
1678 printk("%s: warning: unknown hauppauge model #%d\n",
1679 core->name, tv.model);
1680 break;
1683 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
1684 core->name, tv.model);
1687 /* ----------------------------------------------------------------------- */
1688 /* some GDI (was: Modular Technology) specific stuff */
1690 static struct {
1691 int id;
1692 int fm;
1693 char *name;
1694 } gdi_tuner[] = {
1695 [ 0x01 ] = { .id = TUNER_ABSENT,
1696 .name = "NTSC_M" },
1697 [ 0x02 ] = { .id = TUNER_ABSENT,
1698 .name = "PAL_B" },
1699 [ 0x03 ] = { .id = TUNER_ABSENT,
1700 .name = "PAL_I" },
1701 [ 0x04 ] = { .id = TUNER_ABSENT,
1702 .name = "PAL_D" },
1703 [ 0x05 ] = { .id = TUNER_ABSENT,
1704 .name = "SECAM" },
1706 [ 0x10 ] = { .id = TUNER_ABSENT,
1707 .fm = 1,
1708 .name = "TEMIC_4049" },
1709 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
1710 .name = "TEMIC_4136" },
1711 [ 0x12 ] = { .id = TUNER_ABSENT,
1712 .name = "TEMIC_4146" },
1714 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
1715 .fm = 1,
1716 .name = "PHILIPS_FQ1216_MK3" },
1717 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
1718 .name = "PHILIPS_FQ1236_MK3" },
1719 [ 0x22 ] = { .id = TUNER_ABSENT,
1720 .name = "PHILIPS_FI1236_MK3" },
1721 [ 0x23 ] = { .id = TUNER_ABSENT,
1722 .name = "PHILIPS_FI1216_MK3" },
1725 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
1727 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
1728 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
1730 printk(KERN_INFO "%s: GDI: tuner=%s\n", core->name,
1731 name ? name : "unknown");
1732 if (NULL == name)
1733 return;
1734 core->tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
1735 core->has_radio = gdi_tuner[eeprom_data[0x0d]].fm;
1738 /* ----------------------------------------------------------------------- */
1739 /* some DViCO specific stuff */
1741 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
1743 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
1744 int i, err;
1745 static u8 init_bufs[13][5] = {
1746 { 0x10, 0x00, 0x20, 0x01, 0x03 },
1747 { 0x10, 0x10, 0x01, 0x00, 0x21 },
1748 { 0x10, 0x10, 0x10, 0x00, 0xCA },
1749 { 0x10, 0x10, 0x12, 0x00, 0x08 },
1750 { 0x10, 0x10, 0x13, 0x00, 0x0A },
1751 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
1752 { 0x10, 0x10, 0x22, 0x01, 0x3D },
1753 { 0x10, 0x10, 0x73, 0x01, 0x2E },
1754 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
1755 { 0x10, 0x10, 0x71, 0x01, 0x97 },
1756 { 0x10, 0x10, 0x70, 0x00, 0x0F },
1757 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
1758 { 0x03, 0x0C },
1761 for (i = 0; i < 13; i++) {
1762 msg.buf = init_bufs[i];
1763 msg.len = (i != 12 ? 5 : 2);
1764 err = i2c_transfer(&core->i2c_adap, &msg, 1);
1765 if (err != 1) {
1766 printk("dvico_fusionhdtv_hybrid_init buf %d failed (err = %d)!\n", i, err);
1767 return;
1772 /* ----------------------------------------------------------------------- */
1774 void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
1776 int i;
1778 if (0 == pci->subsystem_vendor &&
1779 0 == pci->subsystem_device) {
1780 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
1781 "%s: be autodetected. Please pass card=<n> insmod option to\n"
1782 "%s: workaround that. Redirect complaints to the vendor of\n"
1783 "%s: the TV card. Best regards,\n"
1784 "%s: -- tux\n",
1785 core->name,core->name,core->name,core->name,core->name);
1786 } else {
1787 printk("%s: Your board isn't known (yet) to the driver. You can\n"
1788 "%s: try to pick one of the existing card configs via\n"
1789 "%s: card=<n> insmod option. Updating to the latest\n"
1790 "%s: version might help as well.\n",
1791 core->name,core->name,core->name,core->name);
1793 printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1794 core->name);
1795 for (i = 0; i < cx88_bcount; i++)
1796 printk("%s: card=%d -> %s\n",
1797 core->name, i, cx88_boards[i].name);
1800 void cx88_card_setup_pre_i2c(struct cx88_core *core)
1802 switch (core->board) {
1803 case CX88_BOARD_HAUPPAUGE_HVR1300:
1804 /* Bring the 702 demod up before i2c scanning/attach or devices are hidden */
1805 /* We leave here with the 702 on the bus */
1806 cx_write(MO_GP0_IO, 0x0000e780);
1807 udelay(1000);
1808 cx_clear(MO_GP0_IO, 0x00000080);
1809 udelay(50);
1810 cx_set(MO_GP0_IO, 0x00000080); /* 702 out of reset */
1811 udelay(1000);
1812 break;
1816 void cx88_card_setup(struct cx88_core *core)
1818 static u8 eeprom[256];
1820 if (0 == core->i2c_rc) {
1821 core->i2c_client.addr = 0xa0 >> 1;
1822 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
1825 switch (core->board) {
1826 case CX88_BOARD_HAUPPAUGE:
1827 case CX88_BOARD_HAUPPAUGE_ROSLYN:
1828 if (0 == core->i2c_rc)
1829 hauppauge_eeprom(core,eeprom+8);
1830 break;
1831 case CX88_BOARD_GDI:
1832 if (0 == core->i2c_rc)
1833 gdi_eeprom(core,eeprom);
1834 break;
1835 case CX88_BOARD_WINFAST2000XP_EXPERT:
1836 if (0 == core->i2c_rc)
1837 leadtek_eeprom(core,eeprom);
1838 break;
1839 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
1840 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
1841 case CX88_BOARD_HAUPPAUGE_DVB_T1:
1842 case CX88_BOARD_HAUPPAUGE_HVR1100:
1843 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
1844 case CX88_BOARD_HAUPPAUGE_HVR3000:
1845 case CX88_BOARD_HAUPPAUGE_HVR1300:
1846 if (0 == core->i2c_rc)
1847 hauppauge_eeprom(core,eeprom);
1848 break;
1849 case CX88_BOARD_KWORLD_DVBS_100:
1850 cx_write(MO_GP0_IO, 0x000007f8);
1851 cx_write(MO_GP1_IO, 0x00000001);
1852 break;
1853 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
1854 /* GPIO0:6 is hooked to FX2 reset pin */
1855 cx_set(MO_GP0_IO, 0x00004040);
1856 cx_clear(MO_GP0_IO, 0x00000040);
1857 msleep(1000);
1858 cx_set(MO_GP0_IO, 0x00004040);
1859 /* FALLTHROUGH */
1860 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
1861 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
1862 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
1863 /* GPIO0:0 is hooked to mt352 reset pin */
1864 cx_set(MO_GP0_IO, 0x00000101);
1865 cx_clear(MO_GP0_IO, 0x00000001);
1866 msleep(1);
1867 cx_set(MO_GP0_IO, 0x00000101);
1868 if (0 == core->i2c_rc &&
1869 core->board == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
1870 dvico_fusionhdtv_hybrid_init(core);
1871 break;
1872 case CX88_BOARD_KWORLD_DVB_T:
1873 case CX88_BOARD_DNTV_LIVE_DVB_T:
1874 cx_set(MO_GP0_IO, 0x00000707);
1875 cx_set(MO_GP2_IO, 0x00000101);
1876 cx_clear(MO_GP2_IO, 0x00000001);
1877 msleep(1);
1878 cx_clear(MO_GP0_IO, 0x00000007);
1879 cx_set(MO_GP2_IO, 0x00000101);
1880 break;
1881 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
1882 cx_write(MO_GP0_IO, 0x00080808);
1883 break;
1884 case CX88_BOARD_ATI_HDTVWONDER:
1885 if (0 == core->i2c_rc) {
1886 /* enable tuner */
1887 int i;
1888 static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
1889 core->i2c_client.addr = 0x0a;
1891 for (i = 0; i < 5; i++)
1892 if (2 != i2c_master_send(&core->i2c_client,&buffer[i*2],2))
1893 printk(KERN_WARNING "%s: Unable to enable tuner(%i).\n",
1894 core->name, i);
1896 break;
1898 if (cx88_boards[core->board].radio.type == CX88_RADIO)
1899 core->has_radio = 1;
1902 /* ------------------------------------------------------------------ */
1904 EXPORT_SYMBOL(cx88_boards);
1907 * Local variables:
1908 * c-basic-offset: 8
1909 * End:
1910 * 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