Merge branch 'origin'
[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  = 0x309f,
188                 },{
189                         .type   = CX88_VMUX_COMPOSITE1,
190                         .vmux   = 1,
191                         .gpio1  = 0x305f,
192                 },{
193                         .type   = CX88_VMUX_SVIDEO,
194                         .vmux   = 2,
195                         .gpio1  = 0x305f,
196                 }},
197                 .radio = {
198                         .type   = CX88_RADIO,
199                 },
200         },
201         [CX88_BOARD_MSI_TVANYWHERE_MASTER] = {
202                 // added gpio values thanks to Michal
203                 // values for PAL from DScaler
204                 .name           = "MSI TV-@nywhere Master",
205                 .tuner_type     = TUNER_MT2032,
206                 .radio_type     = UNSET,
207                 .tuner_addr     = ADDR_UNSET,
208                 .radio_addr     = ADDR_UNSET,
209                 .tda9887_conf   = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
210                 .input          = {{
211                         .type   = CX88_VMUX_TELEVISION,
212                         .vmux   = 0,
213                         .gpio0  = 0x000040bf,
214                         .gpio1  = 0x000080c0,
215                         .gpio2  = 0x0000ff40,
216                 },{
217                         .type   = CX88_VMUX_COMPOSITE1,
218                         .vmux   = 1,
219                         .gpio0  = 0x000040bf,
220                         .gpio1  = 0x000080c0,
221                         .gpio2  = 0x0000ff40,
222                 },{
223                         .type   = CX88_VMUX_SVIDEO,
224                         .vmux   = 2,
225                         .gpio0  = 0x000040bf,
226                         .gpio1  = 0x000080c0,
227                         .gpio2  = 0x0000ff40,
228                 }},
229                 .radio = {
230                          .type   = CX88_RADIO,
231                 },
232         },
233         [CX88_BOARD_WINFAST_DV2000] = {
234                 .name           = "Leadtek Winfast DV2000",
235                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
236                 .radio_type     = UNSET,
237                 .tuner_addr     = ADDR_UNSET,
238                 .radio_addr     = ADDR_UNSET,
239                 .tda9887_conf   = TDA9887_PRESENT,
240                 .input          = {{
241                         .type   = CX88_VMUX_TELEVISION,
242                         .vmux   = 0,
243                         .gpio0  = 0x0035e700,
244                         .gpio1  = 0x00003004,
245                         .gpio2  = 0x0035e700,
246                         .gpio3  = 0x02000000,
247                 },{
248
249                         .type   = CX88_VMUX_COMPOSITE1,
250                         .vmux   = 1,
251                         .gpio0  = 0x0035c700,
252                         .gpio1  = 0x00003004,
253                         .gpio2  = 0x0035c700,
254                         .gpio3  = 0x02000000,
255                 },{
256                         .type   = CX88_VMUX_SVIDEO,
257                         .vmux   = 2,
258                         .gpio0  = 0x0035c700,
259                         .gpio1  = 0x0035c700,
260                         .gpio2  = 0x02000000,
261                         .gpio3  = 0x02000000,
262                 }},
263                 .radio = {
264                         .type   = CX88_RADIO,
265                         .gpio0  = 0x0035d700,
266                         .gpio1  = 0x00007004,
267                         .gpio2  = 0x0035d700,
268                         .gpio3  = 0x02000000,
269                  },
270         },
271         [CX88_BOARD_LEADTEK_PVR2000] = {
272                 // gpio values for PAL version from regspy by DScaler
273                 .name           = "Leadtek PVR 2000",
274                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
275                 .radio_type     = UNSET,
276                 .tuner_addr     = ADDR_UNSET,
277                 .radio_addr     = ADDR_UNSET,
278                 .tda9887_conf   = TDA9887_PRESENT,
279                 .input          = {{
280                         .type   = CX88_VMUX_TELEVISION,
281                         .vmux   = 0,
282                         .gpio0  = 0x0000bde2,
283                 },{
284                         .type   = CX88_VMUX_COMPOSITE1,
285                         .vmux   = 1,
286                         .gpio0  = 0x0000bde6,
287                 },{
288                         .type   = CX88_VMUX_SVIDEO,
289                         .vmux   = 2,
290                         .gpio0  = 0x0000bde6,
291                 }},
292                 .radio = {
293                         .type   = CX88_RADIO,
294                         .gpio0  = 0x0000bd62,
295                 },
296                 .blackbird = 1,
297         },
298         [CX88_BOARD_IODATA_GVVCP3PCI] = {
299                 .name           = "IODATA GV-VCP3/PCI",
300                 .tuner_type     = TUNER_ABSENT,
301                 .radio_type     = UNSET,
302                 .tuner_addr     = ADDR_UNSET,
303                 .radio_addr     = ADDR_UNSET,
304                 .input          = {{
305                         .type   = CX88_VMUX_COMPOSITE1,
306                         .vmux   = 0,
307                 },{
308                         .type   = CX88_VMUX_COMPOSITE2,
309                         .vmux   = 1,
310                 },{
311                         .type   = CX88_VMUX_SVIDEO,
312                         .vmux   = 2,
313                 }},
314         },
315         [CX88_BOARD_PROLINK_PLAYTVPVR] = {
316                 .name           = "Prolink PlayTV PVR",
317                 .tuner_type     = TUNER_PHILIPS_FM1236_MK3,
318                 .radio_type     = UNSET,
319                 .tuner_addr     = ADDR_UNSET,
320                 .radio_addr     = ADDR_UNSET,
321                 .tda9887_conf   = TDA9887_PRESENT,
322                 .input          = {{
323                         .type   = CX88_VMUX_TELEVISION,
324                         .vmux   = 0,
325                         .gpio0  = 0xff00,
326                 },{
327                         .type   = CX88_VMUX_COMPOSITE1,
328                         .vmux   = 1,
329                         .gpio0  = 0xff03,
330                 },{
331                         .type   = CX88_VMUX_SVIDEO,
332                         .vmux   = 2,
333                         .gpio0  = 0xff03,
334                 }},
335                 .radio = {
336                         .type   = CX88_RADIO,
337                         .gpio0  = 0xff00,
338                 },
339         },
340         [CX88_BOARD_ASUS_PVR_416] = {
341                 .name           = "ASUS PVR-416",
342                 .tuner_type     = TUNER_PHILIPS_FM1236_MK3,
343                 .radio_type     = UNSET,
344                 .tuner_addr     = ADDR_UNSET,
345                 .radio_addr     = ADDR_UNSET,
346                 .tda9887_conf   = TDA9887_PRESENT,
347                 .input          = {{
348                         .type   = CX88_VMUX_TELEVISION,
349                         .vmux   = 0,
350                         .gpio0  = 0x0000fde6,
351                 },{
352                         .type   = CX88_VMUX_SVIDEO,
353                         .vmux   = 2,
354                         .gpio0  = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
355                 }},
356                 .radio = {
357                         .type   = CX88_RADIO,
358                         .gpio0  = 0x0000fde2,
359                 },
360                 .blackbird = 1,
361         },
362         [CX88_BOARD_MSI_TVANYWHERE] = {
363                 .name           = "MSI TV-@nywhere",
364                 .tuner_type     = TUNER_MT2032,
365                 .radio_type     = UNSET,
366                 .tuner_addr     = ADDR_UNSET,
367                 .radio_addr     = ADDR_UNSET,
368                 .tda9887_conf   = TDA9887_PRESENT,
369                 .input          = {{
370                         .type   = CX88_VMUX_TELEVISION,
371                         .vmux   = 0,
372                         .gpio0  = 0x00000fbf,
373                         .gpio2  = 0x0000fc08,
374                 },{
375                         .type   = CX88_VMUX_COMPOSITE1,
376                         .vmux   = 1,
377                         .gpio0  = 0x00000fbf,
378                         .gpio2  = 0x0000fc68,
379                 },{
380                         .type   = CX88_VMUX_SVIDEO,
381                         .vmux   = 2,
382                         .gpio0  = 0x00000fbf,
383                         .gpio2  = 0x0000fc68,
384                 }},
385         },
386         [CX88_BOARD_KWORLD_DVB_T] = {
387                 .name           = "KWorld/VStream XPert DVB-T",
388                 .tuner_type     = TUNER_ABSENT,
389                 .radio_type     = UNSET,
390                 .tuner_addr     = ADDR_UNSET,
391                 .radio_addr     = ADDR_UNSET,
392                 .input          = {{
393                         .type   = CX88_VMUX_COMPOSITE1,
394                         .vmux   = 1,
395                         .gpio0  = 0x0700,
396                         .gpio2  = 0x0101,
397                 },{
398                         .type   = CX88_VMUX_SVIDEO,
399                         .vmux   = 2,
400                         .gpio0  = 0x0700,
401                         .gpio2  = 0x0101,
402                 }},
403                 .dvb            = 1,
404         },
405         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
406                 .name           = "DViCO FusionHDTV DVB-T1",
407                 .tuner_type     = TUNER_ABSENT, /* No analog tuner */
408                 .radio_type     = UNSET,
409                 .tuner_addr     = ADDR_UNSET,
410                 .radio_addr     = ADDR_UNSET,
411                 .input          = {{
412                         .type   = CX88_VMUX_COMPOSITE1,
413                         .vmux   = 1,
414                         .gpio0  = 0x000027df,
415                  },{
416                         .type   = CX88_VMUX_SVIDEO,
417                         .vmux   = 2,
418                         .gpio0  = 0x000027df,
419                 }},
420                 .dvb            = 1,
421         },
422         [CX88_BOARD_KWORLD_LTV883] = {
423                 .name           = "KWorld LTV883RF",
424                 .tuner_type     = TUNER_TNF_8831BGFF,
425                 .radio_type     = UNSET,
426                 .tuner_addr     = ADDR_UNSET,
427                 .radio_addr     = ADDR_UNSET,
428                 .input          = {{
429                         .type   = CX88_VMUX_TELEVISION,
430                         .vmux   = 0,
431                         .gpio0  = 0x07f8,
432                 },{
433                         .type   = CX88_VMUX_DEBUG,
434                         .vmux   = 0,
435                         .gpio0  = 0x07f9,  // mono from tuner chip
436                 },{
437                         .type   = CX88_VMUX_COMPOSITE1,
438                         .vmux   = 1,
439                         .gpio0  = 0x000007fa,
440                 },{
441                         .type   = CX88_VMUX_SVIDEO,
442                         .vmux   = 2,
443                         .gpio0  = 0x000007fa,
444                 }},
445                 .radio = {
446                         .type   = CX88_RADIO,
447                         .gpio0  = 0x000007f8,
448                 },
449         },
450         [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
451                 .name           = "DViCO FusionHDTV 3 Gold-Q",
452                 .tuner_type     = TUNER_MICROTUNE_4042FI5,
453                 .radio_type     = UNSET,
454                 .tuner_addr     = ADDR_UNSET,
455                 .radio_addr     = ADDR_UNSET,
456                 /*
457                    GPIO[0] resets DT3302 DTV receiver
458                     0 - reset asserted
459                     1 - normal operation
460                    GPIO[1] mutes analog audio output connector
461                     0 - enable selected source
462                     1 - mute
463                    GPIO[2] selects source for analog audio output connector
464                     0 - analog audio input connector on tab
465                     1 - analog DAC output from CX23881 chip
466                    GPIO[3] selects RF input connector on tuner module
467                     0 - RF connector labeled CABLE
468                     1 - RF connector labeled ANT
469                    GPIO[4] selects high RF for QAM256 mode
470                     0 - normal RF
471                     1 - high RF
472                 */
473                 .input          = {{
474                         .type   = CX88_VMUX_TELEVISION,
475                         .vmux   = 0,
476                         .gpio0  = 0x0f0d,
477                 },{
478                         .type   = CX88_VMUX_CABLE,
479                         .vmux   = 0,
480                         .gpio0  = 0x0f05,
481                 },{
482                         .type   = CX88_VMUX_COMPOSITE1,
483                         .vmux   = 1,
484                         .gpio0  = 0x0f00,
485                 },{
486                         .type   = CX88_VMUX_SVIDEO,
487                         .vmux   = 2,
488                         .gpio0  = 0x0f00,
489                 }},
490                 .dvb            = 1,
491         },
492         [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
493                 .name           = "Hauppauge Nova-T DVB-T",
494                 .tuner_type     = TUNER_ABSENT,
495                 .radio_type     = UNSET,
496                 .tuner_addr     = ADDR_UNSET,
497                 .radio_addr     = ADDR_UNSET,
498                 .input          = {{
499                         .type   = CX88_VMUX_DVB,
500                         .vmux   = 0,
501                 }},
502                 .dvb            = 1,
503         },
504         [CX88_BOARD_CONEXANT_DVB_T1] = {
505                 .name           = "Conexant DVB-T reference design",
506                 .tuner_type     = TUNER_ABSENT,
507                 .radio_type     = UNSET,
508                 .tuner_addr     = ADDR_UNSET,
509                 .radio_addr     = ADDR_UNSET,
510                 .input          = {{
511                         .type   = CX88_VMUX_DVB,
512                         .vmux   = 0,
513                 }},
514                 .dvb            = 1,
515         },
516         [CX88_BOARD_PROVIDEO_PV259] = {
517                 .name           = "Provideo PV259",
518                 .tuner_type     = TUNER_PHILIPS_FQ1216ME,
519                 .radio_type     = UNSET,
520                 .tuner_addr     = ADDR_UNSET,
521                 .radio_addr     = ADDR_UNSET,
522                 .input          = {{
523                         .type   = CX88_VMUX_TELEVISION,
524                         .vmux   = 0,
525                 }},
526                 .blackbird = 1,
527         },
528         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
529                 .name           = "DViCO FusionHDTV DVB-T Plus",
530                 .tuner_type     = TUNER_ABSENT, /* No analog tuner */
531                 .radio_type     = UNSET,
532                 .tuner_addr     = ADDR_UNSET,
533                 .radio_addr     = ADDR_UNSET,
534                 .input          = {{
535                         .type   = CX88_VMUX_COMPOSITE1,
536                         .vmux   = 1,
537                         .gpio0  = 0x000027df,
538                  },{
539                         .type   = CX88_VMUX_SVIDEO,
540                         .vmux   = 2,
541                         .gpio0  = 0x000027df,
542                 }},
543                 .dvb            = 1,
544         },
545         [CX88_BOARD_DNTV_LIVE_DVB_T] = {
546                 .name           = "digitalnow DNTV Live! DVB-T",
547                 .tuner_type     = TUNER_ABSENT,
548                 .radio_type     = UNSET,
549                 .tuner_addr     = ADDR_UNSET,
550                 .radio_addr     = ADDR_UNSET,
551                 .input          = {{
552                         .type   = CX88_VMUX_COMPOSITE1,
553                         .vmux   = 1,
554                         .gpio0  = 0x00000700,
555                         .gpio2  = 0x00000101,
556                 },{
557                         .type   = CX88_VMUX_SVIDEO,
558                         .vmux   = 2,
559                         .gpio0  = 0x00000700,
560                         .gpio2  = 0x00000101,
561                 }},
562                 .dvb            = 1,
563         },
564         [CX88_BOARD_PCHDTV_HD3000] = {
565                 .name           = "pcHDTV HD3000 HDTV",
566                 .tuner_type     = TUNER_THOMSON_DTT7610,
567                 .radio_type     = UNSET,
568                 .tuner_addr     = ADDR_UNSET,
569                 .radio_addr     = ADDR_UNSET,
570                 .tda9887_conf   = TDA9887_PRESENT,
571                 .input          = {{
572                         .type   = CX88_VMUX_TELEVISION,
573                         .vmux   = 0,
574                         .gpio0  = 0x00008484,
575                         .gpio1  = 0x00000000,
576                         .gpio2  = 0x00000000,
577                         .gpio3  = 0x00000000,
578                 },{
579                         .type   = CX88_VMUX_COMPOSITE1,
580                         .vmux   = 1,
581                         .gpio0  = 0x00008400,
582                         .gpio1  = 0x00000000,
583                         .gpio2  = 0x00000000,
584                         .gpio3  = 0x00000000,
585                 },{
586                         .type   = CX88_VMUX_SVIDEO,
587                         .vmux   = 2,
588                         .gpio0  = 0x00008400,
589                         .gpio1  = 0x00000000,
590                         .gpio2  = 0x00000000,
591                         .gpio3  = 0x00000000,
592                 }},
593                 .radio = {
594                         .type   = CX88_RADIO,
595                         .vmux   = 2,
596                         .gpio0  = 0x00008400,
597                         .gpio1  = 0x00000000,
598                         .gpio2  = 0x00000000,
599                         .gpio3  = 0x00000000,
600                 },
601                 .dvb            = 1,
602         },
603         [CX88_BOARD_HAUPPAUGE_ROSLYN] = {
604                 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
605                 // GPIO values obtained from regspy, courtesy Sean Covel
606                 .name           = "Hauppauge WinTV 28xxx (Roslyn) models",
607                 .tuner_type     = UNSET,
608                 .radio_type     = UNSET,
609                 .tuner_addr     = ADDR_UNSET,
610                 .radio_addr     = ADDR_UNSET,
611                 .input          = {{
612                         .type   = CX88_VMUX_TELEVISION,
613                         .vmux   = 0,
614                         .gpio0  = 0xed1a,
615                         .gpio2  = 0x00ff,
616                 },{
617                         .type   = CX88_VMUX_DEBUG,
618                         .vmux   = 0,
619                         .gpio0  = 0xff01,
620                 },{
621                         .type   = CX88_VMUX_COMPOSITE1,
622                         .vmux   = 1,
623                         .gpio0  = 0xff02,
624                 },{
625                         .type   = CX88_VMUX_SVIDEO,
626                         .vmux   = 2,
627                         .gpio0  = 0xed92,
628                         .gpio2  = 0x00ff,
629                 }},
630                 .radio = {
631                          .type   = CX88_RADIO,
632                          .gpio0  = 0xed96,
633                          .gpio2  = 0x00ff,
634                  },
635                 .blackbird = 1,
636         },
637         [CX88_BOARD_DIGITALLOGIC_MEC] = {
638                 .name           = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
639                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
640                 .radio_type     = UNSET,
641                 .tuner_addr     = ADDR_UNSET,
642                 .radio_addr     = ADDR_UNSET,
643                 .tda9887_conf   = TDA9887_PRESENT,
644                 .input          = {{
645                         .type   = CX88_VMUX_TELEVISION,
646                         .vmux   = 0,
647                         .gpio0  = 0x00009d80,
648                 },{
649                         .type   = CX88_VMUX_COMPOSITE1,
650                         .vmux   = 1,
651                         .gpio0  = 0x00009d76,
652                 },{
653                         .type   = CX88_VMUX_SVIDEO,
654                         .vmux   = 2,
655                         .gpio0  = 0x00009d76,
656                 }},
657                 .radio = {
658                         .type   = CX88_RADIO,
659                         .gpio0  = 0x00009d00,
660                 },
661                 .blackbird = 1,
662         },
663         [CX88_BOARD_IODATA_GVBCTV7E] = {
664                 .name           = "IODATA GV/BCTV7E",
665                 .tuner_type     = TUNER_PHILIPS_FQ1286,
666                 .radio_type     = UNSET,
667                 .tuner_addr     = ADDR_UNSET,
668                 .radio_addr     = ADDR_UNSET,
669                 .tda9887_conf   = TDA9887_PRESENT,
670                 .input          = {{
671                         .type   = CX88_VMUX_TELEVISION,
672                         .vmux   = 1,
673                         .gpio1  = 0x0000e03f,
674                 },{
675                         .type   = CX88_VMUX_COMPOSITE1,
676                         .vmux   = 2,
677                         .gpio1  = 0x0000e07f,
678                 },{
679                         .type   = CX88_VMUX_SVIDEO,
680                         .vmux   = 3,
681                         .gpio1  = 0x0000e07f,
682                 }}
683         },
684         [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
685                 .name           = "PixelView PlayTV Ultra Pro (Stereo)",
686                 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
687                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
688                 .radio_type     = UNSET,
689                 .tuner_addr     = ADDR_UNSET,
690                 .radio_addr     = ADDR_UNSET,
691                 .input          = {{
692                         .type   = CX88_VMUX_TELEVISION,
693                         .vmux   = 0,
694                         .gpio0  = 0xbf61,  /* internal decoder */
695                 },{
696                         .type   = CX88_VMUX_COMPOSITE1,
697                         .vmux   = 1,
698                         .gpio0  = 0xbf63,
699                 },{
700                         .type   = CX88_VMUX_SVIDEO,
701                         .vmux   = 2,
702                         .gpio0  = 0xbf63,
703                 }},
704                 .radio = {
705                          .type  = CX88_RADIO,
706                          .gpio0 = 0xbf60,
707                  },
708         },
709         [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
710                 .name           = "DViCO FusionHDTV 3 Gold-T",
711                 .tuner_type     = TUNER_THOMSON_DTT761X,
712                 .radio_type     = UNSET,
713                 .tuner_addr     = ADDR_UNSET,
714                 .radio_addr     = ADDR_UNSET,
715                 .tda9887_conf   = TDA9887_PRESENT,
716                 .input          = {{
717                         .type   = CX88_VMUX_TELEVISION,
718                         .vmux   = 0,
719                         .gpio0  = 0x97ed,
720                 },{
721                         .type   = CX88_VMUX_COMPOSITE1,
722                         .vmux   = 1,
723                         .gpio0  = 0x97e9,
724                 },{
725                         .type   = CX88_VMUX_SVIDEO,
726                         .vmux   = 2,
727                         .gpio0  = 0x97e9,
728                 }},
729                 .dvb            = 1,
730         },
731         [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
732                 .name           = "ADS Tech Instant TV DVB-T PCI",
733                 .tuner_type     = TUNER_ABSENT,
734                 .radio_type     = UNSET,
735                 .tuner_addr     = ADDR_UNSET,
736                 .radio_addr     = ADDR_UNSET,
737                 .input          = {{
738                         .type   = CX88_VMUX_COMPOSITE1,
739                         .vmux   = 1,
740                         .gpio0  = 0x0700,
741                         .gpio2  = 0x0101,
742                 },{
743                         .type   = CX88_VMUX_SVIDEO,
744                         .vmux   = 2,
745                         .gpio0  = 0x0700,
746                         .gpio2  = 0x0101,
747                 }},
748                 .dvb            = 1,
749         },
750         [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
751                 .name           = "TerraTec Cinergy 1400 DVB-T",
752                 .tuner_type     = TUNER_ABSENT,
753                 .input          = {{
754                         .type   = CX88_VMUX_DVB,
755                         .vmux   = 0,
756                 }},
757                 .dvb            = 1,
758         },
759         [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
760                 .name           = "DViCO FusionHDTV 5 Gold",
761                 .tuner_type     = TUNER_LG_TDVS_H062F,
762                 .radio_type     = UNSET,
763                 .tuner_addr     = ADDR_UNSET,
764                 .radio_addr     = ADDR_UNSET,
765                 .tda9887_conf   = TDA9887_PRESENT,
766                 .input          = {{
767                         .type   = CX88_VMUX_TELEVISION,
768                         .vmux   = 0,
769                         .gpio0  = 0x87fd,
770                 },{
771                         .type   = CX88_VMUX_COMPOSITE1,
772                         .vmux   = 1,
773                         .gpio0  = 0x87f9,
774                 },{
775                         .type   = CX88_VMUX_SVIDEO,
776                         .vmux   = 2,
777                         .gpio0  = 0x87f9,
778                 }},
779                 .dvb            = 1,
780         },
781         [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
782                 .name           = "AverMedia UltraTV Media Center PCI 550",
783                 .tuner_type     = TUNER_PHILIPS_FM1236_MK3,
784                 .radio_type     = UNSET,
785                 .tuner_addr     = ADDR_UNSET,
786                 .radio_addr     = ADDR_UNSET,
787                 .tda9887_conf   = TDA9887_PRESENT,
788                 .blackbird      = 1,
789                 .input          = {{
790                         .type   = CX88_VMUX_COMPOSITE1,
791                         .vmux   = 0,
792                         .gpio0  = 0x0000cd73,
793                 },{
794                         .type   = CX88_VMUX_SVIDEO,
795                         .vmux   = 1,
796                         .gpio0  = 0x0000cd73,
797                 },{
798                         .type   = CX88_VMUX_TELEVISION,
799                         .vmux   = 3,
800                         .gpio0  = 0x0000cdb3,
801                 }},
802                 .radio = {
803                         .type   = CX88_RADIO,
804                         .vmux   = 2,
805                         .gpio0  = 0x0000cdf3,
806                 },
807         },
808         [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
809                  /* Alexander Wold <awold@bigfoot.com> */
810                  .name           = "Kworld V-Stream Xpert DVD",
811                  .tuner_type     = UNSET,
812                  .input          = {{
813                          .type   = CX88_VMUX_COMPOSITE1,
814                          .vmux   = 1,
815                          .gpio0  = 0x03000000,
816                          .gpio1  = 0x01000000,
817                          .gpio2  = 0x02000000,
818                          .gpio3  = 0x00100000,
819                  },{
820                          .type   = CX88_VMUX_SVIDEO,
821                          .vmux   = 2,
822                          .gpio0  = 0x03000000,
823                          .gpio1  = 0x01000000,
824                          .gpio2  = 0x02000000,
825                          .gpio3  = 0x00100000,
826                  }},
827         },
828         [CX88_BOARD_ATI_HDTVWONDER] = {
829                 .name           = "ATI HDTV Wonder",
830                 .tuner_type     = TUNER_PHILIPS_TUV1236D,
831                 .radio_type     = UNSET,
832                 .tuner_addr     = ADDR_UNSET,
833                 .radio_addr     = ADDR_UNSET,
834                 .input          = {{
835                         .type   = CX88_VMUX_TELEVISION,
836                         .vmux   = 0,
837                         .gpio0  = 0x00000ff7,
838                         .gpio1  = 0x000000ff,
839                         .gpio2  = 0x00000001,
840                         .gpio3  = 0x00000000,
841                 },{
842                         .type   = CX88_VMUX_COMPOSITE1,
843                         .vmux   = 1,
844                         .gpio0  = 0x00000ffe,
845                         .gpio1  = 0x000000ff,
846                         .gpio2  = 0x00000001,
847                         .gpio3  = 0x00000000,
848                 },{
849                         .type   = CX88_VMUX_SVIDEO,
850                         .vmux   = 2,
851                         .gpio0  = 0x00000ffe,
852                         .gpio1  = 0x000000ff,
853                         .gpio2  = 0x00000001,
854                         .gpio3  = 0x00000000,
855                 }},
856                 .dvb            = 1,
857         },
858         [CX88_BOARD_WINFAST_DTV1000] = {
859                 .name           = "WinFast DTV1000-T",
860                 .tuner_type     = TUNER_ABSENT,
861                 .radio_type     = UNSET,
862                 .tuner_addr     = ADDR_UNSET,
863                 .radio_addr     = ADDR_UNSET,
864                 .input          = {{
865                         .type   = CX88_VMUX_DVB,
866                         .vmux   = 0,
867                 }},
868                 .dvb            = 1,
869         },
870         [CX88_BOARD_AVERTV_303] = {
871                 .name           = "AVerTV 303 (M126)",
872                 .tuner_type     = TUNER_PHILIPS_FM1216ME_MK3,
873                 .radio_type     = UNSET,
874                 .tuner_addr     = ADDR_UNSET,
875                 .radio_addr     = ADDR_UNSET,
876                 .tda9887_conf   = TDA9887_PRESENT,
877                 .input          = {{
878                         .type   = CX88_VMUX_TELEVISION,
879                         .vmux   = 0,
880                         .gpio0  = 0x00ff,
881                         .gpio1  = 0xe09f,
882                         .gpio2  = 0x0010,
883                         .gpio3  = 0x0000,
884                 },{
885                         .type   = CX88_VMUX_COMPOSITE1,
886                         .vmux   = 1,
887                         .gpio0  = 0x00ff,
888                         .gpio1  = 0xe05f,
889                         .gpio2  = 0x0010,
890                         .gpio3  = 0x0000,
891                 },{
892                         .type   = CX88_VMUX_SVIDEO,
893                         .vmux   = 2,
894                         .gpio0  = 0x00ff,
895                         .gpio1  = 0xe05f,
896                         .gpio2  = 0x0010,
897                         .gpio3  = 0x0000,
898                 }},
899         },
900         [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
901                 .name           = "Hauppauge Nova-S-Plus DVB-S",
902                 .tuner_type     = TUNER_ABSENT,
903                 .radio_type     = UNSET,
904                 .tuner_addr     = ADDR_UNSET,
905                 .radio_addr     = ADDR_UNSET,
906                 .input          = {{
907                         .type   = CX88_VMUX_DVB,
908                         .vmux   = 0,
909                 },{
910                         .type   = CX88_VMUX_COMPOSITE1,
911                         .vmux   = 1,
912                 },{
913                         .type   = CX88_VMUX_SVIDEO,
914                         .vmux   = 2,
915                 }},
916                 .dvb            = 1,
917         },
918         [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
919                 .name           = "Hauppauge Nova-SE2 DVB-S",
920                 .tuner_type     = TUNER_ABSENT,
921                 .radio_type     = UNSET,
922                 .tuner_addr     = ADDR_UNSET,
923                 .radio_addr     = ADDR_UNSET,
924                 .input          = {{
925                         .type   = CX88_VMUX_DVB,
926                         .vmux   = 0,
927                 }},
928                 .dvb            = 1,
929         },
930         [CX88_BOARD_KWORLD_DVBS_100] = {
931                 .name           = "KWorld DVB-S 100",
932                 .tuner_type     = TUNER_ABSENT,
933                 .radio_type     = UNSET,
934                 .tuner_addr     = ADDR_UNSET,
935                 .radio_addr     = ADDR_UNSET,
936                 .input          = {{
937                         .type   = CX88_VMUX_DVB,
938                         .vmux   = 0,
939                 },{
940                         .type   = CX88_VMUX_COMPOSITE1,
941                         .vmux   = 1,
942                 },{
943                         .type   = CX88_VMUX_SVIDEO,
944                         .vmux   = 2,
945                 }},
946                 .dvb            = 1,
947         },
948         [CX88_BOARD_HAUPPAUGE_HVR1100] = {
949                 .name           = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
950                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
951                 .radio_type     = UNSET,
952                 .tuner_addr     = ADDR_UNSET,
953                 .radio_addr     = ADDR_UNSET,
954                 .tda9887_conf   = TDA9887_PRESENT,
955                 .input          = {{
956                         .type   = CX88_VMUX_TELEVISION,
957                         .vmux   = 0,
958                 },{
959                         .type   = CX88_VMUX_COMPOSITE1,
960                         .vmux   = 1,
961                 },{
962                         .type   = CX88_VMUX_SVIDEO,
963                         .vmux   = 2,
964                 }},
965                 /* fixme: Add radio support */
966                 .dvb            = 1,
967         },
968         [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
969                 .name           = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
970                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
971                 .radio_type     = UNSET,
972                 .tuner_addr     = ADDR_UNSET,
973                 .radio_addr     = ADDR_UNSET,
974                 .tda9887_conf   = TDA9887_PRESENT,
975                 .input          = {{
976                         .type   = CX88_VMUX_TELEVISION,
977                         .vmux   = 0,
978                 },{
979                         .type   = CX88_VMUX_COMPOSITE1,
980                         .vmux   = 1,
981                 }},
982                 /* fixme: Add radio support */
983                 .dvb            = 1,
984         },
985         [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
986                 .name           = "digitalnow DNTV Live! DVB-T Pro",
987                 .tuner_type     = TUNER_PHILIPS_FMD1216ME_MK3,
988                 .radio_type     = UNSET,
989                 .tuner_addr     = ADDR_UNSET,
990                 .radio_addr     = ADDR_UNSET,
991                 .tda9887_conf   = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
992                                   TDA9887_PORT2_ACTIVE,
993                 .input          = {{
994                         .type   = CX88_VMUX_TELEVISION,
995                         .vmux   = 0,
996                         .gpio0  = 0xf80808,
997                 },{
998                         .type   = CX88_VMUX_COMPOSITE1,
999                         .vmux   = 1,
1000                         .gpio0  = 0xf80808,
1001                 },{
1002                         .type   = CX88_VMUX_SVIDEO,
1003                         .vmux   = 2,
1004                         .gpio0  = 0xf80808,
1005                 }},
1006                 .radio = {
1007                          .type  = CX88_RADIO,
1008                          .gpio0 = 0xf80808,
1009                 },
1010                 .dvb            = 1,
1011         },
1012         [CX88_BOARD_KWORLD_DVB_T_CX22702] = {
1013                 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1014                 /* DTT 7579 Conexant CX22702-19 Conexant CX2388x  */
1015                 /* Manenti Marco <marco_manenti@colman.it> */
1016                 .name           = "KWorld/VStream XPert DVB-T with cx22702",
1017                 .tuner_type     = TUNER_ABSENT,
1018                 .radio_type     = UNSET,
1019                 .tuner_addr     = ADDR_UNSET,
1020                 .radio_addr     = ADDR_UNSET,
1021                 .input          = {{
1022                         .type   = CX88_VMUX_COMPOSITE1,
1023                         .vmux   = 1,
1024                         .gpio0  = 0x0700,
1025                         .gpio2  = 0x0101,
1026                 },{
1027                         .type   = CX88_VMUX_SVIDEO,
1028                         .vmux   = 2,
1029                         .gpio0  = 0x0700,
1030                         .gpio2  = 0x0101,
1031                 }},
1032                 .dvb            = 1,
1033         },
1034         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL] = {
1035                 .name           = "DViCO FusionHDTV DVB-T Dual Digital",
1036                 .tuner_type     = TUNER_ABSENT, /* No analog tuner */
1037                 .radio_type     = UNSET,
1038                 .tuner_addr     = ADDR_UNSET,
1039                 .radio_addr     = ADDR_UNSET,
1040                 .input          = {{
1041                         .type   = CX88_VMUX_COMPOSITE1,
1042                         .vmux   = 1,
1043                         .gpio0  = 0x000027df,
1044                  },{
1045                         .type   = CX88_VMUX_SVIDEO,
1046                         .vmux   = 2,
1047                         .gpio0  = 0x000027df,
1048                 }},
1049                 .dvb            = 1,
1050         },
1051         [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
1052                 /* FIXME: Standard video using the cx88 broadcast decoder is
1053                  * working, but blackbird isn't working yet, audio is only
1054                  * working correctly for television mode. S-Video and Composite
1055                  * are working for video-only, so I have them disabled for now.
1056                  */
1057                 .name           = "KWorld HardwareMpegTV XPert",
1058                 .tuner_type     = TUNER_PHILIPS_TDA8290,
1059                 .radio_type     = UNSET,
1060                 .tuner_addr     = ADDR_UNSET,
1061                 .radio_addr     = ADDR_UNSET,
1062                 .input          = {{
1063                         .type   = CX88_VMUX_TELEVISION,
1064                         .vmux   = 0,
1065                         .gpio0  = 0x3de2,
1066                         .gpio2  = 0x00ff,
1067                 }},
1068                 .radio = {
1069                         .type   = CX88_RADIO,
1070                         .gpio0  = 0x3de6,
1071                         .gpio2  = 0x00ff,
1072                 },
1073         },
1074         [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1075                 .name           = "DViCO FusionHDTV DVB-T Hybrid",
1076                 .tuner_type     = TUNER_THOMSON_FE6600,
1077                 .radio_type     = UNSET,
1078                 .tuner_addr     = ADDR_UNSET,
1079                 .radio_addr     = ADDR_UNSET,
1080                 .input          = {{
1081                         .type   = CX88_VMUX_TELEVISION,
1082                         .vmux   = 0,
1083                         .gpio0  = 0x0000a75f,
1084                 },{
1085                         .type   = CX88_VMUX_COMPOSITE1,
1086                         .vmux   = 1,
1087                         .gpio0  = 0x0000a75b,
1088                 },{
1089                         .type   = CX88_VMUX_SVIDEO,
1090                         .vmux   = 2,
1091                         .gpio0  = 0x0000a75b,
1092                 }},
1093                 .dvb            = 1,
1094         },
1095
1096 };
1097 const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1098
1099 /* ------------------------------------------------------------------ */
1100 /* PCI subsystem IDs                                                  */
1101
1102 struct cx88_subid cx88_subids[] = {
1103         {
1104                 .subvendor = 0x0070,
1105                 .subdevice = 0x3400,
1106                 .card      = CX88_BOARD_HAUPPAUGE,
1107         },{
1108                 .subvendor = 0x0070,
1109                 .subdevice = 0x3401,
1110                 .card      = CX88_BOARD_HAUPPAUGE,
1111         },{
1112                 .subvendor = 0x14c7,
1113                 .subdevice = 0x0106,
1114                 .card      = CX88_BOARD_GDI,
1115         },{
1116                 .subvendor = 0x14c7,
1117                 .subdevice = 0x0107, /* with mpeg encoder */
1118                 .card      = CX88_BOARD_GDI,
1119         },{
1120                 .subvendor = PCI_VENDOR_ID_ATI,
1121                 .subdevice = 0x00f8,
1122                 .card      = CX88_BOARD_ATI_WONDER_PRO,
1123         },{
1124                 .subvendor = 0x107d,
1125                 .subdevice = 0x6611,
1126                 .card      = CX88_BOARD_WINFAST2000XP_EXPERT,
1127         },{
1128                 .subvendor = 0x107d,
1129                 .subdevice = 0x6613,    /* NTSC */
1130                 .card      = CX88_BOARD_WINFAST2000XP_EXPERT,
1131         },{
1132                 .subvendor = 0x107d,
1133                 .subdevice = 0x6620,
1134                 .card      = CX88_BOARD_WINFAST_DV2000,
1135         },{
1136                 .subvendor = 0x107d,
1137                 .subdevice = 0x663b,
1138                 .card      = CX88_BOARD_LEADTEK_PVR2000,
1139         },{
1140                 .subvendor = 0x107d,
1141                 .subdevice = 0x663C,
1142                 .card      = CX88_BOARD_LEADTEK_PVR2000,
1143         },{
1144                 .subvendor = 0x1461,
1145                 .subdevice = 0x000b,
1146                 .card      = CX88_BOARD_AVERTV_STUDIO_303,
1147         },{
1148                 .subvendor = 0x1462,
1149                 .subdevice = 0x8606,
1150                 .card      = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1151         },{
1152                 .subvendor = 0x10fc,
1153                 .subdevice = 0xd003,
1154                 .card      = CX88_BOARD_IODATA_GVVCP3PCI,
1155         },{
1156                 .subvendor = 0x1043,
1157                 .subdevice = 0x4823,  /* with mpeg encoder */
1158                 .card      = CX88_BOARD_ASUS_PVR_416,
1159         },{
1160                 .subvendor = 0x17de,
1161                 .subdevice = 0x08a6,
1162                 .card      = CX88_BOARD_KWORLD_DVB_T,
1163         },{
1164                 .subvendor = 0x18ac,
1165                 .subdevice = 0xd810,
1166                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
1167         },{
1168                 .subvendor = 0x18ac,
1169                 .subdevice = 0xd820,
1170                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
1171         },{
1172                 .subvendor = 0x18ac,
1173                 .subdevice = 0xdb00,
1174                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
1175         },{
1176                 .subvendor = 0x0070,
1177                 .subdevice = 0x9002,
1178                 .card      = CX88_BOARD_HAUPPAUGE_DVB_T1,
1179         },{
1180                 .subvendor = 0x14f1,
1181                 .subdevice = 0x0187,
1182                 .card      = CX88_BOARD_CONEXANT_DVB_T1,
1183         },{
1184                 .subvendor = 0x1540,
1185                 .subdevice = 0x2580,
1186                 .card      = CX88_BOARD_PROVIDEO_PV259,
1187         },{
1188                 .subvendor = 0x18ac,
1189                 .subdevice = 0xdb10,
1190                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1191         },{
1192                 .subvendor = 0x1554,
1193                 .subdevice = 0x4811,
1194                 .card      = CX88_BOARD_PIXELVIEW,
1195         },{
1196                 .subvendor = 0x7063,
1197                 .subdevice = 0x3000, /* HD-3000 card */
1198                 .card      = CX88_BOARD_PCHDTV_HD3000,
1199         },{
1200                 .subvendor = 0x17de,
1201                 .subdevice = 0xa8a6,
1202                 .card      = CX88_BOARD_DNTV_LIVE_DVB_T,
1203         },{
1204                 .subvendor = 0x0070,
1205                 .subdevice = 0x2801,
1206                 .card      = CX88_BOARD_HAUPPAUGE_ROSLYN,
1207         },{
1208                 .subvendor = 0x14f1,
1209                 .subdevice = 0x0342,
1210                 .card      = CX88_BOARD_DIGITALLOGIC_MEC,
1211         },{
1212                 .subvendor = 0x10fc,
1213                 .subdevice = 0xd035,
1214                 .card      = CX88_BOARD_IODATA_GVBCTV7E,
1215         },{
1216                 .subvendor = 0x1421,
1217                 .subdevice = 0x0334,
1218                 .card      = CX88_BOARD_ADSTECH_DVB_T_PCI,
1219         },{
1220                 .subvendor = 0x153b,
1221                 .subdevice = 0x1166,
1222                 .card      = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
1223         },{
1224                 .subvendor = 0x18ac,
1225                 .subdevice = 0xd500,
1226                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
1227         },{
1228                 .subvendor = 0x1461,
1229                 .subdevice = 0x8011,
1230                 .card      = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
1231         },{
1232                 .subvendor = PCI_VENDOR_ID_ATI,
1233                 .subdevice = 0xa101,
1234                 .card      = CX88_BOARD_ATI_HDTVWONDER,
1235         },{
1236                 .subvendor = 0x107d,
1237                 .subdevice = 0x665f,
1238                 .card      = CX88_BOARD_WINFAST_DTV1000,
1239         },{
1240                 .subvendor = 0x1461,
1241                 .subdevice = 0x000a,
1242                 .card      = CX88_BOARD_AVERTV_303,
1243         },{
1244                 .subvendor = 0x0070,
1245                 .subdevice = 0x9200,
1246                 .card      = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1247         },{
1248                 .subvendor = 0x0070,
1249                 .subdevice = 0x9201,
1250                 .card      = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1251         },{
1252                 .subvendor = 0x0070,
1253                 .subdevice = 0x9202,
1254                 .card      = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1255         },{
1256                 .subvendor = 0x17de,
1257                 .subdevice = 0x08b2,
1258                 .card      = CX88_BOARD_KWORLD_DVBS_100,
1259         },{
1260                 .subvendor = 0x0070,
1261                 .subdevice = 0x9400,
1262                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100,
1263         },{
1264                 .subvendor = 0x0070,
1265                 .subdevice = 0x9402,
1266                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100,
1267         },{
1268                 .subvendor = 0x0070,
1269                 .subdevice = 0x9800,
1270                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1271         },{
1272                 .subvendor = 0x0070,
1273                 .subdevice = 0x9802,
1274                 .card      = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1275         },{
1276                 .subvendor = 0x0070,
1277                 .subdevice = 0x9001,
1278                 .card      = CX88_BOARD_HAUPPAUGE_DVB_T1,
1279         },{
1280                 .subvendor = 0x1822,
1281                 .subdevice = 0x0025,
1282                 .card      = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
1283         },{
1284                 .subvendor = 0x17de,
1285                 .subdevice = 0x08a1,
1286                 .card      = CX88_BOARD_KWORLD_DVB_T_CX22702,
1287         },{
1288                 .subvendor = 0x18ac,
1289                 .subdevice = 0xdb50,
1290                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1291         },{
1292                 .subvendor = 0x18ac,
1293                 .subdevice = 0xdb54,
1294                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1295                 /* Re-branded DViCO: DigitalNow DVB-T Dual */
1296         },{
1297                 .subvendor = 0x18ac,
1298                 .subdevice = 0xdb11,
1299                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1300                 /* Re-branded DViCO: UltraView DVB-T Plus */
1301         },{
1302                 .subvendor = 0x17de,
1303                 .subdevice = 0x0840,
1304                 .card      = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
1305         },{
1306                 .subvendor = 0x18ac,
1307                 .subdevice = 0xdb40,
1308                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1309         },{
1310                 .subvendor = 0x18ac,
1311                 .subdevice = 0xdb44,
1312                 .card      = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1313         },
1314 };
1315 const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
1316
1317 /* ----------------------------------------------------------------------- */
1318 /* some leadtek specific stuff                                             */
1319
1320 static void __devinit leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
1321 {
1322         /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
1323          * any others.
1324          *
1325          * Byte 0 is 1 on the NTSC board.
1326          */
1327
1328         if (eeprom_data[4] != 0x7d ||
1329             eeprom_data[5] != 0x10 ||
1330             eeprom_data[7] != 0x66) {
1331                 printk(KERN_WARNING "%s: Leadtek eeprom invalid.\n",
1332                        core->name);
1333                 return;
1334         }
1335
1336         core->has_radio  = 1;
1337         core->tuner_type = (eeprom_data[6] == 0x13) ? 43 : 38;
1338
1339         printk(KERN_INFO "%s: Leadtek Winfast 2000XP Expert config: "
1340                "tuner=%d, eeprom[0]=0x%02x\n",
1341                core->name, core->tuner_type, eeprom_data[0]);
1342 }
1343
1344 static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
1345 {
1346         struct tveeprom tv;
1347
1348         tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
1349         core->tuner_type = tv.tuner_type;
1350         core->tuner_formats = tv.tuner_formats;
1351         core->has_radio  = tv.has_radio;
1352
1353         /* Make sure we support the board model */
1354         switch (tv.model)
1355         {
1356         case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
1357         case 34519: /* WinTV-PCI-FM */
1358         case 90002: /* Nova-T-PCI (9002) */
1359         case 92001: /* Nova-S-Plus (Video and IR) */
1360         case 92002: /* Nova-S-Plus (Video and IR) */
1361         case 90003: /* Nova-T-PCI (9002 No RF out) */
1362         case 90500: /* Nova-T-PCI (oem) */
1363         case 90501: /* Nova-T-PCI (oem/IR) */
1364         case 92000: /* Nova-SE2 (OEM, No Video or IR) */
1365         case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
1366         case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
1367         case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
1368                 /* known */
1369                 break;
1370         default:
1371                 printk("%s: warning: unknown hauppauge model #%d\n",
1372                        core->name, tv.model);
1373                 break;
1374         }
1375
1376         printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
1377                         core->name, tv.model);
1378 }
1379
1380 /* ----------------------------------------------------------------------- */
1381 /* some GDI (was: Modular Technology) specific stuff                       */
1382
1383 static struct {
1384         int  id;
1385         int  fm;
1386         char *name;
1387 } gdi_tuner[] = {
1388         [ 0x01 ] = { .id   = TUNER_ABSENT,
1389                      .name = "NTSC_M" },
1390         [ 0x02 ] = { .id   = TUNER_ABSENT,
1391                      .name = "PAL_B" },
1392         [ 0x03 ] = { .id   = TUNER_ABSENT,
1393                      .name = "PAL_I" },
1394         [ 0x04 ] = { .id   = TUNER_ABSENT,
1395                      .name = "PAL_D" },
1396         [ 0x05 ] = { .id   = TUNER_ABSENT,
1397                      .name = "SECAM" },
1398
1399         [ 0x10 ] = { .id   = TUNER_ABSENT,
1400                      .fm   = 1,
1401                      .name = "TEMIC_4049" },
1402         [ 0x11 ] = { .id   = TUNER_TEMIC_4136FY5,
1403                      .name = "TEMIC_4136" },
1404         [ 0x12 ] = { .id   = TUNER_ABSENT,
1405                      .name = "TEMIC_4146" },
1406
1407         [ 0x20 ] = { .id   = TUNER_PHILIPS_FQ1216ME,
1408                      .fm   = 1,
1409                      .name = "PHILIPS_FQ1216_MK3" },
1410         [ 0x21 ] = { .id   = TUNER_ABSENT, .fm = 1,
1411                      .name = "PHILIPS_FQ1236_MK3" },
1412         [ 0x22 ] = { .id   = TUNER_ABSENT,
1413                      .name = "PHILIPS_FI1236_MK3" },
1414         [ 0x23 ] = { .id   = TUNER_ABSENT,
1415                      .name = "PHILIPS_FI1216_MK3" },
1416 };
1417
1418 static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
1419 {
1420         char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
1421                 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
1422
1423         printk(KERN_INFO "%s: GDI: tuner=%s\n", core->name,
1424                name ? name : "unknown");
1425         if (NULL == name)
1426                 return;
1427         core->tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
1428         core->has_radio  = gdi_tuner[eeprom_data[0x0d]].fm;
1429 }
1430
1431 /* ----------------------------------------------------------------------- */
1432 /* some DViCO specific stuff                                               */
1433
1434 static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
1435 {
1436         struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
1437         int i, err;
1438         static u8 init_bufs[13][5] = {
1439                 { 0x10, 0x00, 0x20, 0x01, 0x03 },
1440                 { 0x10, 0x10, 0x01, 0x00, 0x21 },
1441                 { 0x10, 0x10, 0x10, 0x00, 0xCA },
1442                 { 0x10, 0x10, 0x12, 0x00, 0x08 },
1443                 { 0x10, 0x10, 0x13, 0x00, 0x0A },
1444                 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
1445                 { 0x10, 0x10, 0x22, 0x01, 0x3D },
1446                 { 0x10, 0x10, 0x73, 0x01, 0x2E },
1447                 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
1448                 { 0x10, 0x10, 0x71, 0x01, 0x97 },
1449                 { 0x10, 0x10, 0x70, 0x00, 0x0F },
1450                 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
1451                 { 0x03, 0x0C },
1452         };
1453
1454         for (i = 0; i < 13; i++) {
1455                 msg.buf = init_bufs[i];
1456                 msg.len = (i != 12 ? 5 : 2);
1457                 err = i2c_transfer(&core->i2c_adap, &msg, 1);
1458                 if (err != 1) {
1459                         printk("dvico_fusionhdtv_hybrid_init buf %d failed (err = %d)!\n", i, err);
1460                         return;
1461                 }
1462         }
1463 }
1464
1465 /* ----------------------------------------------------------------------- */
1466
1467 void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
1468 {
1469         int i;
1470
1471         if (0 == pci->subsystem_vendor &&
1472             0 == pci->subsystem_device) {
1473                 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
1474                        "%s: be autodetected.  Please pass card=<n> insmod option to\n"
1475                        "%s: workaround that.  Redirect complaints to the vendor of\n"
1476                        "%s: the TV card.  Best regards,\n"
1477                        "%s:         -- tux\n",
1478                        core->name,core->name,core->name,core->name,core->name);
1479         } else {
1480                 printk("%s: Your board isn't known (yet) to the driver.  You can\n"
1481                        "%s: try to pick one of the existing card configs via\n"
1482                        "%s: card=<n> insmod option.  Updating to the latest\n"
1483                        "%s: version might help as well.\n",
1484                        core->name,core->name,core->name,core->name);
1485         }
1486         printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1487                core->name);
1488         for (i = 0; i < cx88_bcount; i++)
1489                 printk("%s:    card=%d -> %s\n",
1490                        core->name, i, cx88_boards[i].name);
1491 }
1492
1493 void cx88_card_setup(struct cx88_core *core)
1494 {
1495         static u8 eeprom[256];
1496
1497         if (0 == core->i2c_rc) {
1498                 core->i2c_client.addr = 0xa0 >> 1;
1499                 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
1500         }
1501
1502         switch (core->board) {
1503         case CX88_BOARD_HAUPPAUGE:
1504         case CX88_BOARD_HAUPPAUGE_ROSLYN:
1505                 if (0 == core->i2c_rc)
1506                         hauppauge_eeprom(core,eeprom+8);
1507                 break;
1508         case CX88_BOARD_GDI:
1509                 if (0 == core->i2c_rc)
1510                         gdi_eeprom(core,eeprom);
1511                 break;
1512         case CX88_BOARD_WINFAST2000XP_EXPERT:
1513                 if (0 == core->i2c_rc)
1514                         leadtek_eeprom(core,eeprom);
1515                 break;
1516         case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
1517         case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
1518         case CX88_BOARD_HAUPPAUGE_DVB_T1:
1519         case CX88_BOARD_HAUPPAUGE_HVR1100:
1520         case CX88_BOARD_HAUPPAUGE_HVR1100LP:
1521                 if (0 == core->i2c_rc)
1522                         hauppauge_eeprom(core,eeprom);
1523                 break;
1524         case CX88_BOARD_KWORLD_DVBS_100:
1525                 cx_write(MO_GP0_IO, 0x000007f8);
1526                 cx_write(MO_GP1_IO, 0x00000001);
1527                 break;
1528         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
1529         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
1530         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
1531         case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
1532                 /* GPIO0:0 is hooked to mt352 reset pin */
1533                 cx_set(MO_GP0_IO, 0x00000101);
1534                 cx_clear(MO_GP0_IO, 0x00000001);
1535                 msleep(1);
1536                 cx_set(MO_GP0_IO, 0x00000101);
1537                 if (0 == core->i2c_rc &&
1538                     core->board == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
1539                         dvico_fusionhdtv_hybrid_init(core);
1540                 break;
1541         case CX88_BOARD_KWORLD_DVB_T:
1542         case CX88_BOARD_DNTV_LIVE_DVB_T:
1543                 cx_set(MO_GP0_IO, 0x00000707);
1544                 cx_set(MO_GP2_IO, 0x00000101);
1545                 cx_clear(MO_GP2_IO, 0x00000001);
1546                 msleep(1);
1547                 cx_clear(MO_GP0_IO, 0x00000007);
1548                 cx_set(MO_GP2_IO, 0x00000101);
1549                 break;
1550         case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
1551                 cx_write(MO_GP0_IO, 0x00080808);
1552                 break;
1553         case CX88_BOARD_ATI_HDTVWONDER:
1554                 if (0 == core->i2c_rc) {
1555                         /* enable tuner */
1556                         int i;
1557                         static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
1558                         core->i2c_client.addr = 0x0a;
1559
1560                         for (i = 0; i < 5; i++)
1561                                 if (2 != i2c_master_send(&core->i2c_client,&buffer[i*2],2))
1562                                         printk(KERN_WARNING "%s: Unable to enable tuner(%i).\n",
1563                                                 core->name, i);
1564                 }
1565                 break;
1566         }
1567         if (cx88_boards[core->board].radio.type == CX88_RADIO)
1568                 core->has_radio = 1;
1569 }
1570
1571 /* ------------------------------------------------------------------ */
1572
1573 EXPORT_SYMBOL(cx88_boards);
1574 EXPORT_SYMBOL(cx88_bcount);
1575 EXPORT_SYMBOL(cx88_subids);
1576 EXPORT_SYMBOL(cx88_idcount);
1577 EXPORT_SYMBOL(cx88_card_list);
1578 EXPORT_SYMBOL(cx88_card_setup);
1579
1580 /*
1581  * Local variables:
1582  * c-basic-offset: 8
1583  * End:
1584  * 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
1585  */