Merge master.kernel.org:/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[pandora-kernel.git] / drivers / media / video / cx88 / cx88-cards.c
1 /*
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
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                 }},
53         },
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,
81                 },
82         },
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                 }},
96         },
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
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",
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,
130                 },{
131                         .type   = CX88_VMUX_COMPOSITE1,
132                         .vmux   = 1,
133                         .gpio0  = 0x03fe,
134                 },{
135                         .type   = CX88_VMUX_SVIDEO,
136                         .vmux   = 2,
137                         .gpio0  = 0x03fe,
138                 }},
139         },
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,
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,
168                 }},
169                 .radio = {
170                         .type   = CX88_RADIO,
171                         .gpio0  = 0x00F5d700,
172                         .gpio1  = 0x00003004,
173                         .gpio2  = 0x00F5d700,
174                         .gpio3  = 0x02000000,
175                 },
176         },
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,
188                 },{
189                         .type   = CX88_VMUX_COMPOSITE1,
190                         .vmux   = 1,
191                         .gpio1  = 0xe05f,
192                 },{
193                         .type   = CX88_VMUX_SVIDEO,
194                         .vmux   = 2,
195                         .gpio1  = 0xe05f,
196                 }},
197                 .radio = {
198                         .gpio1  = 0xe0df,
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",
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,
217                 },{
218                         .type   = CX88_VMUX_COMPOSITE1,
219                         .vmux   = 1,
220                         .gpio0  = 0x000040bf,
221                         .gpio1  = 0x000080c0,
222                         .gpio2  = 0x0000ff40,
223                 },{
224                         .type   = CX88_VMUX_SVIDEO,
225                         .vmux   = 2,
226                         .gpio0  = 0x000040bf,
227                         .gpio1  = 0x000080c0,
228                         .gpio2  = 0x0000ff40,
229                 }},
230                 .radio = {
231                          .type   = CX88_RADIO,
232                 },
233         },
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,
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                 }},
264                 .radio = {
265                         .type   = CX88_RADIO,
266                         .gpio0  = 0x0035d700,
267                         .gpio1  = 0x00007004,
268                         .gpio2  = 0x0035d700,
269                         .gpio3  = 0x02000000,
270                 },
271         },
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,
284                         .extadc = 1,
285                 },{
286                         .type   = CX88_VMUX_COMPOSITE1,
287                         .vmux   = 1,
288                         .gpio0  = 0x0000bde6,
289                         .extadc = 1,
290                 },{
291                         .type   = CX88_VMUX_SVIDEO,
292                         .vmux   = 2,
293                         .gpio0  = 0x0000bde6,
294                         .extadc = 1,
295                 }},
296                 .radio = {
297                         .type   = CX88_RADIO,
298                         .gpio0  = 0x0000bd62,
299                         .extadc = 1,
300                 },
301                 .mpeg           = CX88_MPEG_BLACKBIRD,
302         },
303         [CX88_BOARD_IODATA_GVVCP3PCI] = {
304                 .name           = "IODATA GV-VCP3/PCI",
305                 .tuner_type     = TUNER_ABSENT,
306                 .radio_type     = UNSET,
307                 .tuner_addr     = ADDR_UNSET,
308                 .radio_addr     = ADDR_UNSET,
309                 .input          = {{
310                         .type   = CX88_VMUX_COMPOSITE1,
311                         .vmux   = 0,
312                 },{
313                         .type   = CX88_VMUX_COMPOSITE2,
314                         .vmux   = 1,
315                 },{
316                         .type   = CX88_VMUX_SVIDEO,
317                         .vmux   = 2,
318                 }},
319         },
320         [CX88_BOARD_PROLINK_PLAYTVPVR] = {
321                 .name           = "Prolink PlayTV PVR",
322                 .tuner_type     = TUNER_PHILIPS_FM1236_MK3,
323                 .radio_type     = UNSET,
324                 .tuner_addr     = ADDR_UNSET,
325                 .radio_addr     = ADDR_UNSET,
326                 .tda9887_conf   = TDA9887_PRESENT,
327                 .input          = {{
328                         .type   = CX88_VMUX_TELEVISION,
329                         .vmux   = 0,
330                         .gpio0  = 0xbff0,
331                 },{
332                         .type   = CX88_VMUX_COMPOSITE1,
333                         .vmux   = 1,
334                         .gpio0  = 0xbff3,
335                 },{
336                         .type   = CX88_VMUX_SVIDEO,
337                         .vmux   = 2,
338                         .gpio0  = 0xbff3,
339                 }},
340                 .radio = {
341                         .type   = CX88_RADIO,
342                         .gpio0  = 0xbff0,
343                 },
344         },
345         [CX88_BOARD_ASUS_PVR_416] = {
346                 .name           = "ASUS PVR-416",
347                 .tuner_type     = TUNER_PHILIPS_FM1236_MK3,
348                 .radio_type     = UNSET,
349                 .tuner_addr     = ADDR_UNSET,
350                 .radio_addr     = ADDR_UNSET,
351                 .tda9887_conf   = TDA9887_PRESENT,
352                 .input          = {{
353                         .type   = CX88_VMUX_TELEVISION,
354                         .vmux   = 0,
355                         .gpio0  = 0x0000fde6,
356                 },{
357                         .type   = CX88_VMUX_SVIDEO,
358                         .vmux   = 2,
359                         .gpio0  = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
360                         .extadc = 1,
361                 }},
362                 .radio = {
363                         .type   = CX88_RADIO,
364                         .gpio0  = 0x0000fde2,
365                 },
366                 .mpeg           = CX88_MPEG_BLACKBIRD,
367         },
368         [CX88_BOARD_MSI_TVANYWHERE] = {
369                 .name           = "MSI TV-@nywhere",
370                 .tuner_type     = TUNER_MT2032,
371                 .radio_type     = UNSET,
372                 .tuner_addr     = ADDR_UNSET,
373                 .radio_addr     = ADDR_UNSET,
374                 .tda9887_conf   = TDA9887_PRESENT,
375                 .input          = {{
376                         .type   = CX88_VMUX_TELEVISION,
377                         .vmux   = 0,
378                         .gpio0  = 0x00000fbf,
379                         .gpio2  = 0x0000fc08,
380                 },{
381                         .type   = CX88_VMUX_COMPOSITE1,
382                         .vmux   = 1,
383                         .gpio0  = 0x00000fbf,
384                         .gpio2  = 0x0000fc68,
385                 },{
386                         .type   = CX88_VMUX_SVIDEO,
387                         .vmux   = 2,
388                         .gpio0  = 0x00000fbf,
389                         .gpio2  = 0x0000fc68,
390                 }},
391         },
392         [CX88_BOARD_KWORLD_DVB_T] = {
393                 .name           = "KWorld/VStream XPert DVB-T",
394                 .tuner_type     = TUNER_ABSENT,
395                 .radio_type     = UNSET,
396                 .tuner_addr     = ADDR_UNSET,
397                 .radio_addr     = ADDR_UNSET,
398                 .input          = {{
399                         .type   = CX88_VMUX_COMPOSITE1,
400                         .vmux   = 1,
401                         .gpio0  = 0x0700,
402                         .gpio2  = 0x0101,
403                 },{
404                         .type   = CX88_VMUX_SVIDEO,
405                         .vmux   = 2,
406                         .gpio0  = 0x0700,
407                         .gpio2  = 0x0101,
408                 }},
409                 .mpeg           = CX88_MPEG_DVB,
410         },
411         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
412                 .name           = "DViCO FusionHDTV DVB-T1",
413                 .tuner_type     = TUNER_ABSENT, /* No analog tuner */
414                 .radio_type     = UNSET,
415                 .tuner_addr     = ADDR_UNSET,
416                 .radio_addr     = ADDR_UNSET,
417                 .input          = {{
418                         .type   = CX88_VMUX_COMPOSITE1,
419                         .vmux   = 1,
420                         .gpio0  = 0x000027df,
421                 },{
422                         .type   = CX88_VMUX_SVIDEO,
423                         .vmux   = 2,
424                         .gpio0  = 0x000027df,
425                 }},
426                 .mpeg           = CX88_MPEG_DVB,
427         },
428         [CX88_BOARD_KWORLD_LTV883] = {
429                 .name           = "KWorld LTV883RF",
430                 .tuner_type     = TUNER_TNF_8831BGFF,
431                 .radio_type     = UNSET,
432                 .tuner_addr     = ADDR_UNSET,
433                 .radio_addr     = ADDR_UNSET,
434                 .input          = {{
435                         .type   = CX88_VMUX_TELEVISION,
436                         .vmux   = 0,
437                         .gpio0  = 0x07f8,
438                 },{
439                         .type   = CX88_VMUX_DEBUG,
440                         .vmux   = 0,
441                         .gpio0  = 0x07f9,  // mono from tuner chip
442                 },{
443                         .type   = CX88_VMUX_COMPOSITE1,
444                         .vmux   = 1,
445                         .gpio0  = 0x000007fa,
446                 },{
447                         .type   = CX88_VMUX_SVIDEO,
448                         .vmux   = 2,
449                         .gpio0  = 0x000007fa,
450                 }},
451                 .radio = {
452                         .type   = CX88_RADIO,
453                         .gpio0  = 0x000007f8,
454                 },
455         },
456         [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
457                 .name           = "DViCO FusionHDTV 3 Gold-Q",
458                 .tuner_type     = TUNER_MICROTUNE_4042FI5,
459                 .radio_type     = UNSET,
460                 .tuner_addr     = ADDR_UNSET,
461                 .radio_addr     = ADDR_UNSET,
462                 /*
463                    GPIO[0] resets DT3302 DTV receiver
464                     0 - reset asserted
465                     1 - normal operation
466                    GPIO[1] mutes analog audio output connector
467                     0 - enable selected source
468                     1 - mute
469                    GPIO[2] selects source for analog audio output connector
470                     0 - analog audio input connector on tab
471                     1 - analog DAC output from CX23881 chip
472                    GPIO[3] selects RF input connector on tuner module
473                     0 - RF connector labeled CABLE
474                     1 - RF connector labeled ANT
475                    GPIO[4] selects high RF for QAM256 mode
476                     0 - normal RF
477                     1 - high RF
478                 */
479                 .input          = {{
480                         .type   = CX88_VMUX_TELEVISION,
481                         .vmux   = 0,
482                         .gpio0  = 0x0f0d,
483                 },{
484                         .type   = CX88_VMUX_CABLE,
485                         .vmux   = 0,
486                         .gpio0  = 0x0f05,
487                 },{
488                         .type   = CX88_VMUX_COMPOSITE1,
489                         .vmux   = 1,
490                         .gpio0  = 0x0f00,
491                 },{
492                         .type   = CX88_VMUX_SVIDEO,
493                         .vmux   = 2,
494                         .gpio0  = 0x0f00,
495                 }},
496                 .mpeg           = CX88_MPEG_DVB,
497         },
498         [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
499                 .name           = "Hauppauge Nova-T DVB-T",
500                 .tuner_type     = TUNER_ABSENT,
501                 .radio_type     = UNSET,
502                 .tuner_addr     = ADDR_UNSET,
503                 .radio_addr     = ADDR_UNSET,
504                 .input          = {{
505                         .type   = CX88_VMUX_DVB,
506                         .vmux   = 0,
507                 }},
508                 .mpeg           = CX88_MPEG_DVB,
509         },
510         [CX88_BOARD_CONEXANT_DVB_T1] = {
511                 .name           = "Conexant DVB-T reference design",
512                 .tuner_type     = TUNER_ABSENT,
513                 .radio_type     = UNSET,
514                 .tuner_addr     = ADDR_UNSET,
515                 .radio_addr     = ADDR_UNSET,
516                 .input          = {{
517                         .type   = CX88_VMUX_DVB,
518                         .vmux   = 0,
519                 }},
520                 .mpeg           = CX88_MPEG_DVB,
521         },
522         [CX88_BOARD_PROVIDEO_PV259] = {
523                 .name           = "Provideo PV259",
524                 .tuner_type     = TUNER_PHILIPS_FQ1216ME,
525                 .radio_type     = UNSET,
526                 .tuner_addr     = ADDR_UNSET,
527                 .radio_addr     = ADDR_UNSET,
528                 .input          = {{
529                         .type   = CX88_VMUX_TELEVISION,
530                         .vmux   = 0,
531                         .extadc = 1,
532                 }},
533                 .mpeg           = CX88_MPEG_BLACKBIRD,
534         },
535         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
536                 .name           = "DViCO FusionHDTV DVB-T Plus",
537                 .tuner_type     = TUNER_ABSENT, /* No analog tuner */
538                 .radio_type     = UNSET,
539                 .tuner_addr     = ADDR_UNSET,
540                 .radio_addr     = ADDR_UNSET,
541                 .input          = {{
542                         .type   = CX88_VMUX_COMPOSITE1,
543                         .vmux   = 1,
544                         .gpio0  = 0x000027df,
545                 },{
546                         .type   = CX88_VMUX_SVIDEO,
547                         .vmux   = 2,
548                         .gpio0  = 0x000027df,
549                 }},
550                 .mpeg           = CX88_MPEG_DVB,
551         },
552         [CX88_BOARD_DNTV_LIVE_DVB_T] = {
553                 .name           = "digitalnow DNTV Live! DVB-T",
554                 .tuner_type     = TUNER_ABSENT,
555                 .radio_type     = UNSET,
556                 .tuner_addr     = ADDR_UNSET,
557                 .radio_addr     = ADDR_UNSET,
558                 .input          = {{
559                         .type   = CX88_VMUX_COMPOSITE1,
560                         .vmux   = 1,
561                         .gpio0  = 0x00000700,
562                         .gpio2  = 0x00000101,
563                 },{
564                         .type   = CX88_VMUX_SVIDEO,
565                         .vmux   = 2,
566                         .gpio0  = 0x00000700,
567                         .gpio2  = 0x00000101,
568                 }},
569                 .mpeg           = CX88_MPEG_DVB,
570         },
571         [CX88_BOARD_PCHDTV_HD3000] = {
572                 .name           = "pcHDTV HD3000 HDTV",
573                 .tuner_type     = TUNER_THOMSON_DTT761X,
574                 .radio_type     = UNSET,
575                 .tuner_addr     = ADDR_UNSET,
576                 .radio_addr     = ADDR_UNSET,
577                 .tda9887_conf   = TDA9887_PRESENT,
578                 .input          = {{
579                         .type   = CX88_VMUX_TELEVISION,
580                         .vmux   = 0,
581                         .gpio0  = 0x00008484,
582                         .gpio1  = 0x00000000,
583                         .gpio2  = 0x00000000,
584                         .gpio3  = 0x00000000,
585                 },{
586                         .type   = CX88_VMUX_COMPOSITE1,
587                         .vmux   = 1,
588                         .gpio0  = 0x00008400,
589                         .gpio1  = 0x00000000,
590                         .gpio2  = 0x00000000,
591                         .gpio3  = 0x00000000,
592                 },{
593                         .type   = CX88_VMUX_SVIDEO,
594                         .vmux   = 2,
595                         .gpio0  = 0x00008400,
596                         .gpio1  = 0x00000000,
597                         .gpio2  = 0x00000000,
598                         .gpio3  = 0x00000000,
599                 }},
600                 .radio = {
601                         .type   = CX88_RADIO,
602                         .vmux   = 2,
603                         .gpio0  = 0x00008400,
604                         .gpio1  = 0x00000000,
605                         .gpio2  = 0x00000000,
606                         .gpio3  = 0x00000000,
607                 },
608                 .mpeg           = CX88_MPEG_DVB,
609         },
610         [CX88_BOARD_HAUPPAUGE_ROSLYN] = {
611                 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
612                 // GPIO values obtained from regspy, courtesy Sean Covel
613                 .name           = "Hauppauge WinTV 28xxx (Roslyn) models",
614                 .tuner_type     = UNSET,
615                 .radio_type     = UNSET,
616                 .tuner_addr     = ADDR_UNSET,
617                 .radio_addr     = ADDR_UNSET,
618                 .input          = {{
619                         .type   = CX88_VMUX_TELEVISION,
620                         .vmux   = 0,
621                         .gpio0  = 0xed1a,
622                         .gpio2  = 0x00ff,
623                 },{
624                         .type   = CX88_VMUX_DEBUG,
625                         .vmux   = 0,
626                         .gpio0  = 0xff01,
627                 },{
628                         .type   = CX88_VMUX_COMPOSITE1,
629                         .vmux   = 1,
630                         .gpio0  = 0xff02,
631                 },{
632                         .type   = CX88_VMUX_SVIDEO,
633                         .vmux   = 2,
634                         .gpio0  = 0xed92,
635                         .gpio2  = 0x00ff,
636                 }},
637                 .radio = {
638                          .type   = CX88_RADIO,
639                          .gpio0  = 0xed96,
640                          .gpio2  = 0x00ff,
641                  },
642                 .mpeg           = CX88_MPEG_BLACKBIRD,
643         },
644         [CX88_BOARD_DIGITALLOGIC_MEC] = {
645                 .name           = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
646                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
647                 .radio_type     = UNSET,
648                 .tuner_addr     = ADDR_UNSET,
649                 .radio_addr     = ADDR_UNSET,
650                 .tda9887_conf   = TDA9887_PRESENT,
651                 .input          = {{
652                         .type   = CX88_VMUX_TELEVISION,
653                         .vmux   = 0,
654                         .gpio0  = 0x00009d80,
655                         .extadc = 1,
656                 },{
657                         .type   = CX88_VMUX_COMPOSITE1,
658                         .vmux   = 1,
659                         .gpio0  = 0x00009d76,
660                         .extadc = 1,
661                 },{
662                         .type   = CX88_VMUX_SVIDEO,
663                         .vmux   = 2,
664                         .gpio0  = 0x00009d76,
665                         .extadc = 1,
666                 }},
667                 .radio = {
668                         .type   = CX88_RADIO,
669                         .gpio0  = 0x00009d00,
670                         .extadc = 1,
671                 },
672                 .mpeg           = CX88_MPEG_BLACKBIRD,
673         },
674         [CX88_BOARD_IODATA_GVBCTV7E] = {
675                 .name           = "IODATA GV/BCTV7E",
676                 .tuner_type     = TUNER_PHILIPS_FQ1286,
677                 .radio_type     = UNSET,
678                 .tuner_addr     = ADDR_UNSET,
679                 .radio_addr     = ADDR_UNSET,
680                 .tda9887_conf   = TDA9887_PRESENT,
681                 .input          = {{
682                         .type   = CX88_VMUX_TELEVISION,
683                         .vmux   = 1,
684                         .gpio1  = 0x0000e03f,
685                 },{
686                         .type   = CX88_VMUX_COMPOSITE1,
687                         .vmux   = 2,
688                         .gpio1  = 0x0000e07f,
689                 },{
690                         .type   = CX88_VMUX_SVIDEO,
691                         .vmux   = 3,
692                         .gpio1  = 0x0000e07f,
693                 }}
694         },
695         [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
696                 .name           = "PixelView PlayTV Ultra Pro (Stereo)",
697                 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
698                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
699                 .radio_type     = UNSET,
700                 .tuner_addr     = ADDR_UNSET,
701                 .radio_addr     = ADDR_UNSET,
702                 .input          = {{
703                         .type   = CX88_VMUX_TELEVISION,
704                         .vmux   = 0,
705                         .gpio0  = 0xbf61,  /* internal decoder */
706                 },{
707                         .type   = CX88_VMUX_COMPOSITE1,
708                         .vmux   = 1,
709                         .gpio0  = 0xbf63,
710                 },{
711                         .type   = CX88_VMUX_SVIDEO,
712                         .vmux   = 2,
713                         .gpio0  = 0xbf63,
714                 }},
715                 .radio = {
716                          .type  = CX88_RADIO,
717                          .gpio0 = 0xbf60,
718                  },
719         },
720         [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
721                 .name           = "DViCO FusionHDTV 3 Gold-T",
722                 .tuner_type     = TUNER_THOMSON_DTT761X,
723                 .radio_type     = UNSET,
724                 .tuner_addr     = ADDR_UNSET,
725                 .radio_addr     = ADDR_UNSET,
726                 .tda9887_conf   = TDA9887_PRESENT,
727                 .input          = {{
728                         .type   = CX88_VMUX_TELEVISION,
729                         .vmux   = 0,
730                         .gpio0  = 0x97ed,
731                 },{
732                         .type   = CX88_VMUX_COMPOSITE1,
733                         .vmux   = 1,
734                         .gpio0  = 0x97e9,
735                 },{
736                         .type   = CX88_VMUX_SVIDEO,
737                         .vmux   = 2,
738                         .gpio0  = 0x97e9,
739                 }},
740                 .mpeg           = CX88_MPEG_DVB,
741         },
742         [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
743                 .name           = "ADS Tech Instant TV DVB-T PCI",
744                 .tuner_type     = TUNER_ABSENT,
745                 .radio_type     = UNSET,
746                 .tuner_addr     = ADDR_UNSET,
747                 .radio_addr     = ADDR_UNSET,
748                 .input          = {{
749                         .type   = CX88_VMUX_COMPOSITE1,
750                         .vmux   = 1,
751                         .gpio0  = 0x0700,
752                         .gpio2  = 0x0101,
753                 },{
754                         .type   = CX88_VMUX_SVIDEO,
755                         .vmux   = 2,
756                         .gpio0  = 0x0700,
757                         .gpio2  = 0x0101,
758                 }},
759                 .mpeg           = CX88_MPEG_DVB,
760         },
761         [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
762                 .name           = "TerraTec Cinergy 1400 DVB-T",
763                 .tuner_type     = TUNER_ABSENT,
764                 .input          = {{
765                         .type   = CX88_VMUX_DVB,
766                         .vmux   = 0,
767                 },{
768                         .type   = CX88_VMUX_COMPOSITE1,
769                         .vmux   = 2,
770                 },{
771                         .type   = CX88_VMUX_SVIDEO,
772                         .vmux   = 2,
773                 }},
774                 .mpeg           = CX88_MPEG_DVB,
775         },
776         [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
777                 .name           = "DViCO FusionHDTV 5 Gold",
778                 .tuner_type     = TUNER_LG_TDVS_H06XF, /* TDVS-H062F */
779                 .radio_type     = UNSET,
780                 .tuner_addr     = ADDR_UNSET,
781                 .radio_addr     = ADDR_UNSET,
782                 .tda9887_conf   = TDA9887_PRESENT,
783                 .input          = {{
784                         .type   = CX88_VMUX_TELEVISION,
785                         .vmux   = 0,
786                         .gpio0  = 0x87fd,
787                 },{
788                         .type   = CX88_VMUX_COMPOSITE1,
789                         .vmux   = 1,
790                         .gpio0  = 0x87f9,
791                 },{
792                         .type   = CX88_VMUX_SVIDEO,
793                         .vmux   = 2,
794                         .gpio0  = 0x87f9,
795                 }},
796                 .mpeg           = CX88_MPEG_DVB,
797         },
798         [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
799                 .name           = "AverMedia UltraTV Media Center PCI 550",
800                 .tuner_type     = TUNER_PHILIPS_FM1236_MK3,
801                 .radio_type     = UNSET,
802                 .tuner_addr     = ADDR_UNSET,
803                 .radio_addr     = ADDR_UNSET,
804                 .tda9887_conf   = TDA9887_PRESENT,
805                 .input          = {{
806                         .type   = CX88_VMUX_COMPOSITE1,
807                         .vmux   = 0,
808                         .gpio0  = 0x0000cd73,
809                         .extadc = 1,
810                 },{
811                         .type   = CX88_VMUX_SVIDEO,
812                         .vmux   = 1,
813                         .gpio0  = 0x0000cd73,
814                         .extadc = 1,
815                 },{
816                         .type   = CX88_VMUX_TELEVISION,
817                         .vmux   = 3,
818                         .gpio0  = 0x0000cdb3,
819                         .extadc = 1,
820                 }},
821                 .radio = {
822                         .type   = CX88_RADIO,
823                         .vmux   = 2,
824                         .gpio0  = 0x0000cdf3,
825                         .extadc = 1,
826                 },
827                 .mpeg           = CX88_MPEG_BLACKBIRD,
828         },
829         [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
830                  /* Alexander Wold <awold@bigfoot.com> */
831                  .name           = "Kworld V-Stream Xpert DVD",
832                  .tuner_type     = UNSET,
833                  .input          = {{
834                          .type   = CX88_VMUX_COMPOSITE1,
835                          .vmux   = 1,
836                          .gpio0  = 0x03000000,
837                          .gpio1  = 0x01000000,
838                          .gpio2  = 0x02000000,
839                          .gpio3  = 0x00100000,
840                  },{
841                          .type   = CX88_VMUX_SVIDEO,
842                          .vmux   = 2,
843                          .gpio0  = 0x03000000,
844                          .gpio1  = 0x01000000,
845                          .gpio2  = 0x02000000,
846                          .gpio3  = 0x00100000,
847                  }},
848         },
849         [CX88_BOARD_ATI_HDTVWONDER] = {
850                 .name           = "ATI HDTV Wonder",
851                 .tuner_type     = TUNER_PHILIPS_TUV1236D,
852                 .radio_type     = UNSET,
853                 .tuner_addr     = ADDR_UNSET,
854                 .radio_addr     = ADDR_UNSET,
855                 .input          = {{
856                         .type   = CX88_VMUX_TELEVISION,
857                         .vmux   = 0,
858                         .gpio0  = 0x00000ff7,
859                         .gpio1  = 0x000000ff,
860                         .gpio2  = 0x00000001,
861                         .gpio3  = 0x00000000,
862                 },{
863                         .type   = CX88_VMUX_COMPOSITE1,
864                         .vmux   = 1,
865                         .gpio0  = 0x00000ffe,
866                         .gpio1  = 0x000000ff,
867                         .gpio2  = 0x00000001,
868                         .gpio3  = 0x00000000,
869                 },{
870                         .type   = CX88_VMUX_SVIDEO,
871                         .vmux   = 2,
872                         .gpio0  = 0x00000ffe,
873                         .gpio1  = 0x000000ff,
874                         .gpio2  = 0x00000001,
875                         .gpio3  = 0x00000000,
876                 }},
877                 .mpeg           = CX88_MPEG_DVB,
878         },
879         [CX88_BOARD_WINFAST_DTV1000] = {
880                 .name           = "WinFast DTV1000-T",
881                 .tuner_type     = TUNER_ABSENT,
882                 .radio_type     = UNSET,
883                 .tuner_addr     = ADDR_UNSET,
884                 .radio_addr     = ADDR_UNSET,
885                 .input          = {{
886                         .type   = CX88_VMUX_DVB,
887                         .vmux   = 0,
888                 }},
889                 .mpeg           = CX88_MPEG_DVB,
890         },
891         [CX88_BOARD_AVERTV_303] = {
892                 .name           = "AVerTV 303 (M126)",
893                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
894                 .radio_type     = UNSET,
895                 .tuner_addr     = ADDR_UNSET,
896                 .radio_addr     = ADDR_UNSET,
897                 .tda9887_conf   = TDA9887_PRESENT,
898                 .input          = {{
899                         .type   = CX88_VMUX_TELEVISION,
900                         .vmux   = 0,
901                         .gpio0  = 0x00ff,
902                         .gpio1  = 0xe09f,
903                         .gpio2  = 0x0010,
904                         .gpio3  = 0x0000,
905                 },{
906                         .type   = CX88_VMUX_COMPOSITE1,
907                         .vmux   = 1,
908                         .gpio0  = 0x00ff,
909                         .gpio1  = 0xe05f,
910                         .gpio2  = 0x0010,
911                         .gpio3  = 0x0000,
912                 },{
913                         .type   = CX88_VMUX_SVIDEO,
914                         .vmux   = 2,
915                         .gpio0  = 0x00ff,
916                         .gpio1  = 0xe05f,
917                         .gpio2  = 0x0010,
918                         .gpio3  = 0x0000,
919                 }},
920         },
921         [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
922                 .name           = "Hauppauge Nova-S-Plus DVB-S",
923                 .tuner_type     = TUNER_ABSENT,
924                 .radio_type     = UNSET,
925                 .tuner_addr     = ADDR_UNSET,
926                 .radio_addr     = ADDR_UNSET,
927                 .input          = {{
928                         .type   = CX88_VMUX_DVB,
929                         .vmux   = 0,
930                 },{
931                         .type   = CX88_VMUX_COMPOSITE1,
932                         .vmux   = 1,
933                 },{
934                         .type   = CX88_VMUX_SVIDEO,
935                         .vmux   = 2,
936                 }},
937                 .mpeg           = CX88_MPEG_DVB,
938         },
939         [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
940                 .name           = "Hauppauge Nova-SE2 DVB-S",
941                 .tuner_type     = TUNER_ABSENT,
942                 .radio_type     = UNSET,
943                 .tuner_addr     = ADDR_UNSET,
944                 .radio_addr     = ADDR_UNSET,
945                 .input          = {{
946                         .type   = CX88_VMUX_DVB,
947                         .vmux   = 0,
948                 }},
949                 .mpeg           = CX88_MPEG_DVB,
950         },
951         [CX88_BOARD_KWORLD_DVBS_100] = {
952                 .name           = "KWorld DVB-S 100",
953                 .tuner_type     = TUNER_ABSENT,
954                 .radio_type     = UNSET,
955                 .tuner_addr     = ADDR_UNSET,
956                 .radio_addr     = ADDR_UNSET,
957                 .input          = {{
958                         .type   = CX88_VMUX_DVB,
959                         .vmux   = 0,
960                 },{
961                         .type   = CX88_VMUX_COMPOSITE1,
962                         .vmux   = 1,
963                 },{
964                         .type   = CX88_VMUX_SVIDEO,
965                         .vmux   = 2,
966                 }},
967                 .mpeg           = CX88_MPEG_DVB,
968         },
969         [CX88_BOARD_HAUPPAUGE_HVR1100] = {
970                 .name           = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
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                         .type   = CX88_VMUX_SVIDEO,
984                         .vmux   = 2,
985                 }},
986                 /* fixme: Add radio support */
987                 .mpeg           = CX88_MPEG_DVB,
988         },
989         [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
990                 .name           = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
991                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
992                 .radio_type     = UNSET,
993                 .tuner_addr     = ADDR_UNSET,
994                 .radio_addr     = ADDR_UNSET,
995                 .tda9887_conf   = TDA9887_PRESENT,
996                 .input          = {{
997                         .type   = CX88_VMUX_TELEVISION,
998                         .vmux   = 0,
999                 },{
1000                         .type   = CX88_VMUX_COMPOSITE1,
1001                         .vmux   = 1,
1002                 }},
1003                 /* fixme: Add radio support */
1004                 .mpeg           = CX88_MPEG_DVB,
1005         },
1006         [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
1007                 .name           = "digitalnow DNTV Live! DVB-T Pro",
1008                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
1009                 .radio_type     = UNSET,
1010                 .tuner_addr     = ADDR_UNSET,
1011                 .radio_addr     = ADDR_UNSET,
1012                 .tda9887_conf   = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1013                                   TDA9887_PORT2_ACTIVE,
1014                 .input          = {{
1015                         .type   = CX88_VMUX_TELEVISION,
1016                         .vmux   = 0,
1017                         .gpio0  = 0xf80808,
1018                 },{
1019                         .type   = CX88_VMUX_COMPOSITE1,
1020                         .vmux   = 1,
1021                         .gpio0  = 0xf80808,
1022                 },{
1023                         .type   = CX88_VMUX_SVIDEO,
1024                         .vmux   = 2,
1025                         .gpio0  = 0xf80808,
1026                 }},
1027                 .radio = {
1028                          .type  = CX88_RADIO,
1029                          .gpio0 = 0xf80808,
1030                 },
1031                 .mpeg           = CX88_MPEG_DVB,
1032         },
1033         [CX88_BOARD_KWORLD_DVB_T_CX22702] = {
1034                 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1035                 /* DTT 7579 Conexant CX22702-19 Conexant CX2388x  */
1036                 /* Manenti Marco <marco_manenti@colman.it> */
1037                 .name           = "KWorld/VStream XPert DVB-T with cx22702",
1038                 .tuner_type     = TUNER_ABSENT,
1039                 .radio_type     = UNSET,
1040                 .tuner_addr     = ADDR_UNSET,
1041                 .radio_addr     = ADDR_UNSET,
1042                 .input          = {{
1043                         .type   = CX88_VMUX_COMPOSITE1,
1044                         .vmux   = 1,
1045                         .gpio0  = 0x0700,
1046                         .gpio2  = 0x0101,
1047                 },{
1048                         .type   = CX88_VMUX_SVIDEO,
1049                         .vmux   = 2,
1050                         .gpio0  = 0x0700,
1051                         .gpio2  = 0x0101,
1052                 }},
1053                 .mpeg           = CX88_MPEG_DVB,
1054         },
1055         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL] = {
1056                 .name           = "DViCO FusionHDTV DVB-T Dual Digital",
1057                 .tuner_type     = TUNER_ABSENT, /* No analog tuner */
1058                 .radio_type     = UNSET,
1059                 .tuner_addr     = ADDR_UNSET,
1060                 .radio_addr     = ADDR_UNSET,
1061                 .input          = {{
1062                         .type   = CX88_VMUX_COMPOSITE1,
1063                         .vmux   = 1,
1064                         .gpio0  = 0x000067df,
1065                  },{
1066                         .type   = CX88_VMUX_SVIDEO,
1067                         .vmux   = 2,
1068                         .gpio0  = 0x000067df,
1069                 }},
1070                 .mpeg           = CX88_MPEG_DVB,
1071         },
1072         [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
1073                 .name           = "KWorld HardwareMpegTV XPert",
1074                 .tuner_type     = TUNER_PHILIPS_TDA8290,
1075                 .radio_type     = UNSET,
1076                 .tuner_addr     = ADDR_UNSET,
1077                 .radio_addr     = ADDR_UNSET,
1078                 .input          = {{
1079                         .type   = CX88_VMUX_TELEVISION,
1080                         .vmux   = 0,
1081                         .gpio0  = 0x3de2,
1082                         .gpio2  = 0x00ff,
1083                 },{
1084                         .type   = CX88_VMUX_COMPOSITE1,
1085                         .vmux   = 1,
1086                         .gpio0  = 0x3de6,
1087                         .extadc = 1,
1088                 },{
1089                         .type   = CX88_VMUX_SVIDEO,
1090                         .vmux   = 2,
1091                         .gpio0  = 0x3de6,
1092                         .extadc = 1,
1093                 }},
1094                 .radio = {
1095                         .type   = CX88_RADIO,
1096                         .gpio0  = 0x3de6,
1097                         .gpio2  = 0x00ff,
1098                 },
1099                 .mpeg           = CX88_MPEG_BLACKBIRD,
1100         },
1101         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1102                 .name           = "DViCO FusionHDTV DVB-T Hybrid",
1103                 .tuner_type     = TUNER_THOMSON_FE6600,
1104                 .radio_type     = UNSET,
1105                 .tuner_addr     = ADDR_UNSET,
1106                 .radio_addr     = ADDR_UNSET,
1107                 .input          = {{
1108                         .type   = CX88_VMUX_TELEVISION,
1109                         .vmux   = 0,
1110                         .gpio0  = 0x0000a75f,
1111                 },{
1112                         .type   = CX88_VMUX_COMPOSITE1,
1113                         .vmux   = 1,
1114                         .gpio0  = 0x0000a75b,
1115                 },{
1116                         .type   = CX88_VMUX_SVIDEO,
1117                         .vmux   = 2,
1118                         .gpio0  = 0x0000a75b,
1119                 }},
1120                 .mpeg           = CX88_MPEG_DVB,
1121         },
1122         [CX88_BOARD_PCHDTV_HD5500] = {
1123                 .name           = "pcHDTV HD5500 HDTV",
1124                 .tuner_type     = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
1125                 .radio_type     = UNSET,
1126                 .tuner_addr     = ADDR_UNSET,
1127                 .radio_addr     = ADDR_UNSET,
1128                 .tda9887_conf   = TDA9887_PRESENT,
1129                 .input          = {{
1130                         .type   = CX88_VMUX_TELEVISION,
1131                         .vmux   = 0,
1132                         .gpio0  = 0x87fd,
1133                 },{
1134                         .type   = CX88_VMUX_COMPOSITE1,
1135                         .vmux   = 1,
1136                         .gpio0  = 0x87f9,
1137                 },{
1138                         .type   = CX88_VMUX_SVIDEO,
1139                         .vmux   = 2,
1140                         .gpio0  = 0x87f9,
1141                 }},
1142                 .mpeg           = CX88_MPEG_DVB,
1143         },
1144         [CX88_BOARD_KWORLD_MCE200_DELUXE] = {
1145                 /* FIXME: tested TV input only, disabled composite,
1146                    svideo and radio until they can be tested also. */
1147                 .name           = "Kworld MCE 200 Deluxe",
1148                 .tuner_type     = TUNER_TENA_9533_DI,
1149                 .radio_type     = UNSET,
1150                 .tda9887_conf   = TDA9887_PRESENT,
1151                 .tuner_addr     = ADDR_UNSET,
1152                 .radio_addr     = ADDR_UNSET,
1153                 .input          = {{
1154                         .type   = CX88_VMUX_TELEVISION,
1155                         .vmux   = 0,
1156                         .gpio0  = 0x0000BDE6
1157                 }},
1158                 .mpeg           = CX88_MPEG_BLACKBIRD,
1159         },
1160         [CX88_BOARD_PIXELVIEW_PLAYTV_P7000] = {
1161                 /* FIXME: SVideo, Composite and FM inputs are untested */
1162                 .name           = "PixelView PlayTV P7000",
1163                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
1164                 .radio_type     = UNSET,
1165                 .tuner_addr     = ADDR_UNSET,
1166                 .radio_addr     = ADDR_UNSET,
1167                 .tda9887_conf   = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1168                                   TDA9887_PORT2_ACTIVE,
1169                 .input          = {{
1170                         .type   = CX88_VMUX_TELEVISION,
1171                         .vmux   = 0,
1172                         .gpio0  = 0x5da6,
1173                 }},
1174                 .mpeg           = CX88_MPEG_BLACKBIRD,
1175         },
1176         [CX88_BOARD_NPGTECH_REALTV_TOP10FM] = {
1177                 .name           = "NPG Tech Real TV FM Top 10",
1178                 .tuner_type     = TUNER_TNF_5335MF, /* Actually a TNF9535 */
1179                 .radio_type     = UNSET,
1180                 .tuner_addr     = ADDR_UNSET,
1181                 .radio_addr     = ADDR_UNSET,
1182                 .input          = {{
1183                         .type   = CX88_VMUX_TELEVISION,
1184                         .vmux   = 0,
1185                         .gpio0  = 0x0788,
1186                 },{
1187                         .type   = CX88_VMUX_COMPOSITE1,
1188                         .vmux   = 1,
1189                         .gpio0  = 0x078b,
1190                 },{
1191                         .type   = CX88_VMUX_SVIDEO,
1192                         .vmux   = 2,
1193                         .gpio0  = 0x078b,
1194                 }},
1195                 .radio = {
1196                          .type  = CX88_RADIO,
1197                          .gpio0 = 0x074a,
1198                 },
1199         },
1200         [CX88_BOARD_WINFAST_DTV2000H] = {
1201                 /* video inputs and radio still in testing */
1202                 .name           = "WinFast DTV2000 H",
1203                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
1204                 .radio_type     = UNSET,
1205                 .tuner_addr     = ADDR_UNSET,
1206                 .radio_addr     = ADDR_UNSET,
1207                 .tda9887_conf   = TDA9887_PRESENT,
1208                 .input          = {{
1209                         .type   = CX88_VMUX_TELEVISION,
1210                         .vmux   = 0,
1211                         .gpio0  = 0x00017304,
1212                         .gpio1  = 0x00008203,
1213                         .gpio2  = 0x00017304,
1214                         .gpio3  = 0x02000000,
1215                 }},
1216                 .mpeg           = CX88_MPEG_DVB,
1217         },
1218         [CX88_BOARD_GENIATECH_DVBS] = {
1219                 .name          = "Geniatech DVB-S",
1220                 .tuner_type    = TUNER_ABSENT,
1221                 .radio_type    = UNSET,
1222                 .tuner_addr    = ADDR_UNSET,
1223                 .radio_addr    = ADDR_UNSET,
1224                 .input  = {{
1225                         .type  = CX88_VMUX_DVB,
1226                         .vmux  = 0,
1227                 },{
1228                         .type  = CX88_VMUX_COMPOSITE1,
1229                         .vmux  = 1,
1230                 }},
1231                 .mpeg           = CX88_MPEG_DVB,
1232         },
1233         [CX88_BOARD_HAUPPAUGE_HVR3000] = {
1234                 /* FIXME: Add dvb & radio support */
1235                 .name           = "Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T",
1236                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
1237                 .radio_type     = UNSET,
1238                 .tuner_addr     = ADDR_UNSET,
1239                 .radio_addr     = ADDR_UNSET,
1240                 .tda9887_conf   = TDA9887_PRESENT,
1241                 .input          = {{
1242                         .type   = CX88_VMUX_TELEVISION,
1243                         .vmux   = 0,
1244                         .gpio0  = 0x84bf,
1245                 },{
1246                         .type   = CX88_VMUX_COMPOSITE1,
1247                         .vmux   = 1,
1248                         .gpio0  = 0x84bf,
1249                 },{
1250                         .type   = CX88_VMUX_SVIDEO,
1251                         .vmux   = 2,
1252                         .gpio0  = 0x84bf,
1253                 }},
1254                 .mpeg           = CX88_MPEG_DVB,
1255         },
1256         [CX88_BOARD_NORWOOD_MICRO] = {
1257                 .name           = "Norwood Micro TV Tuner",
1258                 .tuner_type     = TUNER_TNF_5335MF,
1259                 .radio_type     = UNSET,
1260                 .tuner_addr     = ADDR_UNSET,
1261                 .radio_addr     = ADDR_UNSET,
1262                 .input          = {{
1263                         .type   = CX88_VMUX_TELEVISION,
1264                         .vmux   = 0,
1265                         .gpio0  = 0x0709,
1266                 },{
1267                         .type   = CX88_VMUX_COMPOSITE1,
1268                         .vmux   = 1,
1269                         .gpio0  = 0x070b,
1270                 },{
1271                         .type   = CX88_VMUX_SVIDEO,
1272                         .vmux   = 2,
1273                         .gpio0  = 0x070b,
1274                 }},
1275         },
1276         [CX88_BOARD_TE_DTV_250_OEM_SWANN] = {
1277                 .name           = "Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM",
1278                 .tuner_type     = TUNER_LG_PAL_NEW_TAPC,
1279                 .radio_type     = UNSET,
1280                 .tuner_addr     = ADDR_UNSET,
1281                 .radio_addr     = ADDR_UNSET,
1282                 .input          = {{
1283                         .type   = CX88_VMUX_TELEVISION,
1284                         .vmux   = 0,
1285                         .gpio0  = 0x003fffff,
1286                         .gpio1  = 0x00e00000,
1287                         .gpio2  = 0x003fffff,
1288                         .gpio3  = 0x02000000,
1289                 },{
1290                         .type   = CX88_VMUX_COMPOSITE1,
1291                         .vmux   = 1,
1292                         .gpio0  = 0x003fffff,
1293                         .gpio1  = 0x00e00000,
1294                         .gpio2  = 0x003fffff,
1295                         .gpio3  = 0x02000000,
1296                 },{
1297                         .type   = CX88_VMUX_SVIDEO,
1298                         .vmux   = 2,
1299                         .gpio0  = 0x003fffff,
1300                         .gpio1  = 0x00e00000,
1301                         .gpio2  = 0x003fffff,
1302                         .gpio3  = 0x02000000,
1303                 }},
1304         },
1305         [CX88_BOARD_HAUPPAUGE_HVR1300] = {
1306                 .name           = "Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder",
1307                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
1308                 .radio_type     = UNSET,
1309                 .tuner_addr     = ADDR_UNSET,
1310                 .radio_addr     = ADDR_UNSET,
1311                 .tda9887_conf   = TDA9887_PRESENT,
1312                 .audio_chip     = AUDIO_CHIP_WM8775,
1313                 .input          = {{
1314                         .type   = CX88_VMUX_TELEVISION,
1315                         .vmux   = 0,
1316                         .gpio0  = 0xe780,
1317                         .extadc = 1,
1318                 },{
1319                         .type   = CX88_VMUX_COMPOSITE1,
1320                         .vmux   = 1,
1321                         .gpio0  = 0xe780,
1322                         .extadc = 1,
1323                 },{
1324                         .type   = CX88_VMUX_SVIDEO,
1325                         .vmux   = 2,
1326                         .gpio0  = 0xe780,
1327                         .extadc = 1,
1328                 }},
1329                 /* fixme: Add radio support */
1330                 .mpeg           = CX88_MPEG_DVB | CX88_MPEG_BLACKBIRD,
1331         },
1332 };
1333 const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1334
1335 /* ------------------------------------------------------------------ */
1336 /* PCI subsystem IDs                                                  */
1337
1338 struct cx88_subid cx88_subids[] = {
1339         {
1340                 .subvendor = 0x0070,
1341                 .subdevice = 0x3400,
1342                 .card      = CX88_BOARD_HAUPPAUGE,
1343         },{
1344                 .subvendor = 0x0070,
1345                 .subdevice = 0x3401,
1346                 .card      = CX88_BOARD_HAUPPAUGE,
1347         },{
1348                 .subvendor = 0x14c7,
1349                 .subdevice = 0x0106,
1350                 .card      = CX88_BOARD_GDI,
1351         },{
1352                 .subvendor = 0x14c7,
1353                 .subdevice = 0x0107, /* with mpeg encoder */
1354                 .card      = CX88_BOARD_GDI,
1355         },{
1356                 .subvendor = PCI_VENDOR_ID_ATI,
1357                 .subdevice = 0x00f8,
1358                 .card      = CX88_BOARD_ATI_WONDER_PRO,
1359         },{
1360                 .subvendor = 0x107d,
1361                 .subdevice = 0x6611,
1362                 .card      = CX88_BOARD_WINFAST2000XP_EXPERT,
1363         },{
1364                 .subvendor = 0x107d,
1365                 .subdevice = 0x6613,    /* NTSC */
1366                 .card      = CX88_BOARD_WINFAST2000XP_EXPERT,
1367         },{
1368                 .subvendor = 0x107d,
1369                 .subdevice = 0x6620,
1370                 .card      = CX88_BOARD_WINFAST_DV2000,
1371         },{
1372                 .subvendor = 0x107d,
1373                 .subdevice = 0x663b,
1374                 .card      = CX88_BOARD_LEADTEK_PVR2000,
1375         },{
1376                 .subvendor = 0x107d,
1377                 .subdevice = 0x663c,
1378                 .card      = CX88_BOARD_LEADTEK_PVR2000,
1379         },{
1380                 .subvendor = 0x1461,
1381                 .subdevice = 0x000b,
1382                 .card      = CX88_BOARD_AVERTV_STUDIO_303,
1383         },{
1384                 .subvendor = 0x1462,
1385                 .subdevice = 0x8606,
1386                 .card      = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1387         },{
1388                 .subvendor = 0x10fc,
1389                 .subdevice = 0xd003,
1390                 .card      = CX88_BOARD_IODATA_GVVCP3PCI,
1391         },{
1392                 .subvendor = 0x1043,
1393                 .subdevice = 0x4823,  /* with mpeg encoder */
1394                 .card      = CX88_BOARD_ASUS_PVR_416,
1395         },{
1396                 .subvendor = 0x17de,
1397                 .subdevice = 0x08a6,
1398                 .card      = CX88_BOARD_KWORLD_DVB_T,
1399         },{
1400                 .subvendor = 0x18ac,
1401                 .subdevice = 0xd810,
1402                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1403         },{
1404                 .subvendor = 0x18ac,
1405                 .subdevice = 0xd820,
1406                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1407         },{
1408                 .subvendor = 0x18ac,
1409                 .subdevice = 0xdb00,
1410                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1411         },{
1412                 .subvendor = 0x0070,
1413                 .subdevice = 0x9002,
1414                 .card      = CX88_BOARD_HAUPPAUGE_DVB_T1,
1415         },{
1416                 .subvendor = 0x14f1,
1417                 .subdevice = 0x0187,
1418                 .card      = CX88_BOARD_CONEXANT_DVB_T1,
1419         },{
1420                 .subvendor = 0x1540,
1421                 .subdevice = 0x2580,
1422                 .card      = CX88_BOARD_PROVIDEO_PV259,
1423         },{
1424                 .subvendor = 0x18ac,
1425                 .subdevice = 0xdb10,
1426                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1427         },{
1428                 .subvendor = 0x1554,
1429                 .subdevice = 0x4811,
1430                 .card      = CX88_BOARD_PIXELVIEW,
1431         },{
1432                 .subvendor = 0x7063,
1433                 .subdevice = 0x3000, /* HD-3000 card */
1434                 .card      = CX88_BOARD_PCHDTV_HD3000,
1435         },{
1436                 .subvendor = 0x17de,
1437                 .subdevice = 0xa8a6,
1438                 .card      = CX88_BOARD_DNTV_LIVE_DVB_T,
1439         },{
1440                 .subvendor = 0x0070,
1441                 .subdevice = 0x2801,
1442                 .card      = CX88_BOARD_HAUPPAUGE_ROSLYN,
1443         },{
1444                 .subvendor = 0x14f1,
1445                 .subdevice = 0x0342,
1446                 .card      = CX88_BOARD_DIGITALLOGIC_MEC,
1447         },{
1448                 .subvendor = 0x10fc,
1449                 .subdevice = 0xd035,
1450                 .card      = CX88_BOARD_IODATA_GVBCTV7E,
1451         },{
1452                 .subvendor = 0x1421,
1453                 .subdevice = 0x0334,
1454                 .card      = CX88_BOARD_ADSTECH_DVB_T_PCI,
1455         },{
1456                 .subvendor = 0x153b,
1457                 .subdevice = 0x1166,
1458                 .card      = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
1459         },{
1460                 .subvendor = 0x18ac,
1461                 .subdevice = 0xd500,
1462                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
1463         },{
1464                 .subvendor = 0x1461,
1465                 .subdevice = 0x8011,
1466                 .card      = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
1467         },{
1468                 .subvendor = PCI_VENDOR_ID_ATI,
1469                 .subdevice = 0xa101,
1470                 .card      = CX88_BOARD_ATI_HDTVWONDER,
1471         },{
1472                 .subvendor = 0x107d,
1473                 .subdevice = 0x665f,
1474                 .card      = CX88_BOARD_WINFAST_DTV1000,
1475         },{
1476                 .subvendor = 0x1461,
1477                 .subdevice = 0x000a,
1478                 .card      = CX88_BOARD_AVERTV_303,
1479         },{
1480                 .subvendor = 0x0070,
1481                 .subdevice = 0x9200,
1482                 .card      = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1483         },{
1484                 .subvendor = 0x0070,
1485                 .subdevice = 0x9201,
1486                 .card      = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1487         },{
1488                 .subvendor = 0x0070,
1489                 .subdevice = 0x9202,
1490                 .card      = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1491         },{
1492                 .subvendor = 0x17de,
1493                 .subdevice = 0x08b2,
1494                 .card      = CX88_BOARD_KWORLD_DVBS_100,
1495         },{
1496                 .subvendor = 0x0070,
1497                 .subdevice = 0x9400,
1498                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100,
1499         },{
1500                 .subvendor = 0x0070,
1501                 .subdevice = 0x9402,
1502                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100,
1503         },{
1504                 .subvendor = 0x0070,
1505                 .subdevice = 0x9800,
1506                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1507         },{
1508                 .subvendor = 0x0070,
1509                 .subdevice = 0x9802,
1510                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1511         },{
1512                 .subvendor = 0x0070,
1513                 .subdevice = 0x9001,
1514                 .card      = CX88_BOARD_HAUPPAUGE_DVB_T1,
1515         },{
1516                 .subvendor = 0x1822,
1517                 .subdevice = 0x0025,
1518                 .card      = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1519         },{
1520                 .subvendor = 0x17de,
1521                 .subdevice = 0x08a1,
1522                 .card      = CX88_BOARD_KWORLD_DVB_T_CX22702,
1523         },{
1524                 .subvendor = 0x18ac,
1525                 .subdevice = 0xdb50,
1526                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1527         },{
1528                 .subvendor = 0x18ac,
1529                 .subdevice = 0xdb54,
1530                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1531                 /* Re-branded DViCO: DigitalNow DVB-T Dual */
1532         },{
1533                 .subvendor = 0x18ac,
1534                 .subdevice = 0xdb11,
1535                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1536                 /* Re-branded DViCO: UltraView DVB-T Plus */
1537         },{
1538                 .subvendor = 0x17de,
1539                 .subdevice = 0x0840,
1540                .card      = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1541        },{
1542                .subvendor = 0x1421,
1543                .subdevice = 0x0305,
1544                 .card      = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1545         },{
1546                 .subvendor = 0x18ac,
1547                 .subdevice = 0xdb40,
1548                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1549         },{
1550                 .subvendor = 0x18ac,
1551                 .subdevice = 0xdb44,
1552                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1553         },{
1554                 .subvendor = 0x7063,
1555                 .subdevice = 0x5500,
1556                 .card      = CX88_BOARD_PCHDTV_HD5500,
1557         },{
1558                 .subvendor = 0x17de,
1559                 .subdevice = 0x0841,
1560                 .card      = CX88_BOARD_KWORLD_MCE200_DELUXE,
1561         },{
1562                 .subvendor = 0x1822,
1563                 .subdevice = 0x0019,
1564                 .card      = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1565         },{
1566                 .subvendor = 0x1554,
1567                 .subdevice = 0x4813,
1568                 .card      = CX88_BOARD_PIXELVIEW_PLAYTV_P7000,
1569         },{
1570                 .subvendor = 0x14f1,
1571                 .subdevice = 0x0842,
1572                 .card      = CX88_BOARD_NPGTECH_REALTV_TOP10FM,
1573         },{
1574                 .subvendor = 0x107d,
1575                 .subdevice = 0x665e,
1576                 .card      = CX88_BOARD_WINFAST_DTV2000H,
1577         },{
1578                 .subvendor = 0x18ac,
1579                 .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
1580                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1581         },{
1582                 .subvendor = 0x14f1,
1583                 .subdevice = 0x0084,
1584                 .card      = CX88_BOARD_GENIATECH_DVBS,
1585         },{
1586                 .subvendor = 0x0070,
1587                 .subdevice = 0x1404,
1588                 .card      = CX88_BOARD_HAUPPAUGE_HVR3000,
1589         },{
1590                 .subvendor = 0x1461,
1591                 .subdevice = 0xc111, /* AverMedia M150-D */
1592                 /* This board is known to work with the ASUS PVR416 config */
1593                 .card      = CX88_BOARD_ASUS_PVR_416,
1594         },{
1595                 .subvendor = 0xc180,
1596                 .subdevice = 0xc980,
1597                 .card      = CX88_BOARD_TE_DTV_250_OEM_SWANN,
1598         },{
1599                 .subvendor = 0x0070,
1600                 .subdevice = 0x9600,
1601                 .card      = CX88_BOARD_HAUPPAUGE_HVR1300,
1602         },{
1603                 .subvendor = 0x0070,
1604                 .subdevice = 0x9601,
1605                 .card      = CX88_BOARD_HAUPPAUGE_HVR1300,
1606         },{
1607                 .subvendor = 0x0070,
1608                 .subdevice = 0x9602,
1609                 .card      = CX88_BOARD_HAUPPAUGE_HVR1300,
1610         },{
1611                 .subvendor = 0x107d,
1612                 .subdevice = 0x6632,
1613                 .card      = CX88_BOARD_LEADTEK_PVR2000,
1614         },{
1615                 .subvendor = 0x12ab,
1616                 .subdevice = 0x2300, /* Club3D Zap TV2100 */
1617                 .card      = CX88_BOARD_KWORLD_DVB_T_CX22702,
1618         },{
1619                 .subvendor = 0x0070,
1620                 .subdevice = 0x9000,
1621                 .card      = CX88_BOARD_HAUPPAUGE_DVB_T1,
1622         },{
1623                 .subvendor = 0x0070,
1624                 .subdevice = 0x1400,
1625                 .card      = CX88_BOARD_HAUPPAUGE_HVR3000,
1626         },{
1627                 .subvendor = 0x0070,
1628                 .subdevice = 0x1401,
1629                 .card      = CX88_BOARD_HAUPPAUGE_HVR3000,
1630         },{
1631                 .subvendor = 0x0070,
1632                 .subdevice = 0x1402,
1633                 .card      = CX88_BOARD_HAUPPAUGE_HVR3000,
1634         },
1635 };
1636 const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
1637
1638 /* ----------------------------------------------------------------------- */
1639 /* some leadtek specific stuff                                             */
1640
1641 static void leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
1642 {
1643         /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
1644          * any others.
1645          *
1646          * Byte 0 is 1 on the NTSC board.
1647          */
1648
1649         if (eeprom_data[4] != 0x7d ||
1650             eeprom_data[5] != 0x10 ||
1651             eeprom_data[7] != 0x66) {
1652                 printk(KERN_WARNING "%s: Leadtek eeprom invalid.\n",
1653                        core->name);
1654                 return;
1655         }
1656
1657         core->has_radio  = 1;
1658         core->tuner_type = (eeprom_data[6] == 0x13) ? 43 : 38;
1659
1660         printk(KERN_INFO "%s: Leadtek Winfast 2000XP Expert config: "
1661                "tuner=%d, eeprom[0]=0x%02x\n",
1662                core->name, core->tuner_type, eeprom_data[0]);
1663 }
1664
1665 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
1666 {
1667         struct tveeprom tv;
1668
1669         tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
1670         core->tuner_type = tv.tuner_type;
1671         core->tuner_formats = tv.tuner_formats;
1672         core->has_radio  = tv.has_radio;
1673
1674         /* Make sure we support the board model */
1675         switch (tv.model)
1676         {
1677         case 14009: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in) */
1678         case 14019: /* WinTV-HVR3000 (Retail, IR Blaster, b/panel video, 3.5mm audio in) */
1679         case 14029: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge) */
1680         case 14109: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - low profile) */
1681         case 14129: /* WinTV-HVR3000 (Retail, IR, b/panel video, 3.5mm audio in - 880 bridge - LP) */
1682         case 14559: /* WinTV-HVR3000 (OEM, no IR, b/panel video, 3.5mm audio in) */
1683         case 14569: /* WinTV-HVR3000 (OEM, no IR, no back panel video) */
1684         case 14659: /* WinTV-HVR3000 (OEM, no IR, b/panel video, RCA audio in - Low profile) */
1685         case 14669: /* WinTV-HVR3000 (OEM, no IR, no b/panel video - Low profile) */
1686         case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
1687         case 34519: /* WinTV-PCI-FM */
1688         case 90002: /* Nova-T-PCI (9002) */
1689         case 92001: /* Nova-S-Plus (Video and IR) */
1690         case 92002: /* Nova-S-Plus (Video and IR) */
1691         case 90003: /* Nova-T-PCI (9002 No RF out) */
1692         case 90500: /* Nova-T-PCI (oem) */
1693         case 90501: /* Nova-T-PCI (oem/IR) */
1694         case 92000: /* Nova-SE2 (OEM, No Video or IR) */
1695         case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
1696         case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
1697         case 96009: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX) */
1698         case 96019: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX/TX) */
1699         case 96559: /* WinTV-HVR1300 (PAL Video, MPEG Video no IR) */
1700         case 96569: /* WinTV-HVR1300 () */
1701         case 96659: /* WinTV-HVR1300 () */
1702         case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
1703                 /* known */
1704                 break;
1705         default:
1706                 printk("%s: warning: unknown hauppauge model #%d\n",
1707                        core->name, tv.model);
1708                 break;
1709         }
1710
1711         printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
1712                         core->name, tv.model);
1713 }
1714
1715 /* ----------------------------------------------------------------------- */
1716 /* some GDI (was: Modular Technology) specific stuff                       */
1717
1718 static struct {
1719         int  id;
1720         int  fm;
1721         char *name;
1722 } gdi_tuner[] = {
1723         [ 0x01 ] = { .id   = TUNER_ABSENT,
1724                      .name = "NTSC_M" },
1725         [ 0x02 ] = { .id   = TUNER_ABSENT,
1726                      .name = "PAL_B" },
1727         [ 0x03 ] = { .id   = TUNER_ABSENT,
1728                      .name = "PAL_I" },
1729         [ 0x04 ] = { .id   = TUNER_ABSENT,
1730                      .name = "PAL_D" },
1731         [ 0x05 ] = { .id   = TUNER_ABSENT,
1732                      .name = "SECAM" },
1733
1734         [ 0x10 ] = { .id   = TUNER_ABSENT,
1735                      .fm   = 1,
1736                      .name = "TEMIC_4049" },
1737         [ 0x11 ] = { .id   = TUNER_TEMIC_4136FY5,
1738                      .name = "TEMIC_4136" },
1739         [ 0x12 ] = { .id   = TUNER_ABSENT,
1740                      .name = "TEMIC_4146" },
1741
1742         [ 0x20 ] = { .id   = TUNER_PHILIPS_FQ1216ME,
1743                      .fm   = 1,
1744                      .name = "PHILIPS_FQ1216_MK3" },
1745         [ 0x21 ] = { .id   = TUNER_ABSENT, .fm = 1,
1746                      .name = "PHILIPS_FQ1236_MK3" },
1747         [ 0x22 ] = { .id   = TUNER_ABSENT,
1748                      .name = "PHILIPS_FI1236_MK3" },
1749         [ 0x23 ] = { .id   = TUNER_ABSENT,
1750                      .name = "PHILIPS_FI1216_MK3" },
1751 };
1752
1753 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
1754 {
1755         char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
1756                 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
1757
1758         printk(KERN_INFO "%s: GDI: tuner=%s\n", core->name,
1759                name ? name : "unknown");
1760         if (NULL == name)
1761                 return;
1762         core->tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
1763         core->has_radio  = gdi_tuner[eeprom_data[0x0d]].fm;
1764 }
1765
1766 /* ----------------------------------------------------------------------- */
1767 /* some DViCO specific stuff                                               */
1768
1769 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
1770 {
1771         struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
1772         int i, err;
1773         static u8 init_bufs[13][5] = {
1774                 { 0x10, 0x00, 0x20, 0x01, 0x03 },
1775                 { 0x10, 0x10, 0x01, 0x00, 0x21 },
1776                 { 0x10, 0x10, 0x10, 0x00, 0xCA },
1777                 { 0x10, 0x10, 0x12, 0x00, 0x08 },
1778                 { 0x10, 0x10, 0x13, 0x00, 0x0A },
1779                 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
1780                 { 0x10, 0x10, 0x22, 0x01, 0x3D },
1781                 { 0x10, 0x10, 0x73, 0x01, 0x2E },
1782                 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
1783                 { 0x10, 0x10, 0x71, 0x01, 0x97 },
1784                 { 0x10, 0x10, 0x70, 0x00, 0x0F },
1785                 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
1786                 { 0x03, 0x0C },
1787         };
1788
1789         for (i = 0; i < 13; i++) {
1790                 msg.buf = init_bufs[i];
1791                 msg.len = (i != 12 ? 5 : 2);
1792                 err = i2c_transfer(&core->i2c_adap, &msg, 1);
1793                 if (err != 1) {
1794                         printk("dvico_fusionhdtv_hybrid_init buf %d failed (err = %d)!\n", i, err);
1795                         return;
1796                 }
1797         }
1798 }
1799
1800 /* ----------------------------------------------------------------------- */
1801
1802 void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
1803 {
1804         int i;
1805
1806         if (0 == pci->subsystem_vendor &&
1807             0 == pci->subsystem_device) {
1808                 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
1809                        "%s: be autodetected.  Please pass card=<n> insmod option to\n"
1810                        "%s: workaround that.  Redirect complaints to the vendor of\n"
1811                        "%s: the TV card.  Best regards,\n"
1812                        "%s:         -- tux\n",
1813                        core->name,core->name,core->name,core->name,core->name);
1814         } else {
1815                 printk("%s: Your board isn't known (yet) to the driver.  You can\n"
1816                        "%s: try to pick one of the existing card configs via\n"
1817                        "%s: card=<n> insmod option.  Updating to the latest\n"
1818                        "%s: version might help as well.\n",
1819                        core->name,core->name,core->name,core->name);
1820         }
1821         printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1822                core->name);
1823         for (i = 0; i < cx88_bcount; i++)
1824                 printk("%s:    card=%d -> %s\n",
1825                        core->name, i, cx88_boards[i].name);
1826 }
1827
1828 void cx88_card_setup_pre_i2c(struct cx88_core *core)
1829 {
1830         switch (core->board) {
1831         case CX88_BOARD_HAUPPAUGE_HVR1300:
1832                 /* Bring the 702 demod up before i2c scanning/attach or devices are hidden */
1833                 /* We leave here with the 702 on the bus */
1834                 cx_write(MO_GP0_IO, 0x0000e780);
1835                 udelay(1000);
1836                 cx_clear(MO_GP0_IO, 0x00000080);
1837                 udelay(50);
1838                 cx_set(MO_GP0_IO, 0x00000080); /* 702 out of reset */
1839                 udelay(1000);
1840                 break;
1841         }
1842 }
1843
1844 void cx88_card_setup(struct cx88_core *core)
1845 {
1846         static u8 eeprom[256];
1847
1848         if (0 == core->i2c_rc) {
1849                 core->i2c_client.addr = 0xa0 >> 1;
1850                 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
1851         }
1852
1853         switch (core->board) {
1854         case CX88_BOARD_HAUPPAUGE:
1855         case CX88_BOARD_HAUPPAUGE_ROSLYN:
1856                 if (0 == core->i2c_rc)
1857                         hauppauge_eeprom(core,eeprom+8);
1858                 break;
1859         case CX88_BOARD_GDI:
1860                 if (0 == core->i2c_rc)
1861                         gdi_eeprom(core,eeprom);
1862                 break;
1863         case CX88_BOARD_WINFAST2000XP_EXPERT:
1864                 if (0 == core->i2c_rc)
1865                         leadtek_eeprom(core,eeprom);
1866                 break;
1867         case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
1868         case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
1869         case CX88_BOARD_HAUPPAUGE_DVB_T1:
1870         case CX88_BOARD_HAUPPAUGE_HVR1100:
1871         case CX88_BOARD_HAUPPAUGE_HVR1100LP:
1872         case CX88_BOARD_HAUPPAUGE_HVR3000:
1873         case CX88_BOARD_HAUPPAUGE_HVR1300:
1874                 if (0 == core->i2c_rc)
1875                         hauppauge_eeprom(core,eeprom);
1876                 break;
1877         case CX88_BOARD_KWORLD_DVBS_100:
1878                 cx_write(MO_GP0_IO, 0x000007f8);
1879                 cx_write(MO_GP1_IO, 0x00000001);
1880                 break;
1881         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
1882                 /* GPIO0:6 is hooked to FX2 reset pin */
1883                 cx_set(MO_GP0_IO, 0x00004040);
1884                 cx_clear(MO_GP0_IO, 0x00000040);
1885                 msleep(1000);
1886                 cx_set(MO_GP0_IO, 0x00004040);
1887                 /* FALLTHROUGH */
1888         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
1889         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
1890         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
1891                 /* GPIO0:0 is hooked to mt352 reset pin */
1892                 cx_set(MO_GP0_IO, 0x00000101);
1893                 cx_clear(MO_GP0_IO, 0x00000001);
1894                 msleep(1);
1895                 cx_set(MO_GP0_IO, 0x00000101);
1896                 if (0 == core->i2c_rc &&
1897                     core->board == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
1898                         dvico_fusionhdtv_hybrid_init(core);
1899                 break;
1900         case CX88_BOARD_KWORLD_DVB_T:
1901         case CX88_BOARD_DNTV_LIVE_DVB_T:
1902                 cx_set(MO_GP0_IO, 0x00000707);
1903                 cx_set(MO_GP2_IO, 0x00000101);
1904                 cx_clear(MO_GP2_IO, 0x00000001);
1905                 msleep(1);
1906                 cx_clear(MO_GP0_IO, 0x00000007);
1907                 cx_set(MO_GP2_IO, 0x00000101);
1908                 break;
1909         case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
1910                 cx_write(MO_GP0_IO, 0x00080808);
1911                 break;
1912         case CX88_BOARD_ATI_HDTVWONDER:
1913                 if (0 == core->i2c_rc) {
1914                         /* enable tuner */
1915                         int i;
1916                         static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
1917                         core->i2c_client.addr = 0x0a;
1918
1919                         for (i = 0; i < 5; i++)
1920                                 if (2 != i2c_master_send(&core->i2c_client,&buffer[i*2],2))
1921                                         printk(KERN_WARNING "%s: Unable to enable tuner(%i).\n",
1922                                                 core->name, i);
1923                 }
1924                 break;
1925         }
1926         if (cx88_boards[core->board].radio.type == CX88_RADIO)
1927                 core->has_radio = 1;
1928 }
1929
1930 /* ------------------------------------------------------------------ */
1931
1932 EXPORT_SYMBOL(cx88_boards);
1933
1934 /*
1935  * Local variables:
1936  * c-basic-offset: 8
1937  * End:
1938  * 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
1939  */