V4L/DVB (3757): Fix alignment after the replacement from semaphore to muxex
[linux-2.6-block.git] / drivers / media / video / cx88 / cx88-cards.c
CommitLineData
1da177e4 1/*
1da177e4
LT
2 *
3 * device driver for Conexant 2388x based TV cards
4 * card-specific stuff.
5 *
6 * (c) 2003 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
7 *
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.
12 *
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.
17 *
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.
21 */
22
23#include <linux/init.h>
24#include <linux/module.h>
25#include <linux/pci.h>
26#include <linux/delay.h>
27
28#include "cx88.h"
29
30/* ------------------------------------------------------------------ */
31/* board config info */
32
33struct cx88_board cx88_boards[] = {
34 [CX88_BOARD_UNKNOWN] = {
35 .name = "UNKNOWN/GENERIC",
36 .tuner_type = UNSET,
b45009b0
MCC
37 .radio_type = UNSET,
38 .tuner_addr = ADDR_UNSET,
39 .radio_addr = ADDR_UNSET,
1da177e4
LT
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 }},
53 },
54 [CX88_BOARD_HAUPPAUGE] = {
55 .name = "Hauppauge WinTV 34xxx models",
56 .tuner_type = UNSET,
b45009b0
MCC
57 .radio_type = UNSET,
58 .tuner_addr = ADDR_UNSET,
59 .radio_addr = ADDR_UNSET,
1da177e4
LT
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,
81 },
82 },
83 [CX88_BOARD_GDI] = {
84 .name = "GDI Black Gold",
85 .tuner_type = UNSET,
b45009b0
MCC
86 .radio_type = UNSET,
87 .tuner_addr = ADDR_UNSET,
88 .radio_addr = ADDR_UNSET,
1da177e4
LT
89 .input = {{
90 .type = CX88_VMUX_TELEVISION,
91 .vmux = 0,
fd3113e8
MCC
92 },{
93 .type = CX88_VMUX_SVIDEO,
94 .vmux = 2,
1da177e4
LT
95 }},
96 },
97 [CX88_BOARD_PIXELVIEW] = {
98 .name = "PixelView",
b45009b0
MCC
99 .tuner_type = TUNER_PHILIPS_PAL,
100 .radio_type = UNSET,
101 .tuner_addr = ADDR_UNSET,
102 .radio_addr = ADDR_UNSET,
1da177e4
LT
103 .input = {{
104 .type = CX88_VMUX_TELEVISION,
105 .vmux = 0,
106 .gpio0 = 0xff00, // internal decoder
107 },{
108 .type = CX88_VMUX_COMPOSITE1,
109 .vmux = 1,
110 },{
111 .type = CX88_VMUX_SVIDEO,
112 .vmux = 2,
113 }},
114 .radio = {
115 .type = CX88_RADIO,
116 .gpio0 = 0xff10,
117 },
118 },
119 [CX88_BOARD_ATI_WONDER_PRO] = {
120 .name = "ATI TV Wonder Pro",
b45009b0
MCC
121 .tuner_type = TUNER_PHILIPS_4IN1,
122 .radio_type = UNSET,
123 .tuner_addr = ADDR_UNSET,
124 .radio_addr = ADDR_UNSET,
1da177e4
LT
125 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
126 .input = {{
127 .type = CX88_VMUX_TELEVISION,
128 .vmux = 0,
4ac97914 129 .gpio0 = 0x03ff,
1da177e4
LT
130 },{
131 .type = CX88_VMUX_COMPOSITE1,
132 .vmux = 1,
4ac97914 133 .gpio0 = 0x03fe,
1da177e4
LT
134 },{
135 .type = CX88_VMUX_SVIDEO,
136 .vmux = 2,
4ac97914 137 .gpio0 = 0x03fe,
1da177e4
LT
138 }},
139 },
4ac97914
MCC
140 [CX88_BOARD_WINFAST2000XP_EXPERT] = {
141 .name = "Leadtek Winfast 2000XP Expert",
142 .tuner_type = TUNER_PHILIPS_4IN1,
b45009b0
MCC
143 .radio_type = UNSET,
144 .tuner_addr = ADDR_UNSET,
145 .radio_addr = ADDR_UNSET,
1da177e4 146 .tda9887_conf = TDA9887_PRESENT,
4ac97914
MCC
147 .input = {{
148 .type = CX88_VMUX_TELEVISION,
149 .vmux = 0,
1da177e4
LT
150 .gpio0 = 0x00F5e700,
151 .gpio1 = 0x00003004,
152 .gpio2 = 0x00F5e700,
153 .gpio3 = 0x02000000,
154 },{
155 .type = CX88_VMUX_COMPOSITE1,
156 .vmux = 1,
157 .gpio0 = 0x00F5c700,
158 .gpio1 = 0x00003004,
159 .gpio2 = 0x00F5c700,
160 .gpio3 = 0x02000000,
161 },{
162 .type = CX88_VMUX_SVIDEO,
163 .vmux = 2,
164 .gpio0 = 0x00F5c700,
165 .gpio1 = 0x00003004,
166 .gpio2 = 0x00F5c700,
167 .gpio3 = 0x02000000,
4ac97914
MCC
168 }},
169 .radio = {
170 .type = CX88_RADIO,
1da177e4
LT
171 .gpio0 = 0x00F5d700,
172 .gpio1 = 0x00003004,
173 .gpio2 = 0x00F5d700,
174 .gpio3 = 0x02000000,
4ac97914
MCC
175 },
176 },
7418f346 177 [CX88_BOARD_AVERTV_STUDIO_303] = {
1da177e4 178 .name = "AverTV Studio 303 (M126)",
b45009b0
MCC
179 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
180 .radio_type = UNSET,
181 .tuner_addr = ADDR_UNSET,
182 .radio_addr = ADDR_UNSET,
1da177e4
LT
183 .tda9887_conf = TDA9887_PRESENT,
184 .input = {{
185 .type = CX88_VMUX_TELEVISION,
186 .vmux = 0,
4aca4831 187 .gpio1 = 0xe09f,
1da177e4
LT
188 },{
189 .type = CX88_VMUX_COMPOSITE1,
190 .vmux = 1,
4aca4831 191 .gpio1 = 0xe05f,
1da177e4
LT
192 },{
193 .type = CX88_VMUX_SVIDEO,
194 .vmux = 2,
4aca4831 195 .gpio1 = 0xe05f,
1da177e4
LT
196 }},
197 .radio = {
4aca4831 198 .gpio1 = 0xe0df,
1da177e4
LT
199 .type = CX88_RADIO,
200 },
201 },
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",
b45009b0
MCC
206 .tuner_type = TUNER_MT2032,
207 .radio_type = UNSET,
208 .tuner_addr = ADDR_UNSET,
209 .radio_addr = ADDR_UNSET,
3ae1adc6 210 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
1da177e4
LT
211 .input = {{
212 .type = CX88_VMUX_TELEVISION,
213 .vmux = 0,
214 .gpio0 = 0x000040bf,
215 .gpio1 = 0x000080c0,
216 .gpio2 = 0x0000ff40,
217 },{
4ac97914
MCC
218 .type = CX88_VMUX_COMPOSITE1,
219 .vmux = 1,
1da177e4
LT
220 .gpio0 = 0x000040bf,
221 .gpio1 = 0x000080c0,
222 .gpio2 = 0x0000ff40,
223 },{
4ac97914
MCC
224 .type = CX88_VMUX_SVIDEO,
225 .vmux = 2,
1da177e4
LT
226 .gpio0 = 0x000040bf,
227 .gpio1 = 0x000080c0,
228 .gpio2 = 0x0000ff40,
4ac97914
MCC
229 }},
230 .radio = {
1da177e4 231 .type = CX88_RADIO,
4ac97914 232 },
1da177e4
LT
233 },
234 [CX88_BOARD_WINFAST_DV2000] = {
4ac97914
MCC
235 .name = "Leadtek Winfast DV2000",
236 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
b45009b0
MCC
237 .radio_type = UNSET,
238 .tuner_addr = ADDR_UNSET,
239 .radio_addr = ADDR_UNSET,
1da177e4 240 .tda9887_conf = TDA9887_PRESENT,
4ac97914
MCC
241 .input = {{
242 .type = CX88_VMUX_TELEVISION,
243 .vmux = 0,
1da177e4
LT
244 .gpio0 = 0x0035e700,
245 .gpio1 = 0x00003004,
246 .gpio2 = 0x0035e700,
247 .gpio3 = 0x02000000,
248 },{
249
250 .type = CX88_VMUX_COMPOSITE1,
251 .vmux = 1,
252 .gpio0 = 0x0035c700,
253 .gpio1 = 0x00003004,
254 .gpio2 = 0x0035c700,
255 .gpio3 = 0x02000000,
256 },{
257 .type = CX88_VMUX_SVIDEO,
258 .vmux = 2,
259 .gpio0 = 0x0035c700,
260 .gpio1 = 0x0035c700,
261 .gpio2 = 0x02000000,
262 .gpio3 = 0x02000000,
263 }},
4ac97914 264 .radio = {
1da177e4
LT
265 .type = CX88_RADIO,
266 .gpio0 = 0x0035d700,
267 .gpio1 = 0x00007004,
268 .gpio2 = 0x0035d700,
269 .gpio3 = 0x02000000,
270 },
4ac97914 271 },
b45009b0 272 [CX88_BOARD_LEADTEK_PVR2000] = {
1da177e4 273 // gpio values for PAL version from regspy by DScaler
b45009b0
MCC
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,
1da177e4 279 .tda9887_conf = TDA9887_PRESENT,
b45009b0
MCC
280 .input = {{
281 .type = CX88_VMUX_TELEVISION,
282 .vmux = 0,
283 .gpio0 = 0x0000bde2,
284 },{
285 .type = CX88_VMUX_COMPOSITE1,
286 .vmux = 1,
287 .gpio0 = 0x0000bde6,
288 },{
289 .type = CX88_VMUX_SVIDEO,
290 .vmux = 2,
291 .gpio0 = 0x0000bde6,
292 }},
293 .radio = {
294 .type = CX88_RADIO,
295 .gpio0 = 0x0000bd62,
296 },
1da177e4 297 .blackbird = 1,
b45009b0 298 },
1da177e4 299 [CX88_BOARD_IODATA_GVVCP3PCI] = {
4ac97914 300 .name = "IODATA GV-VCP3/PCI",
1da177e4 301 .tuner_type = TUNER_ABSENT,
4ac97914 302 .radio_type = UNSET,
b45009b0
MCC
303 .tuner_addr = ADDR_UNSET,
304 .radio_addr = ADDR_UNSET,
305 .input = {{
4ac97914
MCC
306 .type = CX88_VMUX_COMPOSITE1,
307 .vmux = 0,
308 },{
309 .type = CX88_VMUX_COMPOSITE2,
310 .vmux = 1,
311 },{
312 .type = CX88_VMUX_SVIDEO,
313 .vmux = 2,
314 }},
315 },
1da177e4 316 [CX88_BOARD_PROLINK_PLAYTVPVR] = {
4ac97914
MCC
317 .name = "Prolink PlayTV PVR",
318 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
b45009b0
MCC
319 .radio_type = UNSET,
320 .tuner_addr = ADDR_UNSET,
321 .radio_addr = ADDR_UNSET,
1da177e4
LT
322 .tda9887_conf = TDA9887_PRESENT,
323 .input = {{
324 .type = CX88_VMUX_TELEVISION,
325 .vmux = 0,
fc34f165 326 .gpio0 = 0xbff0,
1da177e4
LT
327 },{
328 .type = CX88_VMUX_COMPOSITE1,
329 .vmux = 1,
fc34f165 330 .gpio0 = 0xbff3,
1da177e4
LT
331 },{
332 .type = CX88_VMUX_SVIDEO,
333 .vmux = 2,
fc34f165 334 .gpio0 = 0xbff3,
1da177e4
LT
335 }},
336 .radio = {
337 .type = CX88_RADIO,
fc34f165 338 .gpio0 = 0xbff0,
1da177e4
LT
339 },
340 },
341 [CX88_BOARD_ASUS_PVR_416] = {
342 .name = "ASUS PVR-416",
b45009b0
MCC
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,
1da177e4
LT
348 .input = {{
349 .type = CX88_VMUX_TELEVISION,
350 .vmux = 0,
351 .gpio0 = 0x0000fde6,
4ac97914 352 },{
1da177e4
LT
353 .type = CX88_VMUX_SVIDEO,
354 .vmux = 2,
355 .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
356 }},
4ac97914
MCC
357 .radio = {
358 .type = CX88_RADIO,
1da177e4 359 .gpio0 = 0x0000fde2,
4ac97914 360 },
1da177e4
LT
361 .blackbird = 1,
362 },
363 [CX88_BOARD_MSI_TVANYWHERE] = {
364 .name = "MSI TV-@nywhere",
b45009b0
MCC
365 .tuner_type = TUNER_MT2032,
366 .radio_type = UNSET,
367 .tuner_addr = ADDR_UNSET,
368 .radio_addr = ADDR_UNSET,
1da177e4
LT
369 .tda9887_conf = TDA9887_PRESENT,
370 .input = {{
371 .type = CX88_VMUX_TELEVISION,
372 .vmux = 0,
373 .gpio0 = 0x00000fbf,
374 .gpio2 = 0x0000fc08,
375 },{
4ac97914
MCC
376 .type = CX88_VMUX_COMPOSITE1,
377 .vmux = 1,
1da177e4
LT
378 .gpio0 = 0x00000fbf,
379 .gpio2 = 0x0000fc68,
380 },{
4ac97914
MCC
381 .type = CX88_VMUX_SVIDEO,
382 .vmux = 2,
1da177e4
LT
383 .gpio0 = 0x00000fbf,
384 .gpio2 = 0x0000fc68,
4ac97914 385 }},
1da177e4 386 },
4ac97914
MCC
387 [CX88_BOARD_KWORLD_DVB_T] = {
388 .name = "KWorld/VStream XPert DVB-T",
1da177e4 389 .tuner_type = TUNER_ABSENT,
b45009b0
MCC
390 .radio_type = UNSET,
391 .tuner_addr = ADDR_UNSET,
392 .radio_addr = ADDR_UNSET,
4ac97914
MCC
393 .input = {{
394 .type = CX88_VMUX_COMPOSITE1,
395 .vmux = 1,
1da177e4
LT
396 .gpio0 = 0x0700,
397 .gpio2 = 0x0101,
4ac97914
MCC
398 },{
399 .type = CX88_VMUX_SVIDEO,
400 .vmux = 2,
1da177e4
LT
401 .gpio0 = 0x0700,
402 .gpio2 = 0x0101,
4ac97914 403 }},
1da177e4
LT
404 .dvb = 1,
405 },
406 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
a82decf6 407 .name = "DViCO FusionHDTV DVB-T1",
1da177e4 408 .tuner_type = TUNER_ABSENT, /* No analog tuner */
b45009b0
MCC
409 .radio_type = UNSET,
410 .tuner_addr = ADDR_UNSET,
411 .radio_addr = ADDR_UNSET,
1da177e4
LT
412 .input = {{
413 .type = CX88_VMUX_COMPOSITE1,
414 .vmux = 1,
415 .gpio0 = 0x000027df,
416 },{
417 .type = CX88_VMUX_SVIDEO,
418 .vmux = 2,
419 .gpio0 = 0x000027df,
420 }},
421 .dvb = 1,
422 },
423 [CX88_BOARD_KWORLD_LTV883] = {
424 .name = "KWorld LTV883RF",
b45009b0
MCC
425 .tuner_type = TUNER_TNF_8831BGFF,
426 .radio_type = UNSET,
427 .tuner_addr = ADDR_UNSET,
428 .radio_addr = ADDR_UNSET,
4ac97914
MCC
429 .input = {{
430 .type = CX88_VMUX_TELEVISION,
431 .vmux = 0,
432 .gpio0 = 0x07f8,
1da177e4
LT
433 },{
434 .type = CX88_VMUX_DEBUG,
435 .vmux = 0,
436 .gpio0 = 0x07f9, // mono from tuner chip
4ac97914
MCC
437 },{
438 .type = CX88_VMUX_COMPOSITE1,
439 .vmux = 1,
440 .gpio0 = 0x000007fa,
441 },{
442 .type = CX88_VMUX_SVIDEO,
443 .vmux = 2,
444 .gpio0 = 0x000007fa,
445 }},
446 .radio = {
447 .type = CX88_RADIO,
448 .gpio0 = 0x000007f8,
449 },
1da177e4 450 },
a82decf6
MCC
451 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
452 .name = "DViCO FusionHDTV 3 Gold-Q",
1da177e4 453 .tuner_type = TUNER_MICROTUNE_4042FI5,
b45009b0
MCC
454 .radio_type = UNSET,
455 .tuner_addr = ADDR_UNSET,
456 .radio_addr = ADDR_UNSET,
1da177e4
LT
457 /*
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
a82decf6
MCC
470 GPIO[4] selects high RF for QAM256 mode
471 0 - normal RF
472 1 - high RF
1da177e4
LT
473 */
474 .input = {{
475 .type = CX88_VMUX_TELEVISION,
476 .vmux = 0,
477 .gpio0 = 0x0f0d,
478 },{
479 .type = CX88_VMUX_CABLE,
480 .vmux = 0,
481 .gpio0 = 0x0f05,
482 },{
483 .type = CX88_VMUX_COMPOSITE1,
484 .vmux = 1,
485 .gpio0 = 0x0f00,
486 },{
487 .type = CX88_VMUX_SVIDEO,
488 .vmux = 2,
489 .gpio0 = 0x0f00,
490 }},
f1798495 491 .dvb = 1,
1da177e4 492 },
4ac97914 493 [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
b45009b0 494 .name = "Hauppauge Nova-T DVB-T",
1da177e4 495 .tuner_type = TUNER_ABSENT,
b45009b0
MCC
496 .radio_type = UNSET,
497 .tuner_addr = ADDR_UNSET,
498 .radio_addr = ADDR_UNSET,
499 .input = {{
4ac97914
MCC
500 .type = CX88_VMUX_DVB,
501 .vmux = 0,
502 }},
1da177e4
LT
503 .dvb = 1,
504 },
4ac97914 505 [CX88_BOARD_CONEXANT_DVB_T1] = {
1da177e4
LT
506 .name = "Conexant DVB-T reference design",
507 .tuner_type = TUNER_ABSENT,
b45009b0
MCC
508 .radio_type = UNSET,
509 .tuner_addr = ADDR_UNSET,
510 .radio_addr = ADDR_UNSET,
4ac97914
MCC
511 .input = {{
512 .type = CX88_VMUX_DVB,
513 .vmux = 0,
514 }},
1da177e4
LT
515 .dvb = 1,
516 },
517 [CX88_BOARD_PROVIDEO_PV259] = {
518 .name = "Provideo PV259",
519 .tuner_type = TUNER_PHILIPS_FQ1216ME,
b45009b0
MCC
520 .radio_type = UNSET,
521 .tuner_addr = ADDR_UNSET,
522 .radio_addr = ADDR_UNSET,
1da177e4
LT
523 .input = {{
524 .type = CX88_VMUX_TELEVISION,
525 .vmux = 0,
526 }},
527 .blackbird = 1,
528 },
529 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
a82decf6 530 .name = "DViCO FusionHDTV DVB-T Plus",
1da177e4 531 .tuner_type = TUNER_ABSENT, /* No analog tuner */
b45009b0
MCC
532 .radio_type = UNSET,
533 .tuner_addr = ADDR_UNSET,
534 .radio_addr = ADDR_UNSET,
1da177e4
LT
535 .input = {{
536 .type = CX88_VMUX_COMPOSITE1,
537 .vmux = 1,
538 .gpio0 = 0x000027df,
539 },{
540 .type = CX88_VMUX_SVIDEO,
541 .vmux = 2,
542 .gpio0 = 0x000027df,
543 }},
544 .dvb = 1,
545 },
546 [CX88_BOARD_DNTV_LIVE_DVB_T] = {
4ac97914 547 .name = "digitalnow DNTV Live! DVB-T",
1da177e4 548 .tuner_type = TUNER_ABSENT,
b45009b0
MCC
549 .radio_type = UNSET,
550 .tuner_addr = ADDR_UNSET,
551 .radio_addr = ADDR_UNSET,
4ac97914 552 .input = {{
1da177e4
LT
553 .type = CX88_VMUX_COMPOSITE1,
554 .vmux = 1,
555 .gpio0 = 0x00000700,
556 .gpio2 = 0x00000101,
557 },{
558 .type = CX88_VMUX_SVIDEO,
559 .vmux = 2,
560 .gpio0 = 0x00000700,
561 .gpio2 = 0x00000101,
562 }},
563 .dvb = 1,
564 },
565 [CX88_BOARD_PCHDTV_HD3000] = {
566 .name = "pcHDTV HD3000 HDTV",
9175b854 567 .tuner_type = TUNER_THOMSON_DTT761X,
b45009b0
MCC
568 .radio_type = UNSET,
569 .tuner_addr = ADDR_UNSET,
570 .radio_addr = ADDR_UNSET,
e4f5c82a 571 .tda9887_conf = TDA9887_PRESENT,
1da177e4
LT
572 .input = {{
573 .type = CX88_VMUX_TELEVISION,
574 .vmux = 0,
575 .gpio0 = 0x00008484,
576 .gpio1 = 0x00000000,
577 .gpio2 = 0x00000000,
578 .gpio3 = 0x00000000,
579 },{
580 .type = CX88_VMUX_COMPOSITE1,
581 .vmux = 1,
582 .gpio0 = 0x00008400,
583 .gpio1 = 0x00000000,
584 .gpio2 = 0x00000000,
585 .gpio3 = 0x00000000,
586 },{
587 .type = CX88_VMUX_SVIDEO,
588 .vmux = 2,
589 .gpio0 = 0x00008400,
590 .gpio1 = 0x00000000,
591 .gpio2 = 0x00000000,
592 .gpio3 = 0x00000000,
593 }},
594 .radio = {
595 .type = CX88_RADIO,
596 .vmux = 2,
597 .gpio0 = 0x00008400,
598 .gpio1 = 0x00000000,
599 .gpio2 = 0x00000000,
600 .gpio3 = 0x00000000,
601 },
602 .dvb = 1,
603 },
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
b45009b0
MCC
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,
1da177e4
LT
612 .input = {{
613 .type = CX88_VMUX_TELEVISION,
614 .vmux = 0,
0345c387 615 .gpio0 = 0xed1a,
1da177e4
LT
616 .gpio2 = 0x00ff,
617 },{
618 .type = CX88_VMUX_DEBUG,
619 .vmux = 0,
0345c387 620 .gpio0 = 0xff01,
1da177e4
LT
621 },{
622 .type = CX88_VMUX_COMPOSITE1,
623 .vmux = 1,
624 .gpio0 = 0xff02,
625 },{
626 .type = CX88_VMUX_SVIDEO,
627 .vmux = 2,
628 .gpio0 = 0xed92,
629 .gpio2 = 0x00ff,
630 }},
631 .radio = {
632 .type = CX88_RADIO,
633 .gpio0 = 0xed96,
634 .gpio2 = 0x00ff,
635 },
636 .blackbird = 1,
637 },
638 [CX88_BOARD_DIGITALLOGIC_MEC] = {
1da177e4 639 .name = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
b45009b0
MCC
640 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
641 .radio_type = UNSET,
642 .tuner_addr = ADDR_UNSET,
643 .radio_addr = ADDR_UNSET,
1da177e4
LT
644 .tda9887_conf = TDA9887_PRESENT,
645 .input = {{
646 .type = CX88_VMUX_TELEVISION,
647 .vmux = 0,
b45009b0 648 .gpio0 = 0x00009d80,
1da177e4
LT
649 },{
650 .type = CX88_VMUX_COMPOSITE1,
651 .vmux = 1,
b45009b0 652 .gpio0 = 0x00009d76,
1da177e4
LT
653 },{
654 .type = CX88_VMUX_SVIDEO,
655 .vmux = 2,
b45009b0 656 .gpio0 = 0x00009d76,
1da177e4
LT
657 }},
658 .radio = {
659 .type = CX88_RADIO,
b45009b0 660 .gpio0 = 0x00009d00,
1da177e4
LT
661 },
662 .blackbird = 1,
663 },
664 [CX88_BOARD_IODATA_GVBCTV7E] = {
665 .name = "IODATA GV/BCTV7E",
666 .tuner_type = TUNER_PHILIPS_FQ1286,
b45009b0
MCC
667 .radio_type = UNSET,
668 .tuner_addr = ADDR_UNSET,
669 .radio_addr = ADDR_UNSET,
1da177e4
LT
670 .tda9887_conf = TDA9887_PRESENT,
671 .input = {{
672 .type = CX88_VMUX_TELEVISION,
673 .vmux = 1,
674 .gpio1 = 0x0000e03f,
675 },{
676 .type = CX88_VMUX_COMPOSITE1,
677 .vmux = 2,
678 .gpio1 = 0x0000e07f,
679 },{
680 .type = CX88_VMUX_SVIDEO,
681 .vmux = 3,
682 .gpio1 = 0x0000e07f,
683 }}
684 },
239df2e2
MC
685 [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
686 .name = "PixelView PlayTV Ultra Pro (Stereo)",
b45009b0
MCC
687 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
688 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
c5287ba1
MCC
689 .radio_type = UNSET,
690 .tuner_addr = ADDR_UNSET,
691 .radio_addr = ADDR_UNSET,
239df2e2
MC
692 .input = {{
693 .type = CX88_VMUX_TELEVISION,
694 .vmux = 0,
b45009b0 695 .gpio0 = 0xbf61, /* internal decoder */
239df2e2
MC
696 },{
697 .type = CX88_VMUX_COMPOSITE1,
698 .vmux = 1,
b45009b0 699 .gpio0 = 0xbf63,
239df2e2
MC
700 },{
701 .type = CX88_VMUX_SVIDEO,
702 .vmux = 2,
b45009b0 703 .gpio0 = 0xbf63,
239df2e2
MC
704 }},
705 .radio = {
b45009b0
MCC
706 .type = CX88_RADIO,
707 .gpio0 = 0xbf60,
708 },
239df2e2 709 },
4ac97914 710 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
a82decf6 711 .name = "DViCO FusionHDTV 3 Gold-T",
83ac8722 712 .tuner_type = TUNER_THOMSON_DTT761X,
b45009b0
MCC
713 .radio_type = UNSET,
714 .tuner_addr = ADDR_UNSET,
715 .radio_addr = ADDR_UNSET,
e4f5c82a 716 .tda9887_conf = TDA9887_PRESENT,
a82decf6 717 .input = {{
4ac97914
MCC
718 .type = CX88_VMUX_TELEVISION,
719 .vmux = 0,
720 .gpio0 = 0x97ed,
721 },{
722 .type = CX88_VMUX_COMPOSITE1,
723 .vmux = 1,
724 .gpio0 = 0x97e9,
725 },{
726 .type = CX88_VMUX_SVIDEO,
727 .vmux = 2,
728 .gpio0 = 0x97e9,
729 }},
0d723c09 730 .dvb = 1,
4ac97914
MCC
731 },
732 [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
733 .name = "ADS Tech Instant TV DVB-T PCI",
a82decf6
MCC
734 .tuner_type = TUNER_ABSENT,
735 .radio_type = UNSET,
736 .tuner_addr = ADDR_UNSET,
737 .radio_addr = ADDR_UNSET,
738 .input = {{
4ac97914
MCC
739 .type = CX88_VMUX_COMPOSITE1,
740 .vmux = 1,
a82decf6
MCC
741 .gpio0 = 0x0700,
742 .gpio2 = 0x0101,
4ac97914
MCC
743 },{
744 .type = CX88_VMUX_SVIDEO,
745 .vmux = 2,
a82decf6
MCC
746 .gpio0 = 0x0700,
747 .gpio2 = 0x0101,
4ac97914 748 }},
a82decf6
MCC
749 .dvb = 1,
750 },
e057ee11
MK
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,
757 }},
758 .dvb = 1,
759 },
9fef07ca
MK
760 [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
761 .name = "DViCO FusionHDTV 5 Gold",
762 .tuner_type = TUNER_LG_TDVS_H062F,
763 .radio_type = UNSET,
764 .tuner_addr = ADDR_UNSET,
765 .radio_addr = ADDR_UNSET,
e52e98a7 766 .tda9887_conf = TDA9887_PRESENT,
9fef07ca 767 .input = {{
4ac97914
MCC
768 .type = CX88_VMUX_TELEVISION,
769 .vmux = 0,
770 .gpio0 = 0x87fd,
771 },{
772 .type = CX88_VMUX_COMPOSITE1,
773 .vmux = 1,
774 .gpio0 = 0x87f9,
775 },{
776 .type = CX88_VMUX_SVIDEO,
777 .vmux = 2,
778 .gpio0 = 0x87f9,
779 }},
e52e98a7 780 .dvb = 1,
9fef07ca 781 },
d45170ed
NS
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 .blackbird = 1,
790 .input = {{
791 .type = CX88_VMUX_COMPOSITE1,
792 .vmux = 0,
793 .gpio0 = 0x0000cd73,
794 },{
795 .type = CX88_VMUX_SVIDEO,
796 .vmux = 1,
797 .gpio0 = 0x0000cd73,
798 },{
799 .type = CX88_VMUX_TELEVISION,
800 .vmux = 3,
801 .gpio0 = 0x0000cdb3,
802 }},
803 .radio = {
804 .type = CX88_RADIO,
805 .vmux = 2,
806 .gpio0 = 0x0000cdf3,
807 },
808 },
0bcc37c3
AW
809 [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
810 /* Alexander Wold <awold@bigfoot.com> */
4ac97914
MCC
811 .name = "Kworld V-Stream Xpert DVD",
812 .tuner_type = UNSET,
813 .input = {{
814 .type = CX88_VMUX_COMPOSITE1,
815 .vmux = 1,
816 .gpio0 = 0x03000000,
0bcc37c3
AW
817 .gpio1 = 0x01000000,
818 .gpio2 = 0x02000000,
819 .gpio3 = 0x00100000,
4ac97914
MCC
820 },{
821 .type = CX88_VMUX_SVIDEO,
822 .vmux = 2,
823 .gpio0 = 0x03000000,
824 .gpio1 = 0x01000000,
825 .gpio2 = 0x02000000,
826 .gpio3 = 0x00100000,
827 }},
0bcc37c3 828 },
e976f937
KL
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,
842 },{
843 .type = CX88_VMUX_COMPOSITE1,
844 .vmux = 1,
845 .gpio0 = 0x00000ffe,
846 .gpio1 = 0x000000ff,
847 .gpio2 = 0x00000001,
848 .gpio3 = 0x00000000,
849 },{
850 .type = CX88_VMUX_SVIDEO,
851 .vmux = 2,
852 .gpio0 = 0x00000ffe,
853 .gpio1 = 0x000000ff,
854 .gpio2 = 0x00000001,
855 .gpio3 = 0x00000000,
856 }},
fde6d31e 857 .dvb = 1,
e976f937 858 },
2b5200a7
DS
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,
868 }},
869 .dvb = 1,
870 },
7418f346
LB
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,
885 },{
886 .type = CX88_VMUX_COMPOSITE1,
887 .vmux = 1,
888 .gpio0 = 0x00ff,
889 .gpio1 = 0xe05f,
890 .gpio2 = 0x0010,
891 .gpio3 = 0x0000,
892 },{
893 .type = CX88_VMUX_SVIDEO,
894 .vmux = 2,
895 .gpio0 = 0x00ff,
896 .gpio1 = 0xe05f,
897 .gpio2 = 0x0010,
898 .gpio3 = 0x0000,
899 }},
900 },
0fa14aa6
ST
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,
0fa14aa6
ST
907 .input = {{
908 .type = CX88_VMUX_DVB,
909 .vmux = 0,
910 },{
911 .type = CX88_VMUX_COMPOSITE1,
912 .vmux = 1,
913 },{
914 .type = CX88_VMUX_SVIDEO,
915 .vmux = 2,
916 }},
917 .dvb = 1,
918 },
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,
928 }},
929 .dvb = 1,
930 },
0e0351e3
VC
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,
940 },{
941 .type = CX88_VMUX_COMPOSITE1,
942 .vmux = 1,
943 },{
944 .type = CX88_VMUX_SVIDEO,
945 .vmux = 2,
946 }},
947 .dvb = 1,
948 },
611900c1
ST
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,
959 },{
960 .type = CX88_VMUX_COMPOSITE1,
961 .vmux = 1,
962 },{
963 .type = CX88_VMUX_SVIDEO,
964 .vmux = 2,
965 }},
966 /* fixme: Add radio support */
967 .dvb = 1,
968 },
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,
979 },{
980 .type = CX88_VMUX_COMPOSITE1,
981 .vmux = 1,
982 }},
983 /* fixme: Add radio support */
984 .dvb = 1,
985 },
fc40b261
CP
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,
998 },{
999 .type = CX88_VMUX_COMPOSITE1,
1000 .vmux = 1,
1001 .gpio0 = 0xf80808,
1002 },{
1003 .type = CX88_VMUX_SVIDEO,
1004 .vmux = 2,
1005 .gpio0 = 0xf80808,
1006 }},
1007 .radio = {
1008 .type = CX88_RADIO,
1009 .gpio0 = 0xf80808,
1010 },
1011 .dvb = 1,
1012 },
f39624fd
MM
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,
1027 },{
1028 .type = CX88_VMUX_SVIDEO,
1029 .vmux = 2,
1030 .gpio0 = 0x0700,
1031 .gpio2 = 0x0101,
1032 }},
1033 .dvb = 1,
1034 },
43eabb4e
CP
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 = 0x000027df,
1045 },{
1046 .type = CX88_VMUX_SVIDEO,
1047 .vmux = 2,
1048 .gpio0 = 0x000027df,
1049 }},
1050 .dvb = 1,
1051 },
44256de1 1052 [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
f29edc22 1053 /* FIXME: Standard video using the cx88 broadcast decoder is
44256de1
MK
1054 * working, but blackbird isn't working yet, audio is only
1055 * working correctly for television mode. S-Video and Composite
1056 * are working for video-only, so I have them disabled for now.
1057 */
1058 .name = "KWorld HardwareMpegTV XPert",
1059 .tuner_type = TUNER_PHILIPS_TDA8290,
1060 .radio_type = UNSET,
1061 .tuner_addr = ADDR_UNSET,
1062 .radio_addr = ADDR_UNSET,
1063 .input = {{
1064 .type = CX88_VMUX_TELEVISION,
1065 .vmux = 0,
e2798212 1066 .gpio0 = 0x3de2,
24da4e4b 1067 .gpio2 = 0x00ff,
44256de1 1068 }},
e2798212
MK
1069 .radio = {
1070 .type = CX88_RADIO,
1071 .gpio0 = 0x3de6,
24da4e4b 1072 .gpio2 = 0x00ff,
e2798212 1073 },
44256de1 1074 },
780dfef3
CP
1075 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1076 .name = "DViCO FusionHDTV DVB-T Hybrid",
91ae3299 1077 .tuner_type = TUNER_THOMSON_FE6600,
780dfef3
CP
1078 .radio_type = UNSET,
1079 .tuner_addr = ADDR_UNSET,
1080 .radio_addr = ADDR_UNSET,
1081 .input = {{
1082 .type = CX88_VMUX_TELEVISION,
1083 .vmux = 0,
1084 .gpio0 = 0x0000a75f,
1085 },{
1086 .type = CX88_VMUX_COMPOSITE1,
1087 .vmux = 1,
1088 .gpio0 = 0x0000a75b,
1089 },{
1090 .type = CX88_VMUX_SVIDEO,
1091 .vmux = 2,
1092 .gpio0 = 0x0000a75b,
1093 }},
1094 .dvb = 1,
1095 },
e142e7c4
MK
1096 [CX88_BOARD_PCHDTV_HD5500] = {
1097 .name = "pcHDTV HD5500 HDTV",
1098 .tuner_type = TUNER_LG_TDVS_H062F,
1099 .radio_type = UNSET,
1100 .tuner_addr = ADDR_UNSET,
1101 .radio_addr = ADDR_UNSET,
1102 .tda9887_conf = TDA9887_PRESENT,
1103 .input = {{
1104 .type = CX88_VMUX_TELEVISION,
1105 .vmux = 0,
1106 .gpio0 = 0x87fd,
1107 },{
1108 .type = CX88_VMUX_COMPOSITE1,
1109 .vmux = 1,
1110 .gpio0 = 0x87f9,
1111 },{
1112 .type = CX88_VMUX_SVIDEO,
1113 .vmux = 2,
1114 .gpio0 = 0x87f9,
1115 }},
1116 .dvb = 1,
1117 },
1da177e4
LT
1118};
1119const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1120
1121/* ------------------------------------------------------------------ */
1122/* PCI subsystem IDs */
1123
1124struct cx88_subid cx88_subids[] = {
1125 {
1126 .subvendor = 0x0070,
1127 .subdevice = 0x3400,
1128 .card = CX88_BOARD_HAUPPAUGE,
1129 },{
1130 .subvendor = 0x0070,
1131 .subdevice = 0x3401,
1132 .card = CX88_BOARD_HAUPPAUGE,
1133 },{
1134 .subvendor = 0x14c7,
1135 .subdevice = 0x0106,
1136 .card = CX88_BOARD_GDI,
1137 },{
1138 .subvendor = 0x14c7,
1139 .subdevice = 0x0107, /* with mpeg encoder */
1140 .card = CX88_BOARD_GDI,
1141 },{
1142 .subvendor = PCI_VENDOR_ID_ATI,
1143 .subdevice = 0x00f8,
1144 .card = CX88_BOARD_ATI_WONDER_PRO,
1145 },{
4ac97914
MCC
1146 .subvendor = 0x107d,
1147 .subdevice = 0x6611,
1148 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1149 },{
1150 .subvendor = 0x107d,
1151 .subdevice = 0x6613, /* NTSC */
1152 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1153 },{
1154 .subvendor = 0x107d,
1155 .subdevice = 0x6620,
1156 .card = CX88_BOARD_WINFAST_DV2000,
1da177e4 1157 },{
4ac97914
MCC
1158 .subvendor = 0x107d,
1159 .subdevice = 0x663b,
1160 .card = CX88_BOARD_LEADTEK_PVR2000,
1da177e4
LT
1161 },{
1162 .subvendor = 0x107d,
4ac97914
MCC
1163 .subdevice = 0x663C,
1164 .card = CX88_BOARD_LEADTEK_PVR2000,
1165 },{
1da177e4
LT
1166 .subvendor = 0x1461,
1167 .subdevice = 0x000b,
7418f346 1168 .card = CX88_BOARD_AVERTV_STUDIO_303,
1da177e4
LT
1169 },{
1170 .subvendor = 0x1462,
1171 .subdevice = 0x8606,
1172 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1173 },{
4ac97914
MCC
1174 .subvendor = 0x10fc,
1175 .subdevice = 0xd003,
1176 .card = CX88_BOARD_IODATA_GVVCP3PCI,
1da177e4 1177 },{
4ac97914
MCC
1178 .subvendor = 0x1043,
1179 .subdevice = 0x4823, /* with mpeg encoder */
1180 .card = CX88_BOARD_ASUS_PVR_416,
1da177e4
LT
1181 },{
1182 .subvendor = 0x17de,
1183 .subdevice = 0x08a6,
1184 .card = CX88_BOARD_KWORLD_DVB_T,
1185 },{
1186 .subvendor = 0x18ac,
1187 .subdevice = 0xd810,
a82decf6 1188 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
097b750e
MK
1189 },{
1190 .subvendor = 0x18ac,
1191 .subdevice = 0xd820,
80d34362 1192 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1da177e4 1193 },{
7df64e8c
MK
1194 .subvendor = 0x18ac,
1195 .subdevice = 0xdb00,
1da177e4 1196 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
4ac97914 1197 },{
1da177e4
LT
1198 .subvendor = 0x0070,
1199 .subdevice = 0x9002,
1200 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
4ac97914 1201 },{
1da177e4
LT
1202 .subvendor = 0x14f1,
1203 .subdevice = 0x0187,
1204 .card = CX88_BOARD_CONEXANT_DVB_T1,
4ac97914 1205 },{
1da177e4
LT
1206 .subvendor = 0x1540,
1207 .subdevice = 0x2580,
1208 .card = CX88_BOARD_PROVIDEO_PV259,
1209 },{
7df64e8c
MK
1210 .subvendor = 0x18ac,
1211 .subdevice = 0xdb10,
1da177e4
LT
1212 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1213 },{
4ac97914
MCC
1214 .subvendor = 0x1554,
1215 .subdevice = 0x4811,
1216 .card = CX88_BOARD_PIXELVIEW,
1da177e4
LT
1217 },{
1218 .subvendor = 0x7063,
1219 .subdevice = 0x3000, /* HD-3000 card */
1220 .card = CX88_BOARD_PCHDTV_HD3000,
1221 },{
7df64e8c
MK
1222 .subvendor = 0x17de,
1223 .subdevice = 0xa8a6,
1da177e4
LT
1224 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1225 },{
1226 .subvendor = 0x0070,
1227 .subdevice = 0x2801,
1228 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1229 },{
7df64e8c 1230 .subvendor = 0x14f1,
1da177e4
LT
1231 .subdevice = 0x0342,
1232 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1233 },{
1234 .subvendor = 0x10fc,
1235 .subdevice = 0xd035,
1236 .card = CX88_BOARD_IODATA_GVBCTV7E,
a82decf6
MCC
1237 },{
1238 .subvendor = 0x1421,
1239 .subdevice = 0x0334,
1240 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
4ac97914 1241 },{
e057ee11
MK
1242 .subvendor = 0x153b,
1243 .subdevice = 0x1166,
1244 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
4ac97914 1245 },{
9fef07ca
MK
1246 .subvendor = 0x18ac,
1247 .subdevice = 0xd500,
1248 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
4ac97914 1249 },{
d45170ed
NS
1250 .subvendor = 0x1461,
1251 .subdevice = 0x8011,
1252 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
4ac97914 1253 },{
e976f937
KL
1254 .subvendor = PCI_VENDOR_ID_ATI,
1255 .subdevice = 0xa101,
1256 .card = CX88_BOARD_ATI_HDTVWONDER,
4ac97914 1257 },{
2b5200a7
DS
1258 .subvendor = 0x107d,
1259 .subdevice = 0x665f,
1260 .card = CX88_BOARD_WINFAST_DTV1000,
7418f346
LB
1261 },{
1262 .subvendor = 0x1461,
1263 .subdevice = 0x000a,
1264 .card = CX88_BOARD_AVERTV_303,
0fa14aa6
ST
1265 },{
1266 .subvendor = 0x0070,
1267 .subdevice = 0x9200,
fb56cb65
ST
1268 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1269 },{
1270 .subvendor = 0x0070,
1271 .subdevice = 0x9201,
0fa14aa6
ST
1272 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1273 },{
1274 .subvendor = 0x0070,
1275 .subdevice = 0x9202,
fb56cb65 1276 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
0e0351e3
VC
1277 },{
1278 .subvendor = 0x17de,
1279 .subdevice = 0x08b2,
1280 .card = CX88_BOARD_KWORLD_DVBS_100,
611900c1
ST
1281 },{
1282 .subvendor = 0x0070,
1283 .subdevice = 0x9400,
1284 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1285 },{
1286 .subvendor = 0x0070,
1287 .subdevice = 0x9402,
1288 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1289 },{
1290 .subvendor = 0x0070,
1291 .subdevice = 0x9800,
1292 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1293 },{
1294 .subvendor = 0x0070,
1295 .subdevice = 0x9802,
1296 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
c432a072
ST
1297 },{
1298 .subvendor = 0x0070,
1299 .subdevice = 0x9001,
1300 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
fc40b261
CP
1301 },{
1302 .subvendor = 0x1822,
1303 .subdevice = 0x0025,
1304 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
f39624fd 1305 },{
b9f4ad57
CP
1306 .subvendor = 0x17de,
1307 .subdevice = 0x08a1,
1308 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
43eabb4e
CP
1309 },{
1310 .subvendor = 0x18ac,
1311 .subdevice = 0xdb50,
1312 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
f74a6b39
MK
1313 },{
1314 .subvendor = 0x18ac,
1315 .subdevice = 0xdb54,
1316 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1317 /* Re-branded DViCO: DigitalNow DVB-T Dual */
6bfb2e1f
MK
1318 },{
1319 .subvendor = 0x18ac,
1320 .subdevice = 0xdb11,
1321 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1322 /* Re-branded DViCO: UltraView DVB-T Plus */
44256de1
MK
1323 },{
1324 .subvendor = 0x17de,
1325 .subdevice = 0x0840,
1326 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
780dfef3
CP
1327 },{
1328 .subvendor = 0x18ac,
1329 .subdevice = 0xdb40,
1330 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1331 },{
1332 .subvendor = 0x18ac,
1333 .subdevice = 0xdb44,
1334 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
da215d22
RS
1335 },{
1336 .subvendor = 0x7063,
1337 .subdevice = 0x5500,
1338 .card = CX88_BOARD_PCHDTV_HD5500,
b9f4ad57 1339 },
1da177e4
LT
1340};
1341const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
1342
1343/* ----------------------------------------------------------------------- */
1344/* some leadtek specific stuff */
1345
1346static void __devinit leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
1347{
1348 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
1349 * any others.
1350 *
1351 * Byte 0 is 1 on the NTSC board.
1352 */
1353
1354 if (eeprom_data[4] != 0x7d ||
1355 eeprom_data[5] != 0x10 ||
1356 eeprom_data[7] != 0x66) {
1357 printk(KERN_WARNING "%s: Leadtek eeprom invalid.\n",
1358 core->name);
1359 return;
1360 }
1361
1362 core->has_radio = 1;
1363 core->tuner_type = (eeprom_data[6] == 0x13) ? 43 : 38;
1364
1365 printk(KERN_INFO "%s: Leadtek Winfast 2000XP Expert config: "
1366 "tuner=%d, eeprom[0]=0x%02x\n",
1367 core->name, core->tuner_type, eeprom_data[0]);
1368}
1369
1da177e4
LT
1370static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
1371{
1372 struct tveeprom tv;
1373
0f97a931 1374 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
1da177e4 1375 core->tuner_type = tv.tuner_type;
0345c387 1376 core->tuner_formats = tv.tuner_formats;
1da177e4 1377 core->has_radio = tv.has_radio;
1da177e4
LT
1378
1379 /* Make sure we support the board model */
3ca0ea98
ST
1380 switch (tv.model)
1381 {
0345c387 1382 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
42d2b6ef 1383 case 34519: /* WinTV-PCI-FM */
759324c3 1384 case 90002: /* Nova-T-PCI (9002) */
0fe22865
ST
1385 case 92001: /* Nova-S-Plus (Video and IR) */
1386 case 92002: /* Nova-S-Plus (Video and IR) */
1387 case 90003: /* Nova-T-PCI (9002 No RF out) */
759324c3
ST
1388 case 90500: /* Nova-T-PCI (oem) */
1389 case 90501: /* Nova-T-PCI (oem/IR) */
3ca0ea98 1390 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
611900c1
ST
1391 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
1392 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
1393 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
1da177e4
LT
1394 /* known */
1395 break;
1396 default:
1397 printk("%s: warning: unknown hauppauge model #%d\n",
3ca0ea98 1398 core->name, tv.model);
1da177e4
LT
1399 break;
1400 }
1401
3ca0ea98
ST
1402 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
1403 core->name, tv.model);
1da177e4
LT
1404}
1405
1406/* ----------------------------------------------------------------------- */
1407/* some GDI (was: Modular Technology) specific stuff */
1408
1409static struct {
1410 int id;
1411 int fm;
1412 char *name;
1413} gdi_tuner[] = {
1414 [ 0x01 ] = { .id = TUNER_ABSENT,
1415 .name = "NTSC_M" },
1416 [ 0x02 ] = { .id = TUNER_ABSENT,
1417 .name = "PAL_B" },
1418 [ 0x03 ] = { .id = TUNER_ABSENT,
1419 .name = "PAL_I" },
1420 [ 0x04 ] = { .id = TUNER_ABSENT,
1421 .name = "PAL_D" },
1422 [ 0x05 ] = { .id = TUNER_ABSENT,
1423 .name = "SECAM" },
1424
1425 [ 0x10 ] = { .id = TUNER_ABSENT,
1426 .fm = 1,
1427 .name = "TEMIC_4049" },
1428 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
1429 .name = "TEMIC_4136" },
1430 [ 0x12 ] = { .id = TUNER_ABSENT,
1431 .name = "TEMIC_4146" },
1432
1433 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
1434 .fm = 1,
1435 .name = "PHILIPS_FQ1216_MK3" },
1436 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
1437 .name = "PHILIPS_FQ1236_MK3" },
1438 [ 0x22 ] = { .id = TUNER_ABSENT,
1439 .name = "PHILIPS_FI1236_MK3" },
1440 [ 0x23 ] = { .id = TUNER_ABSENT,
1441 .name = "PHILIPS_FI1216_MK3" },
1442};
1443
1444static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
1445{
1446 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
1447 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
1448
1449 printk(KERN_INFO "%s: GDI: tuner=%s\n", core->name,
1450 name ? name : "unknown");
1451 if (NULL == name)
1452 return;
1453 core->tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
1454 core->has_radio = gdi_tuner[eeprom_data[0x0d]].fm;
1455}
1456
780dfef3
CP
1457/* ----------------------------------------------------------------------- */
1458/* some DViCO specific stuff */
1459
1460static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
1461{
1462 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
1463 int i, err;
69b27e3d 1464 static u8 init_bufs[13][5] = {
780dfef3
CP
1465 { 0x10, 0x00, 0x20, 0x01, 0x03 },
1466 { 0x10, 0x10, 0x01, 0x00, 0x21 },
1467 { 0x10, 0x10, 0x10, 0x00, 0xCA },
1468 { 0x10, 0x10, 0x12, 0x00, 0x08 },
1469 { 0x10, 0x10, 0x13, 0x00, 0x0A },
1470 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
1471 { 0x10, 0x10, 0x22, 0x01, 0x3D },
1472 { 0x10, 0x10, 0x73, 0x01, 0x2E },
1473 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
1474 { 0x10, 0x10, 0x71, 0x01, 0x97 },
1475 { 0x10, 0x10, 0x70, 0x00, 0x0F },
1476 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
1477 { 0x03, 0x0C },
1478 };
1479
1480 for (i = 0; i < 13; i++) {
1481 msg.buf = init_bufs[i];
1482 msg.len = (i != 12 ? 5 : 2);
1483 err = i2c_transfer(&core->i2c_adap, &msg, 1);
1484 if (err != 1) {
1485 printk("dvico_fusionhdtv_hybrid_init buf %d failed (err = %d)!\n", i, err);
1486 return;
1487 }
1488 }
1489}
1490
1da177e4
LT
1491/* ----------------------------------------------------------------------- */
1492
1493void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
1494{
1495 int i;
1496
1497 if (0 == pci->subsystem_vendor &&
1498 0 == pci->subsystem_device) {
1499 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
1500 "%s: be autodetected. Please pass card=<n> insmod option to\n"
1501 "%s: workaround that. Redirect complaints to the vendor of\n"
1502 "%s: the TV card. Best regards,\n"
1503 "%s: -- tux\n",
1504 core->name,core->name,core->name,core->name,core->name);
1505 } else {
1506 printk("%s: Your board isn't known (yet) to the driver. You can\n"
1507 "%s: try to pick one of the existing card configs via\n"
1508 "%s: card=<n> insmod option. Updating to the latest\n"
1509 "%s: version might help as well.\n",
1510 core->name,core->name,core->name,core->name);
1511 }
1512 printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1513 core->name);
1514 for (i = 0; i < cx88_bcount; i++)
1515 printk("%s: card=%d -> %s\n",
1516 core->name, i, cx88_boards[i].name);
1517}
1518
1519void cx88_card_setup(struct cx88_core *core)
1520{
3ca0ea98 1521 static u8 eeprom[256];
1da177e4
LT
1522
1523 if (0 == core->i2c_rc) {
1524 core->i2c_client.addr = 0xa0 >> 1;
1525 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
1526 }
1527
1528 switch (core->board) {
1529 case CX88_BOARD_HAUPPAUGE:
1530 case CX88_BOARD_HAUPPAUGE_ROSLYN:
1531 if (0 == core->i2c_rc)
1532 hauppauge_eeprom(core,eeprom+8);
1533 break;
1534 case CX88_BOARD_GDI:
1535 if (0 == core->i2c_rc)
1536 gdi_eeprom(core,eeprom);
1537 break;
1538 case CX88_BOARD_WINFAST2000XP_EXPERT:
1539 if (0 == core->i2c_rc)
1540 leadtek_eeprom(core,eeprom);
1541 break;
0fa14aa6
ST
1542 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
1543 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
1da177e4 1544 case CX88_BOARD_HAUPPAUGE_DVB_T1:
611900c1
ST
1545 case CX88_BOARD_HAUPPAUGE_HVR1100:
1546 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
1da177e4 1547 if (0 == core->i2c_rc)
3ca0ea98 1548 hauppauge_eeprom(core,eeprom);
1da177e4 1549 break;
0e0351e3
VC
1550 case CX88_BOARD_KWORLD_DVBS_100:
1551 cx_write(MO_GP0_IO, 0x000007f8);
1552 cx_write(MO_GP1_IO, 0x00000001);
1553 break;
1da177e4
LT
1554 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
1555 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
43eabb4e 1556 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
780dfef3 1557 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
1da177e4
LT
1558 /* GPIO0:0 is hooked to mt352 reset pin */
1559 cx_set(MO_GP0_IO, 0x00000101);
1560 cx_clear(MO_GP0_IO, 0x00000001);
1561 msleep(1);
1562 cx_set(MO_GP0_IO, 0x00000101);
780dfef3
CP
1563 if (0 == core->i2c_rc &&
1564 core->board == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
1565 dvico_fusionhdtv_hybrid_init(core);
1da177e4
LT
1566 break;
1567 case CX88_BOARD_KWORLD_DVB_T:
1568 case CX88_BOARD_DNTV_LIVE_DVB_T:
1569 cx_set(MO_GP0_IO, 0x00000707);
1570 cx_set(MO_GP2_IO, 0x00000101);
1571 cx_clear(MO_GP2_IO, 0x00000001);
1572 msleep(1);
1573 cx_clear(MO_GP0_IO, 0x00000007);
1574 cx_set(MO_GP2_IO, 0x00000101);
1575 break;
fc40b261
CP
1576 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
1577 cx_write(MO_GP0_IO, 0x00080808);
1578 break;
e976f937
KL
1579 case CX88_BOARD_ATI_HDTVWONDER:
1580 if (0 == core->i2c_rc) {
1581 /* enable tuner */
1582 int i;
b9ee9ad7 1583 static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
e976f937 1584 core->i2c_client.addr = 0x0a;
e976f937 1585
fde6d31e 1586 for (i = 0; i < 5; i++)
e976f937
KL
1587 if (2 != i2c_master_send(&core->i2c_client,&buffer[i*2],2))
1588 printk(KERN_WARNING "%s: Unable to enable tuner(%i).\n",
1589 core->name, i);
1590 }
1591 break;
1da177e4
LT
1592 }
1593 if (cx88_boards[core->board].radio.type == CX88_RADIO)
1594 core->has_radio = 1;
1595}
1596
1597/* ------------------------------------------------------------------ */
1598
1599EXPORT_SYMBOL(cx88_boards);
1600EXPORT_SYMBOL(cx88_bcount);
1601EXPORT_SYMBOL(cx88_subids);
1602EXPORT_SYMBOL(cx88_idcount);
1603EXPORT_SYMBOL(cx88_card_list);
1604EXPORT_SYMBOL(cx88_card_setup);
1605
1606/*
1607 * Local variables:
1608 * c-basic-offset: 8
1609 * End:
b45009b0 1610 * 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
1da177e4 1611 */