blob: 6214eb823b29afffc94b0da20d628846ed72c41c [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 *
3 * device driver for Conexant 2388x based TV cards
4 * card-specific stuff.
5 *
6 * (c) 2003 Gerd Knorr <kraxel@bytesex.org> [SuSE Labs]
7 *
8 * This program is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This program is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 */
22
23#include <linux/init.h>
24#include <linux/module.h>
25#include <linux/pci.h>
26#include <linux/delay.h>
27
28#include "cx88.h"
29
30/* ------------------------------------------------------------------ */
31/* board config info */
32
33struct cx88_board cx88_boards[] = {
34 [CX88_BOARD_UNKNOWN] = {
35 .name = "UNKNOWN/GENERIC",
36 .tuner_type = UNSET,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -070037 .radio_type = UNSET,
38 .tuner_addr = ADDR_UNSET,
39 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 .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,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -070057 .radio_type = UNSET,
58 .tuner_addr = ADDR_UNSET,
59 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 .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,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -070086 .radio_type = UNSET,
87 .tuner_addr = ADDR_UNSET,
88 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -070089 .input = {{
90 .type = CX88_VMUX_TELEVISION,
91 .vmux = 0,
Mauro Carvalho Chehabfd3113e2005-07-31 22:34:43 -070092 },{
93 .type = CX88_VMUX_SVIDEO,
94 .vmux = 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -070095 }},
96 },
97 [CX88_BOARD_PIXELVIEW] = {
98 .name = "PixelView",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -070099 .tuner_type = TUNER_PHILIPS_PAL,
100 .radio_type = UNSET,
101 .tuner_addr = ADDR_UNSET,
102 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700103 .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,
Michael Krufky47ee2f32006-06-06 15:51:38 -0300117 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118 },
119 [CX88_BOARD_ATI_WONDER_PRO] = {
120 .name = "ATI TV Wonder Pro",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700121 .tuner_type = TUNER_PHILIPS_4IN1,
122 .radio_type = UNSET,
123 .tuner_addr = ADDR_UNSET,
124 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700125 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER,
126 .input = {{
127 .type = CX88_VMUX_TELEVISION,
128 .vmux = 0,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800129 .gpio0 = 0x03ff,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130 },{
131 .type = CX88_VMUX_COMPOSITE1,
132 .vmux = 1,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800133 .gpio0 = 0x03fe,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700134 },{
135 .type = CX88_VMUX_SVIDEO,
136 .vmux = 2,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800137 .gpio0 = 0x03fe,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700138 }},
139 },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800140 [CX88_BOARD_WINFAST2000XP_EXPERT] = {
141 .name = "Leadtek Winfast 2000XP Expert",
142 .tuner_type = TUNER_PHILIPS_4IN1,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700143 .radio_type = UNSET,
144 .tuner_addr = ADDR_UNSET,
145 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700146 .tda9887_conf = TDA9887_PRESENT,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800147 .input = {{
148 .type = CX88_VMUX_TELEVISION,
149 .vmux = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 .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,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800168 }},
169 .radio = {
170 .type = CX88_RADIO,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700171 .gpio0 = 0x00F5d700,
172 .gpio1 = 0x00003004,
173 .gpio2 = 0x00F5d700,
174 .gpio3 = 0x02000000,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800175 },
176 },
Lubomir Bulej7418f342005-11-08 21:38:34 -0800177 [CX88_BOARD_AVERTV_STUDIO_303] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 .name = "AverTV Studio 303 (M126)",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700179 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
180 .radio_type = UNSET,
181 .tuner_addr = ADDR_UNSET,
182 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 .tda9887_conf = TDA9887_PRESENT,
184 .input = {{
185 .type = CX88_VMUX_TELEVISION,
186 .vmux = 0,
Marcin Rudowski4aca4832006-03-09 16:09:51 -0300187 .gpio1 = 0xe09f,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700188 },{
189 .type = CX88_VMUX_COMPOSITE1,
190 .vmux = 1,
Marcin Rudowski4aca4832006-03-09 16:09:51 -0300191 .gpio1 = 0xe05f,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700192 },{
193 .type = CX88_VMUX_SVIDEO,
194 .vmux = 2,
Marcin Rudowski4aca4832006-03-09 16:09:51 -0300195 .gpio1 = 0xe05f,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700196 }},
197 .radio = {
Marcin Rudowski4aca4832006-03-09 16:09:51 -0300198 .gpio1 = 0xe0df,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700199 .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",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700206 .tuner_type = TUNER_MT2032,
207 .radio_type = UNSET,
208 .tuner_addr = ADDR_UNSET,
209 .radio_addr = ADDR_UNSET,
Nickolay V. Shmyrev3ae1adc2005-11-08 21:37:39 -0800210 .tda9887_conf = TDA9887_PRESENT | TDA9887_INTERCARRIER_NTSC,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700211 .input = {{
212 .type = CX88_VMUX_TELEVISION,
213 .vmux = 0,
214 .gpio0 = 0x000040bf,
215 .gpio1 = 0x000080c0,
216 .gpio2 = 0x0000ff40,
217 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800218 .type = CX88_VMUX_COMPOSITE1,
219 .vmux = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700220 .gpio0 = 0x000040bf,
221 .gpio1 = 0x000080c0,
222 .gpio2 = 0x0000ff40,
223 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800224 .type = CX88_VMUX_SVIDEO,
225 .vmux = 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700226 .gpio0 = 0x000040bf,
227 .gpio1 = 0x000080c0,
228 .gpio2 = 0x0000ff40,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800229 }},
230 .radio = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700231 .type = CX88_RADIO,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800232 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700233 },
234 [CX88_BOARD_WINFAST_DV2000] = {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800235 .name = "Leadtek Winfast DV2000",
236 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700237 .radio_type = UNSET,
238 .tuner_addr = ADDR_UNSET,
239 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700240 .tda9887_conf = TDA9887_PRESENT,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800241 .input = {{
242 .type = CX88_VMUX_TELEVISION,
243 .vmux = 0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700244 .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 }},
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800264 .radio = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700265 .type = CX88_RADIO,
266 .gpio0 = 0x0035d700,
267 .gpio1 = 0x00007004,
268 .gpio2 = 0x0035d700,
269 .gpio3 = 0x02000000,
Michael Krufky47ee2f32006-06-06 15:51:38 -0300270 },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800271 },
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700272 [CX88_BOARD_LEADTEK_PVR2000] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 // gpio values for PAL version from regspy by DScaler
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700274 .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,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700279 .tda9887_conf = TDA9887_PRESENT,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700280 .input = {{
281 .type = CX88_VMUX_TELEVISION,
282 .vmux = 0,
283 .gpio0 = 0x0000bde2,
284 },{
285 .type = CX88_VMUX_COMPOSITE1,
286 .vmux = 1,
287 .gpio0 = 0x0000bde6,
288 },{
289 .type = CX88_VMUX_SVIDEO,
290 .vmux = 2,
291 .gpio0 = 0x0000bde6,
292 }},
293 .radio = {
294 .type = CX88_RADIO,
295 .gpio0 = 0x0000bd62,
296 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297 .blackbird = 1,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700298 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700299 [CX88_BOARD_IODATA_GVVCP3PCI] = {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800300 .name = "IODATA GV-VCP3/PCI",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700301 .tuner_type = TUNER_ABSENT,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800302 .radio_type = UNSET,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700303 .tuner_addr = ADDR_UNSET,
304 .radio_addr = ADDR_UNSET,
305 .input = {{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800306 .type = CX88_VMUX_COMPOSITE1,
307 .vmux = 0,
308 },{
309 .type = CX88_VMUX_COMPOSITE2,
310 .vmux = 1,
311 },{
312 .type = CX88_VMUX_SVIDEO,
313 .vmux = 2,
314 }},
315 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 [CX88_BOARD_PROLINK_PLAYTVPVR] = {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800317 .name = "Prolink PlayTV PVR",
318 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700319 .radio_type = UNSET,
320 .tuner_addr = ADDR_UNSET,
321 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700322 .tda9887_conf = TDA9887_PRESENT,
323 .input = {{
324 .type = CX88_VMUX_TELEVISION,
325 .vmux = 0,
Michael Krufkyfc34f162006-03-13 03:41:44 -0300326 .gpio0 = 0xbff0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 },{
328 .type = CX88_VMUX_COMPOSITE1,
329 .vmux = 1,
Michael Krufkyfc34f162006-03-13 03:41:44 -0300330 .gpio0 = 0xbff3,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331 },{
332 .type = CX88_VMUX_SVIDEO,
333 .vmux = 2,
Michael Krufkyfc34f162006-03-13 03:41:44 -0300334 .gpio0 = 0xbff3,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 }},
336 .radio = {
337 .type = CX88_RADIO,
Michael Krufkyfc34f162006-03-13 03:41:44 -0300338 .gpio0 = 0xbff0,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700339 },
340 },
341 [CX88_BOARD_ASUS_PVR_416] = {
342 .name = "ASUS PVR-416",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700343 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
344 .radio_type = UNSET,
345 .tuner_addr = ADDR_UNSET,
346 .radio_addr = ADDR_UNSET,
347 .tda9887_conf = TDA9887_PRESENT,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348 .input = {{
349 .type = CX88_VMUX_TELEVISION,
350 .vmux = 0,
351 .gpio0 = 0x0000fde6,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800352 },{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700353 .type = CX88_VMUX_SVIDEO,
354 .vmux = 2,
355 .gpio0 = 0x0000fde6, // 0x0000fda6 L,R RCA audio in?
356 }},
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800357 .radio = {
358 .type = CX88_RADIO,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700359 .gpio0 = 0x0000fde2,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800360 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700361 .blackbird = 1,
362 },
363 [CX88_BOARD_MSI_TVANYWHERE] = {
364 .name = "MSI TV-@nywhere",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700365 .tuner_type = TUNER_MT2032,
366 .radio_type = UNSET,
367 .tuner_addr = ADDR_UNSET,
368 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369 .tda9887_conf = TDA9887_PRESENT,
370 .input = {{
371 .type = CX88_VMUX_TELEVISION,
372 .vmux = 0,
373 .gpio0 = 0x00000fbf,
374 .gpio2 = 0x0000fc08,
375 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800376 .type = CX88_VMUX_COMPOSITE1,
377 .vmux = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700378 .gpio0 = 0x00000fbf,
379 .gpio2 = 0x0000fc68,
380 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800381 .type = CX88_VMUX_SVIDEO,
382 .vmux = 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700383 .gpio0 = 0x00000fbf,
384 .gpio2 = 0x0000fc68,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800385 }},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700386 },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800387 [CX88_BOARD_KWORLD_DVB_T] = {
388 .name = "KWorld/VStream XPert DVB-T",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700389 .tuner_type = TUNER_ABSENT,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700390 .radio_type = UNSET,
391 .tuner_addr = ADDR_UNSET,
392 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800393 .input = {{
394 .type = CX88_VMUX_COMPOSITE1,
395 .vmux = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396 .gpio0 = 0x0700,
397 .gpio2 = 0x0101,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800398 },{
399 .type = CX88_VMUX_SVIDEO,
400 .vmux = 2,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700401 .gpio0 = 0x0700,
402 .gpio2 = 0x0101,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800403 }},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 .dvb = 1,
405 },
406 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1] = {
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700407 .name = "DViCO FusionHDTV DVB-T1",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 .tuner_type = TUNER_ABSENT, /* No analog tuner */
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700409 .radio_type = UNSET,
410 .tuner_addr = ADDR_UNSET,
411 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700412 .input = {{
413 .type = CX88_VMUX_COMPOSITE1,
414 .vmux = 1,
415 .gpio0 = 0x000027df,
Michael Krufky47ee2f32006-06-06 15:51:38 -0300416 },{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700417 .type = CX88_VMUX_SVIDEO,
418 .vmux = 2,
419 .gpio0 = 0x000027df,
420 }},
421 .dvb = 1,
422 },
423 [CX88_BOARD_KWORLD_LTV883] = {
424 .name = "KWorld LTV883RF",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700425 .tuner_type = TUNER_TNF_8831BGFF,
426 .radio_type = UNSET,
427 .tuner_addr = ADDR_UNSET,
428 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800429 .input = {{
430 .type = CX88_VMUX_TELEVISION,
431 .vmux = 0,
432 .gpio0 = 0x07f8,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700433 },{
434 .type = CX88_VMUX_DEBUG,
435 .vmux = 0,
436 .gpio0 = 0x07f9, // mono from tuner chip
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800437 },{
438 .type = CX88_VMUX_COMPOSITE1,
439 .vmux = 1,
440 .gpio0 = 0x000007fa,
441 },{
442 .type = CX88_VMUX_SVIDEO,
443 .vmux = 2,
444 .gpio0 = 0x000007fa,
445 }},
446 .radio = {
447 .type = CX88_RADIO,
448 .gpio0 = 0x000007f8,
449 },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700450 },
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700451 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q] = {
452 .name = "DViCO FusionHDTV 3 Gold-Q",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700453 .tuner_type = TUNER_MICROTUNE_4042FI5,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700454 .radio_type = UNSET,
455 .tuner_addr = ADDR_UNSET,
456 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700457 /*
458 GPIO[0] resets DT3302 DTV receiver
459 0 - reset asserted
460 1 - normal operation
461 GPIO[1] mutes analog audio output connector
462 0 - enable selected source
463 1 - mute
464 GPIO[2] selects source for analog audio output connector
465 0 - analog audio input connector on tab
466 1 - analog DAC output from CX23881 chip
467 GPIO[3] selects RF input connector on tuner module
468 0 - RF connector labeled CABLE
469 1 - RF connector labeled ANT
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700470 GPIO[4] selects high RF for QAM256 mode
471 0 - normal RF
472 1 - high RF
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 */
474 .input = {{
475 .type = CX88_VMUX_TELEVISION,
476 .vmux = 0,
477 .gpio0 = 0x0f0d,
478 },{
479 .type = CX88_VMUX_CABLE,
480 .vmux = 0,
481 .gpio0 = 0x0f05,
482 },{
483 .type = CX88_VMUX_COMPOSITE1,
484 .vmux = 1,
485 .gpio0 = 0x0f00,
486 },{
487 .type = CX88_VMUX_SVIDEO,
488 .vmux = 2,
489 .gpio0 = 0x0f00,
490 }},
Michael Krufkyf1798492005-07-07 17:58:39 -0700491 .dvb = 1,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800493 [CX88_BOARD_HAUPPAUGE_DVB_T1] = {
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700494 .name = "Hauppauge Nova-T DVB-T",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700495 .tuner_type = TUNER_ABSENT,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700496 .radio_type = UNSET,
497 .tuner_addr = ADDR_UNSET,
498 .radio_addr = ADDR_UNSET,
499 .input = {{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800500 .type = CX88_VMUX_DVB,
501 .vmux = 0,
502 }},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700503 .dvb = 1,
504 },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800505 [CX88_BOARD_CONEXANT_DVB_T1] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 .name = "Conexant DVB-T reference design",
507 .tuner_type = TUNER_ABSENT,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700508 .radio_type = UNSET,
509 .tuner_addr = ADDR_UNSET,
510 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800511 .input = {{
512 .type = CX88_VMUX_DVB,
513 .vmux = 0,
514 }},
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 .dvb = 1,
516 },
517 [CX88_BOARD_PROVIDEO_PV259] = {
518 .name = "Provideo PV259",
519 .tuner_type = TUNER_PHILIPS_FQ1216ME,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700520 .radio_type = UNSET,
521 .tuner_addr = ADDR_UNSET,
522 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 .input = {{
524 .type = CX88_VMUX_TELEVISION,
525 .vmux = 0,
526 }},
527 .blackbird = 1,
528 },
529 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS] = {
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700530 .name = "DViCO FusionHDTV DVB-T Plus",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700531 .tuner_type = TUNER_ABSENT, /* No analog tuner */
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700532 .radio_type = UNSET,
533 .tuner_addr = ADDR_UNSET,
534 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 .input = {{
536 .type = CX88_VMUX_COMPOSITE1,
537 .vmux = 1,
538 .gpio0 = 0x000027df,
Michael Krufky47ee2f32006-06-06 15:51:38 -0300539 },{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700540 .type = CX88_VMUX_SVIDEO,
541 .vmux = 2,
542 .gpio0 = 0x000027df,
543 }},
544 .dvb = 1,
545 },
546 [CX88_BOARD_DNTV_LIVE_DVB_T] = {
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800547 .name = "digitalnow DNTV Live! DVB-T",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700548 .tuner_type = TUNER_ABSENT,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700549 .radio_type = UNSET,
550 .tuner_addr = ADDR_UNSET,
551 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800552 .input = {{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553 .type = CX88_VMUX_COMPOSITE1,
554 .vmux = 1,
555 .gpio0 = 0x00000700,
556 .gpio2 = 0x00000101,
557 },{
558 .type = CX88_VMUX_SVIDEO,
559 .vmux = 2,
560 .gpio0 = 0x00000700,
561 .gpio2 = 0x00000101,
562 }},
563 .dvb = 1,
564 },
565 [CX88_BOARD_PCHDTV_HD3000] = {
566 .name = "pcHDTV HD3000 HDTV",
Trent Piepho9175b852006-04-10 09:40:37 -0300567 .tuner_type = TUNER_THOMSON_DTT761X,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700568 .radio_type = UNSET,
569 .tuner_addr = ADDR_UNSET,
570 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehabe4f5c82a2005-12-04 12:41:54 -0200571 .tda9887_conf = TDA9887_PRESENT,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 .input = {{
573 .type = CX88_VMUX_TELEVISION,
574 .vmux = 0,
575 .gpio0 = 0x00008484,
576 .gpio1 = 0x00000000,
577 .gpio2 = 0x00000000,
578 .gpio3 = 0x00000000,
579 },{
580 .type = CX88_VMUX_COMPOSITE1,
581 .vmux = 1,
582 .gpio0 = 0x00008400,
583 .gpio1 = 0x00000000,
584 .gpio2 = 0x00000000,
585 .gpio3 = 0x00000000,
586 },{
587 .type = CX88_VMUX_SVIDEO,
588 .vmux = 2,
589 .gpio0 = 0x00008400,
590 .gpio1 = 0x00000000,
591 .gpio2 = 0x00000000,
592 .gpio3 = 0x00000000,
593 }},
594 .radio = {
595 .type = CX88_RADIO,
596 .vmux = 2,
597 .gpio0 = 0x00008400,
598 .gpio1 = 0x00000000,
599 .gpio2 = 0x00000000,
600 .gpio3 = 0x00000000,
601 },
602 .dvb = 1,
603 },
604 [CX88_BOARD_HAUPPAUGE_ROSLYN] = {
605 // entry added by Kaustubh D. Bhalerao <bhalerao.1@osu.edu>
606 // GPIO values obtained from regspy, courtesy Sean Covel
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700607 .name = "Hauppauge WinTV 28xxx (Roslyn) models",
608 .tuner_type = UNSET,
609 .radio_type = UNSET,
610 .tuner_addr = ADDR_UNSET,
611 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 .input = {{
613 .type = CX88_VMUX_TELEVISION,
614 .vmux = 0,
Steven Toth0345c382006-01-09 15:25:17 -0200615 .gpio0 = 0xed1a,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700616 .gpio2 = 0x00ff,
617 },{
618 .type = CX88_VMUX_DEBUG,
619 .vmux = 0,
Steven Toth0345c382006-01-09 15:25:17 -0200620 .gpio0 = 0xff01,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700621 },{
622 .type = CX88_VMUX_COMPOSITE1,
623 .vmux = 1,
624 .gpio0 = 0xff02,
625 },{
626 .type = CX88_VMUX_SVIDEO,
627 .vmux = 2,
628 .gpio0 = 0xed92,
629 .gpio2 = 0x00ff,
630 }},
631 .radio = {
632 .type = CX88_RADIO,
633 .gpio0 = 0xed96,
634 .gpio2 = 0x00ff,
635 },
636 .blackbird = 1,
637 },
638 [CX88_BOARD_DIGITALLOGIC_MEC] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700639 .name = "Digital-Logic MICROSPACE Entertainment Center (MEC)",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700640 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
641 .radio_type = UNSET,
642 .tuner_addr = ADDR_UNSET,
643 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 .tda9887_conf = TDA9887_PRESENT,
645 .input = {{
646 .type = CX88_VMUX_TELEVISION,
647 .vmux = 0,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700648 .gpio0 = 0x00009d80,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649 },{
650 .type = CX88_VMUX_COMPOSITE1,
651 .vmux = 1,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700652 .gpio0 = 0x00009d76,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700653 },{
654 .type = CX88_VMUX_SVIDEO,
655 .vmux = 2,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700656 .gpio0 = 0x00009d76,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657 }},
658 .radio = {
659 .type = CX88_RADIO,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700660 .gpio0 = 0x00009d00,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700661 },
662 .blackbird = 1,
663 },
664 [CX88_BOARD_IODATA_GVBCTV7E] = {
665 .name = "IODATA GV/BCTV7E",
666 .tuner_type = TUNER_PHILIPS_FQ1286,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700667 .radio_type = UNSET,
668 .tuner_addr = ADDR_UNSET,
669 .radio_addr = ADDR_UNSET,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670 .tda9887_conf = TDA9887_PRESENT,
671 .input = {{
672 .type = CX88_VMUX_TELEVISION,
673 .vmux = 1,
674 .gpio1 = 0x0000e03f,
675 },{
676 .type = CX88_VMUX_COMPOSITE1,
677 .vmux = 2,
678 .gpio1 = 0x0000e07f,
679 },{
680 .type = CX88_VMUX_SVIDEO,
681 .vmux = 3,
682 .gpio1 = 0x0000e07f,
683 }}
684 },
Manuel Capinha239df2e2005-06-23 22:04:53 -0700685 [CX88_BOARD_PIXELVIEW_PLAYTV_ULTRA_PRO] = {
686 .name = "PixelView PlayTV Ultra Pro (Stereo)",
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700687 /* May be also TUNER_YMEC_TVF_5533MF for NTSC/M or PAL/M */
688 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
Mauro Carvalho Chehabc5287ba2005-07-15 03:56:28 -0700689 .radio_type = UNSET,
690 .tuner_addr = ADDR_UNSET,
691 .radio_addr = ADDR_UNSET,
Manuel Capinha239df2e2005-06-23 22:04:53 -0700692 .input = {{
693 .type = CX88_VMUX_TELEVISION,
694 .vmux = 0,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700695 .gpio0 = 0xbf61, /* internal decoder */
Manuel Capinha239df2e2005-06-23 22:04:53 -0700696 },{
697 .type = CX88_VMUX_COMPOSITE1,
698 .vmux = 1,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700699 .gpio0 = 0xbf63,
Manuel Capinha239df2e2005-06-23 22:04:53 -0700700 },{
701 .type = CX88_VMUX_SVIDEO,
702 .vmux = 2,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700703 .gpio0 = 0xbf63,
Manuel Capinha239df2e2005-06-23 22:04:53 -0700704 }},
705 .radio = {
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700706 .type = CX88_RADIO,
707 .gpio0 = 0xbf60,
708 },
Manuel Capinha239df2e2005-06-23 22:04:53 -0700709 },
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800710 [CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T] = {
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700711 .name = "DViCO FusionHDTV 3 Gold-T",
Michael Krufky83ac87222006-01-09 15:25:29 -0200712 .tuner_type = TUNER_THOMSON_DTT761X,
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -0700713 .radio_type = UNSET,
714 .tuner_addr = ADDR_UNSET,
715 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehabe4f5c82a2005-12-04 12:41:54 -0200716 .tda9887_conf = TDA9887_PRESENT,
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700717 .input = {{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800718 .type = CX88_VMUX_TELEVISION,
719 .vmux = 0,
720 .gpio0 = 0x97ed,
721 },{
722 .type = CX88_VMUX_COMPOSITE1,
723 .vmux = 1,
724 .gpio0 = 0x97e9,
725 },{
726 .type = CX88_VMUX_SVIDEO,
727 .vmux = 2,
728 .gpio0 = 0x97e9,
729 }},
Michael Krufky0d723c02005-07-07 17:58:42 -0700730 .dvb = 1,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800731 },
732 [CX88_BOARD_ADSTECH_DVB_T_PCI] = {
733 .name = "ADS Tech Instant TV DVB-T PCI",
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700734 .tuner_type = TUNER_ABSENT,
735 .radio_type = UNSET,
736 .tuner_addr = ADDR_UNSET,
737 .radio_addr = ADDR_UNSET,
738 .input = {{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800739 .type = CX88_VMUX_COMPOSITE1,
740 .vmux = 1,
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700741 .gpio0 = 0x0700,
742 .gpio2 = 0x0101,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800743 },{
744 .type = CX88_VMUX_SVIDEO,
745 .vmux = 2,
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700746 .gpio0 = 0x0700,
747 .gpio2 = 0x0101,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800748 }},
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -0700749 .dvb = 1,
750 },
Michael Krufkye057ee12005-07-07 17:58:40 -0700751 [CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1] = {
752 .name = "TerraTec Cinergy 1400 DVB-T",
753 .tuner_type = TUNER_ABSENT,
754 .input = {{
755 .type = CX88_VMUX_DVB,
756 .vmux = 0,
757 }},
758 .dvb = 1,
759 },
Michael Krufky9fef07c2005-07-31 22:34:46 -0700760 [CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD] = {
761 .name = "DViCO FusionHDTV 5 Gold",
Michael Krufky9c26c8b2006-04-27 01:29:17 -0300762 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H062F */
Michael Krufky9fef07c2005-07-31 22:34:46 -0700763 .radio_type = UNSET,
764 .tuner_addr = ADDR_UNSET,
765 .radio_addr = ADDR_UNSET,
Mauro Carvalho Chehabe52e98a2005-09-09 13:03:41 -0700766 .tda9887_conf = TDA9887_PRESENT,
Michael Krufky9fef07c2005-07-31 22:34:46 -0700767 .input = {{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800768 .type = CX88_VMUX_TELEVISION,
769 .vmux = 0,
770 .gpio0 = 0x87fd,
771 },{
772 .type = CX88_VMUX_COMPOSITE1,
773 .vmux = 1,
774 .gpio0 = 0x87f9,
775 },{
776 .type = CX88_VMUX_SVIDEO,
777 .vmux = 2,
778 .gpio0 = 0x87f9,
779 }},
Mauro Carvalho Chehabe52e98a2005-09-09 13:03:41 -0700780 .dvb = 1,
Michael Krufky9fef07c2005-07-31 22:34:46 -0700781 },
Nickolay V. Shmyrevd45170e2005-11-08 21:36:15 -0800782 [CX88_BOARD_AVERMEDIA_ULTRATV_MC_550] = {
783 .name = "AverMedia UltraTV Media Center PCI 550",
784 .tuner_type = TUNER_PHILIPS_FM1236_MK3,
785 .radio_type = UNSET,
786 .tuner_addr = ADDR_UNSET,
787 .radio_addr = ADDR_UNSET,
788 .tda9887_conf = TDA9887_PRESENT,
789 .blackbird = 1,
790 .input = {{
791 .type = CX88_VMUX_COMPOSITE1,
792 .vmux = 0,
793 .gpio0 = 0x0000cd73,
794 },{
795 .type = CX88_VMUX_SVIDEO,
796 .vmux = 1,
797 .gpio0 = 0x0000cd73,
798 },{
799 .type = CX88_VMUX_TELEVISION,
800 .vmux = 3,
801 .gpio0 = 0x0000cdb3,
802 }},
803 .radio = {
804 .type = CX88_RADIO,
805 .vmux = 2,
806 .gpio0 = 0x0000cdf3,
807 },
808 },
Alexander Wold0bcc37c2005-11-08 21:36:58 -0800809 [CX88_BOARD_KWORLD_VSTREAM_EXPERT_DVD] = {
810 /* Alexander Wold <awold@bigfoot.com> */
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800811 .name = "Kworld V-Stream Xpert DVD",
812 .tuner_type = UNSET,
813 .input = {{
814 .type = CX88_VMUX_COMPOSITE1,
815 .vmux = 1,
816 .gpio0 = 0x03000000,
Alexander Wold0bcc37c2005-11-08 21:36:58 -0800817 .gpio1 = 0x01000000,
818 .gpio2 = 0x02000000,
819 .gpio3 = 0x00100000,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -0800820 },{
821 .type = CX88_VMUX_SVIDEO,
822 .vmux = 2,
823 .gpio0 = 0x03000000,
824 .gpio1 = 0x01000000,
825 .gpio2 = 0x02000000,
826 .gpio3 = 0x00100000,
827 }},
Alexander Wold0bcc37c2005-11-08 21:36:58 -0800828 },
Kirk Lapraye976f9372005-11-08 21:37:04 -0800829 [CX88_BOARD_ATI_HDTVWONDER] = {
830 .name = "ATI HDTV Wonder",
831 .tuner_type = TUNER_PHILIPS_TUV1236D,
832 .radio_type = UNSET,
833 .tuner_addr = ADDR_UNSET,
834 .radio_addr = ADDR_UNSET,
835 .input = {{
836 .type = CX88_VMUX_TELEVISION,
837 .vmux = 0,
838 .gpio0 = 0x00000ff7,
839 .gpio1 = 0x000000ff,
840 .gpio2 = 0x00000001,
841 .gpio3 = 0x00000000,
842 },{
843 .type = CX88_VMUX_COMPOSITE1,
844 .vmux = 1,
845 .gpio0 = 0x00000ffe,
846 .gpio1 = 0x000000ff,
847 .gpio2 = 0x00000001,
848 .gpio3 = 0x00000000,
849 },{
850 .type = CX88_VMUX_SVIDEO,
851 .vmux = 2,
852 .gpio0 = 0x00000ffe,
853 .gpio1 = 0x000000ff,
854 .gpio2 = 0x00000001,
855 .gpio3 = 0x00000000,
856 }},
Kirk Laprayfde6d312005-11-08 21:38:18 -0800857 .dvb = 1,
Kirk Lapraye976f9372005-11-08 21:37:04 -0800858 },
David Shirley2b5200a72005-11-08 21:37:22 -0800859 [CX88_BOARD_WINFAST_DTV1000] = {
860 .name = "WinFast DTV1000-T",
861 .tuner_type = TUNER_ABSENT,
862 .radio_type = UNSET,
863 .tuner_addr = ADDR_UNSET,
864 .radio_addr = ADDR_UNSET,
865 .input = {{
866 .type = CX88_VMUX_DVB,
867 .vmux = 0,
868 }},
869 .dvb = 1,
870 },
Lubomir Bulej7418f342005-11-08 21:38:34 -0800871 [CX88_BOARD_AVERTV_303] = {
872 .name = "AVerTV 303 (M126)",
873 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
874 .radio_type = UNSET,
875 .tuner_addr = ADDR_UNSET,
876 .radio_addr = ADDR_UNSET,
877 .tda9887_conf = TDA9887_PRESENT,
878 .input = {{
879 .type = CX88_VMUX_TELEVISION,
880 .vmux = 0,
881 .gpio0 = 0x00ff,
882 .gpio1 = 0xe09f,
883 .gpio2 = 0x0010,
884 .gpio3 = 0x0000,
885 },{
886 .type = CX88_VMUX_COMPOSITE1,
887 .vmux = 1,
888 .gpio0 = 0x00ff,
889 .gpio1 = 0xe05f,
890 .gpio2 = 0x0010,
891 .gpio3 = 0x0000,
892 },{
893 .type = CX88_VMUX_SVIDEO,
894 .vmux = 2,
895 .gpio0 = 0x00ff,
896 .gpio1 = 0xe05f,
897 .gpio2 = 0x0010,
898 .gpio3 = 0x0000,
899 }},
900 },
Steven Toth0fa14aa2006-01-09 15:25:02 -0200901 [CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1] = {
902 .name = "Hauppauge Nova-S-Plus DVB-S",
903 .tuner_type = TUNER_ABSENT,
904 .radio_type = UNSET,
905 .tuner_addr = ADDR_UNSET,
906 .radio_addr = ADDR_UNSET,
Steven Toth0fa14aa2006-01-09 15:25:02 -0200907 .input = {{
908 .type = CX88_VMUX_DVB,
909 .vmux = 0,
910 },{
911 .type = CX88_VMUX_COMPOSITE1,
912 .vmux = 1,
913 },{
914 .type = CX88_VMUX_SVIDEO,
915 .vmux = 2,
916 }},
917 .dvb = 1,
918 },
919 [CX88_BOARD_HAUPPAUGE_NOVASE2_S1] = {
920 .name = "Hauppauge Nova-SE2 DVB-S",
921 .tuner_type = TUNER_ABSENT,
922 .radio_type = UNSET,
923 .tuner_addr = ADDR_UNSET,
924 .radio_addr = ADDR_UNSET,
925 .input = {{
926 .type = CX88_VMUX_DVB,
927 .vmux = 0,
928 }},
929 .dvb = 1,
930 },
Vadim Catana0e0351e2006-01-09 15:25:02 -0200931 [CX88_BOARD_KWORLD_DVBS_100] = {
932 .name = "KWorld DVB-S 100",
933 .tuner_type = TUNER_ABSENT,
934 .radio_type = UNSET,
935 .tuner_addr = ADDR_UNSET,
936 .radio_addr = ADDR_UNSET,
937 .input = {{
938 .type = CX88_VMUX_DVB,
939 .vmux = 0,
940 },{
941 .type = CX88_VMUX_COMPOSITE1,
942 .vmux = 1,
943 },{
944 .type = CX88_VMUX_SVIDEO,
945 .vmux = 2,
946 }},
947 .dvb = 1,
948 },
Steven Toth611900c2006-01-09 15:25:12 -0200949 [CX88_BOARD_HAUPPAUGE_HVR1100] = {
950 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid",
951 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
952 .radio_type = UNSET,
953 .tuner_addr = ADDR_UNSET,
954 .radio_addr = ADDR_UNSET,
955 .tda9887_conf = TDA9887_PRESENT,
956 .input = {{
957 .type = CX88_VMUX_TELEVISION,
958 .vmux = 0,
959 },{
960 .type = CX88_VMUX_COMPOSITE1,
961 .vmux = 1,
962 },{
963 .type = CX88_VMUX_SVIDEO,
964 .vmux = 2,
965 }},
966 /* fixme: Add radio support */
967 .dvb = 1,
968 },
969 [CX88_BOARD_HAUPPAUGE_HVR1100LP] = {
970 .name = "Hauppauge WinTV-HVR1100 DVB-T/Hybrid (Low Profile)",
971 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
972 .radio_type = UNSET,
973 .tuner_addr = ADDR_UNSET,
974 .radio_addr = ADDR_UNSET,
975 .tda9887_conf = TDA9887_PRESENT,
976 .input = {{
977 .type = CX88_VMUX_TELEVISION,
978 .vmux = 0,
979 },{
980 .type = CX88_VMUX_COMPOSITE1,
981 .vmux = 1,
982 }},
983 /* fixme: Add radio support */
984 .dvb = 1,
985 },
Chris Pascoefc40b262006-01-09 15:25:35 -0200986 [CX88_BOARD_DNTV_LIVE_DVB_T_PRO] = {
987 .name = "digitalnow DNTV Live! DVB-T Pro",
988 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
989 .radio_type = UNSET,
990 .tuner_addr = ADDR_UNSET,
991 .radio_addr = ADDR_UNSET,
992 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
993 TDA9887_PORT2_ACTIVE,
994 .input = {{
995 .type = CX88_VMUX_TELEVISION,
996 .vmux = 0,
997 .gpio0 = 0xf80808,
998 },{
999 .type = CX88_VMUX_COMPOSITE1,
1000 .vmux = 1,
1001 .gpio0 = 0xf80808,
1002 },{
1003 .type = CX88_VMUX_SVIDEO,
1004 .vmux = 2,
1005 .gpio0 = 0xf80808,
1006 }},
1007 .radio = {
1008 .type = CX88_RADIO,
1009 .gpio0 = 0xf80808,
1010 },
1011 .dvb = 1,
1012 },
Manenti Marcof39624f2006-01-09 15:32:45 -02001013 [CX88_BOARD_KWORLD_DVB_T_CX22702] = {
1014 /* Kworld V-stream Xpert DVB-T with Thomson tuner */
1015 /* DTT 7579 Conexant CX22702-19 Conexant CX2388x */
1016 /* Manenti Marco <marco_manenti@colman.it> */
1017 .name = "KWorld/VStream XPert DVB-T with cx22702",
1018 .tuner_type = TUNER_ABSENT,
1019 .radio_type = UNSET,
1020 .tuner_addr = ADDR_UNSET,
1021 .radio_addr = ADDR_UNSET,
1022 .input = {{
1023 .type = CX88_VMUX_COMPOSITE1,
1024 .vmux = 1,
1025 .gpio0 = 0x0700,
1026 .gpio2 = 0x0101,
1027 },{
1028 .type = CX88_VMUX_SVIDEO,
1029 .vmux = 2,
1030 .gpio0 = 0x0700,
1031 .gpio2 = 0x0101,
1032 }},
1033 .dvb = 1,
1034 },
Chris Pascoe43eabb42006-01-09 18:21:28 -02001035 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL] = {
1036 .name = "DViCO FusionHDTV DVB-T Dual Digital",
1037 .tuner_type = TUNER_ABSENT, /* No analog tuner */
1038 .radio_type = UNSET,
1039 .tuner_addr = ADDR_UNSET,
1040 .radio_addr = ADDR_UNSET,
1041 .input = {{
1042 .type = CX88_VMUX_COMPOSITE1,
1043 .vmux = 1,
Chris Pascoed536e9c2006-08-10 03:22:21 -03001044 .gpio0 = 0x000067df,
Chris Pascoe43eabb42006-01-09 18:21:28 -02001045 },{
1046 .type = CX88_VMUX_SVIDEO,
1047 .vmux = 2,
Chris Pascoed536e9c2006-08-10 03:22:21 -03001048 .gpio0 = 0x000067df,
Chris Pascoe43eabb42006-01-09 18:21:28 -02001049 }},
1050 .dvb = 1,
1051 },
Michael Krufky44256de2006-02-07 06:49:14 -02001052 [CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT] = {
Michael Krufkybc53f782006-05-28 01:43:35 -03001053 /* FIXME: Audio not working for s-video / composite inputs. */
Michael Krufky44256de2006-02-07 06:49:14 -02001054 .name = "KWorld HardwareMpegTV XPert",
1055 .tuner_type = TUNER_PHILIPS_TDA8290,
1056 .radio_type = UNSET,
1057 .tuner_addr = ADDR_UNSET,
1058 .radio_addr = ADDR_UNSET,
1059 .input = {{
1060 .type = CX88_VMUX_TELEVISION,
1061 .vmux = 0,
Michael Krufkye2798212006-02-27 00:07:58 -03001062 .gpio0 = 0x3de2,
Michael Krufky24da4e42006-02-27 00:08:01 -03001063 .gpio2 = 0x00ff,
Michael Krufkybc53f782006-05-28 01:43:35 -03001064 },{
1065 .type = CX88_VMUX_COMPOSITE1,
1066 .vmux = 1,
1067 .gpio0 = 0x3de6,
1068 },{
1069 .type = CX88_VMUX_SVIDEO,
1070 .vmux = 2,
1071 .gpio0 = 0x3de6,
Michael Krufky44256de2006-02-07 06:49:14 -02001072 }},
Michael Krufkye2798212006-02-27 00:07:58 -03001073 .radio = {
1074 .type = CX88_RADIO,
1075 .gpio0 = 0x3de6,
Michael Krufky24da4e42006-02-27 00:08:01 -03001076 .gpio2 = 0x00ff,
Michael Krufkye2798212006-02-27 00:07:58 -03001077 },
Michael Krufky3febc042006-04-16 12:17:34 -03001078 .blackbird = 1,
Michael Krufky44256de2006-02-07 06:49:14 -02001079 },
Chris Pascoe780dfef2006-02-28 08:34:59 -03001080 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID] = {
1081 .name = "DViCO FusionHDTV DVB-T Hybrid",
Michael Krufky91ae3292006-03-01 00:04:42 -03001082 .tuner_type = TUNER_THOMSON_FE6600,
Chris Pascoe780dfef2006-02-28 08:34:59 -03001083 .radio_type = UNSET,
1084 .tuner_addr = ADDR_UNSET,
1085 .radio_addr = ADDR_UNSET,
1086 .input = {{
1087 .type = CX88_VMUX_TELEVISION,
1088 .vmux = 0,
1089 .gpio0 = 0x0000a75f,
1090 },{
1091 .type = CX88_VMUX_COMPOSITE1,
1092 .vmux = 1,
1093 .gpio0 = 0x0000a75b,
1094 },{
1095 .type = CX88_VMUX_SVIDEO,
1096 .vmux = 2,
1097 .gpio0 = 0x0000a75b,
1098 }},
1099 .dvb = 1,
1100 },
Michael Krufkye142e7c2006-04-07 03:24:54 -03001101 [CX88_BOARD_PCHDTV_HD5500] = {
1102 .name = "pcHDTV HD5500 HDTV",
Michael Krufky9c26c8b2006-04-27 01:29:17 -03001103 .tuner_type = TUNER_LG_TDVS_H06XF, /* TDVS-H064F */
Michael Krufkye142e7c2006-04-07 03:24:54 -03001104 .radio_type = UNSET,
1105 .tuner_addr = ADDR_UNSET,
1106 .radio_addr = ADDR_UNSET,
1107 .tda9887_conf = TDA9887_PRESENT,
1108 .input = {{
1109 .type = CX88_VMUX_TELEVISION,
1110 .vmux = 0,
1111 .gpio0 = 0x87fd,
1112 },{
1113 .type = CX88_VMUX_COMPOSITE1,
1114 .vmux = 1,
1115 .gpio0 = 0x87f9,
1116 },{
1117 .type = CX88_VMUX_SVIDEO,
1118 .vmux = 2,
1119 .gpio0 = 0x87f9,
1120 }},
1121 .dvb = 1,
1122 },
Valentin Zagurab3038302006-04-13 12:41:43 -03001123 [CX88_BOARD_KWORLD_MCE200_DELUXE] = {
1124 /* FIXME: tested TV input only, disabled composite,
1125 svideo and radio until they can be tested also. */
1126 .name = "Kworld MCE 200 Deluxe",
1127 .tuner_type = TUNER_TENA_9533_DI,
1128 .radio_type = UNSET,
1129 .tda9887_conf = TDA9887_PRESENT,
1130 .tuner_addr = ADDR_UNSET,
1131 .radio_addr = ADDR_UNSET,
1132 .input = {{
1133 .type = CX88_VMUX_TELEVISION,
1134 .vmux = 0,
1135 .gpio0 = 0x0000BDE6
1136 }},
1137 .blackbird = 1,
1138 },
Angelo Marconia3124622006-05-09 18:27:48 -03001139 [CX88_BOARD_PIXELVIEW_PLAYTV_P7000] = {
1140 /* FIXME: SVideo, Composite and FM inputs are untested */
1141 .name = "PixelView PlayTV P7000",
1142 .tuner_type = TUNER_PHILIPS_FM1216ME_MK3,
1143 .radio_type = UNSET,
1144 .tuner_addr = ADDR_UNSET,
1145 .radio_addr = ADDR_UNSET,
1146 .tda9887_conf = TDA9887_PRESENT | TDA9887_PORT1_ACTIVE |
1147 TDA9887_PORT2_ACTIVE,
1148 .input = {{
1149 .type = CX88_VMUX_TELEVISION,
1150 .vmux = 0,
1151 .gpio0 = 0x5da6,
1152 }},
1153 .blackbird = 1,
1154 },
Ricardo Cerqueirabe4f4512006-06-08 17:36:17 -03001155 [CX88_BOARD_NPGTECH_REALTV_TOP10FM] = {
1156 .name = "NPG Tech Real TV FM Top 10",
1157 .tuner_type = TUNER_TNF_5335MF, /* Actually a TNF9535 */
Ricardo Cerqueira680543c2006-05-22 07:44:02 -03001158 .radio_type = UNSET,
1159 .tuner_addr = ADDR_UNSET,
1160 .radio_addr = ADDR_UNSET,
1161 .input = {{
1162 .type = CX88_VMUX_TELEVISION,
1163 .vmux = 0,
1164 .gpio0 = 0x0788,
1165 },{
1166 .type = CX88_VMUX_COMPOSITE1,
1167 .vmux = 1,
1168 .gpio0 = 0x078b,
1169 },{
1170 .type = CX88_VMUX_SVIDEO,
1171 .vmux = 2,
Ricardo Cerqueirabe4f4512006-06-08 17:36:17 -03001172 .gpio0 = 0x078b,
Ricardo Cerqueira680543c2006-05-22 07:44:02 -03001173 }},
1174 .radio = {
1175 .type = CX88_RADIO,
1176 .gpio0 = 0x074a,
1177 },
1178 },
Malcolm Valentine4bd6e9d2006-05-29 13:51:59 -03001179 [CX88_BOARD_WINFAST_DTV2000H] = {
1180 /* video inputs and radio still in testing */
1181 .name = "WinFast DTV2000 H",
1182 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1183 .radio_type = UNSET,
1184 .tuner_addr = ADDR_UNSET,
1185 .radio_addr = ADDR_UNSET,
1186 .tda9887_conf = TDA9887_PRESENT,
1187 .input = {{
1188 .type = CX88_VMUX_TELEVISION,
1189 .vmux = 0,
1190 .gpio0 = 0x00017304,
1191 .gpio1 = 0x00008203,
1192 .gpio2 = 0x00017304,
1193 .gpio3 = 0x02000000,
1194 }},
1195 .dvb = 1,
1196 },
Saqeb Akhterc02a34f2006-06-29 20:29:33 -03001197 [CX88_BOARD_GENIATECH_DVBS] = {
1198 .name = "Geniatech DVB-S",
1199 .tuner_type = TUNER_ABSENT,
1200 .radio_type = UNSET,
1201 .tuner_addr = ADDR_UNSET,
1202 .radio_addr = ADDR_UNSET,
1203 .input = {{
1204 .type = CX88_VMUX_DVB,
1205 .vmux = 0,
1206 },{
1207 .type = CX88_VMUX_COMPOSITE1,
1208 .vmux = 1,
1209 }},
1210 .dvb = 1,
1211 },
Eric Thomasad10c932006-08-08 09:10:04 -03001212 [CX88_BOARD_HAUPPAUGE_HVR3000] = {
1213 /* FIXME: Add dvb & radio support */
1214 .name = "Hauppauge WinTV-HVR3000 TriMode Analog/DVB-S/DVB-T",
1215 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1216 .radio_type = UNSET,
1217 .tuner_addr = ADDR_UNSET,
1218 .radio_addr = ADDR_UNSET,
1219 .tda9887_conf = TDA9887_PRESENT,
1220 .input = {{
1221 .type = CX88_VMUX_TELEVISION,
1222 .vmux = 0,
1223 .gpio0 = 0x84bf,
1224 },{
1225 .type = CX88_VMUX_COMPOSITE1,
1226 .vmux = 1,
1227 .gpio0 = 0x84bf,
1228 },{
1229 .type = CX88_VMUX_SVIDEO,
1230 .vmux = 2,
1231 .gpio0 = 0x84bf,
1232 }},
1233 },
Peter Naullsd1009bd2006-08-08 09:10:05 -03001234 [CX88_BOARD_NORWOOD_MICRO] = {
1235 .name = "Norwood Micro TV Tuner",
1236 .tuner_type = TUNER_TNF_5335MF,
1237 .radio_type = UNSET,
1238 .tuner_addr = ADDR_UNSET,
1239 .radio_addr = ADDR_UNSET,
1240 .input = {{
1241 .type = CX88_VMUX_TELEVISION,
1242 .vmux = 0,
1243 .gpio0 = 0x0709,
1244 },{
1245 .type = CX88_VMUX_COMPOSITE1,
1246 .vmux = 1,
1247 .gpio0 = 0x070b,
1248 },{
1249 .type = CX88_VMUX_SVIDEO,
1250 .vmux = 2,
1251 .gpio0 = 0x070b,
1252 }},
1253 },
David Bussenschutt2acadef2006-08-08 09:10:05 -03001254 [CX88_BOARD_TE_DTV_250_OEM_SWANN] = {
1255 .name = "Shenzhen Tungsten Ages Tech TE-DTV-250 / Swann OEM",
1256 .tuner_type = TUNER_LG_PAL_NEW_TAPC,
1257 .radio_type = UNSET,
1258 .tuner_addr = ADDR_UNSET,
1259 .radio_addr = ADDR_UNSET,
1260 .input = {{
1261 .type = CX88_VMUX_TELEVISION,
1262 .vmux = 0,
1263 .gpio0 = 0x003fffff,
1264 .gpio1 = 0x00e00000,
1265 .gpio2 = 0x003fffff,
1266 .gpio3 = 0x02000000,
1267 },{
1268 .type = CX88_VMUX_COMPOSITE1,
1269 .vmux = 1,
1270 .gpio0 = 0x003fffff,
1271 .gpio1 = 0x00e00000,
1272 .gpio2 = 0x003fffff,
1273 .gpio3 = 0x02000000,
1274 },{
1275 .type = CX88_VMUX_SVIDEO,
1276 .vmux = 2,
1277 .gpio0 = 0x003fffff,
1278 .gpio1 = 0x00e00000,
1279 .gpio2 = 0x003fffff,
1280 .gpio3 = 0x02000000,
1281 }},
1282 },
Steven Tothaa481a62006-09-14 15:41:13 -03001283 [CX88_BOARD_HAUPPAUGE_HVR1300] = {
1284 .name = "Hauppauge WinTV-HVR1300 DVB-T/Hybrid MPEG Encoder",
1285 .tuner_type = TUNER_PHILIPS_FMD1216ME_MK3,
1286 .radio_type = UNSET,
1287 .tuner_addr = ADDR_UNSET,
1288 .radio_addr = ADDR_UNSET,
1289 .tda9887_conf = TDA9887_PRESENT,
1290 .input = {{
1291 .type = CX88_VMUX_TELEVISION,
1292 .vmux = 0,
1293 .gpio0 = 0xe780,
1294 },{
1295 .type = CX88_VMUX_COMPOSITE1,
1296 .vmux = 1,
1297 .gpio0 = 0xe780,
1298 },{
1299 .type = CX88_VMUX_SVIDEO,
1300 .vmux = 2,
1301 .gpio0 = 0xe780,
1302 }},
1303 /* fixme: Add radio support */
1304 .dvb = 1,
1305 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001306};
1307const unsigned int cx88_bcount = ARRAY_SIZE(cx88_boards);
1308
1309/* ------------------------------------------------------------------ */
1310/* PCI subsystem IDs */
1311
1312struct cx88_subid cx88_subids[] = {
1313 {
1314 .subvendor = 0x0070,
1315 .subdevice = 0x3400,
1316 .card = CX88_BOARD_HAUPPAUGE,
1317 },{
1318 .subvendor = 0x0070,
1319 .subdevice = 0x3401,
1320 .card = CX88_BOARD_HAUPPAUGE,
1321 },{
1322 .subvendor = 0x14c7,
1323 .subdevice = 0x0106,
1324 .card = CX88_BOARD_GDI,
1325 },{
1326 .subvendor = 0x14c7,
1327 .subdevice = 0x0107, /* with mpeg encoder */
1328 .card = CX88_BOARD_GDI,
1329 },{
1330 .subvendor = PCI_VENDOR_ID_ATI,
1331 .subdevice = 0x00f8,
1332 .card = CX88_BOARD_ATI_WONDER_PRO,
1333 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001334 .subvendor = 0x107d,
1335 .subdevice = 0x6611,
1336 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001337 },{
1338 .subvendor = 0x107d,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001339 .subdevice = 0x6613, /* NTSC */
1340 .card = CX88_BOARD_WINFAST2000XP_EXPERT,
1341 },{
1342 .subvendor = 0x107d,
1343 .subdevice = 0x6620,
1344 .card = CX88_BOARD_WINFAST_DV2000,
1345 },{
1346 .subvendor = 0x107d,
1347 .subdevice = 0x663b,
1348 .card = CX88_BOARD_LEADTEK_PVR2000,
1349 },{
1350 .subvendor = 0x107d,
Michael Krufky8dd86ee2006-09-16 19:09:38 -03001351 .subdevice = 0x663c,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001352 .card = CX88_BOARD_LEADTEK_PVR2000,
1353 },{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001354 .subvendor = 0x1461,
1355 .subdevice = 0x000b,
Lubomir Bulej7418f342005-11-08 21:38:34 -08001356 .card = CX88_BOARD_AVERTV_STUDIO_303,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001357 },{
1358 .subvendor = 0x1462,
1359 .subdevice = 0x8606,
1360 .card = CX88_BOARD_MSI_TVANYWHERE_MASTER,
1361 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001362 .subvendor = 0x10fc,
1363 .subdevice = 0xd003,
1364 .card = CX88_BOARD_IODATA_GVVCP3PCI,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001365 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001366 .subvendor = 0x1043,
1367 .subdevice = 0x4823, /* with mpeg encoder */
1368 .card = CX88_BOARD_ASUS_PVR_416,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001369 },{
1370 .subvendor = 0x17de,
1371 .subdevice = 0x08a6,
1372 .card = CX88_BOARD_KWORLD_DVB_T,
1373 },{
1374 .subvendor = 0x18ac,
1375 .subdevice = 0xd810,
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -07001376 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001377 },{
Michael Krufky097b7502005-06-23 22:04:43 -07001378 .subvendor = 0x18ac,
1379 .subdevice = 0xd820,
Michael Krufky80d34362005-06-23 22:04:55 -07001380 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_T,
Michael Krufky097b7502005-06-23 22:04:43 -07001381 },{
Michael Krufky7df64e82005-11-08 21:36:16 -08001382 .subvendor = 0x18ac,
1383 .subdevice = 0xdb00,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001384 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001385 },{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001386 .subvendor = 0x0070,
1387 .subdevice = 0x9002,
1388 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001389 },{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001390 .subvendor = 0x14f1,
1391 .subdevice = 0x0187,
1392 .card = CX88_BOARD_CONEXANT_DVB_T1,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001393 },{
Linus Torvalds1da177e2005-04-16 15:20:36 -07001394 .subvendor = 0x1540,
1395 .subdevice = 0x2580,
1396 .card = CX88_BOARD_PROVIDEO_PV259,
1397 },{
Michael Krufky7df64e82005-11-08 21:36:16 -08001398 .subvendor = 0x18ac,
1399 .subdevice = 0xdb10,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001400 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1401 },{
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001402 .subvendor = 0x1554,
1403 .subdevice = 0x4811,
1404 .card = CX88_BOARD_PIXELVIEW,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001405 },{
1406 .subvendor = 0x7063,
1407 .subdevice = 0x3000, /* HD-3000 card */
1408 .card = CX88_BOARD_PCHDTV_HD3000,
1409 },{
Michael Krufky7df64e82005-11-08 21:36:16 -08001410 .subvendor = 0x17de,
1411 .subdevice = 0xa8a6,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001412 .card = CX88_BOARD_DNTV_LIVE_DVB_T,
1413 },{
1414 .subvendor = 0x0070,
1415 .subdevice = 0x2801,
1416 .card = CX88_BOARD_HAUPPAUGE_ROSLYN,
1417 },{
Michael Krufky7df64e82005-11-08 21:36:16 -08001418 .subvendor = 0x14f1,
Linus Torvalds1da177e2005-04-16 15:20:36 -07001419 .subdevice = 0x0342,
1420 .card = CX88_BOARD_DIGITALLOGIC_MEC,
1421 },{
1422 .subvendor = 0x10fc,
1423 .subdevice = 0xd035,
1424 .card = CX88_BOARD_IODATA_GVBCTV7E,
Mauro Carvalho Chehaba82decf2005-07-07 17:58:36 -07001425 },{
1426 .subvendor = 0x1421,
1427 .subdevice = 0x0334,
1428 .card = CX88_BOARD_ADSTECH_DVB_T_PCI,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001429 },{
Michael Krufkye057ee12005-07-07 17:58:40 -07001430 .subvendor = 0x153b,
1431 .subdevice = 0x1166,
1432 .card = CX88_BOARD_TERRATEC_CINERGY_1400_DVB_T1,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001433 },{
Michael Krufky9fef07c2005-07-31 22:34:46 -07001434 .subvendor = 0x18ac,
1435 .subdevice = 0xd500,
1436 .card = CX88_BOARD_DVICO_FUSIONHDTV_5_GOLD,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001437 },{
Nickolay V. Shmyrevd45170e2005-11-08 21:36:15 -08001438 .subvendor = 0x1461,
1439 .subdevice = 0x8011,
1440 .card = CX88_BOARD_AVERMEDIA_ULTRATV_MC_550,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001441 },{
Kirk Lapraye976f9372005-11-08 21:37:04 -08001442 .subvendor = PCI_VENDOR_ID_ATI,
1443 .subdevice = 0xa101,
1444 .card = CX88_BOARD_ATI_HDTVWONDER,
Mauro Carvalho Chehab4ac97912005-11-08 21:37:43 -08001445 },{
David Shirley2b5200a72005-11-08 21:37:22 -08001446 .subvendor = 0x107d,
1447 .subdevice = 0x665f,
1448 .card = CX88_BOARD_WINFAST_DTV1000,
Lubomir Bulej7418f342005-11-08 21:38:34 -08001449 },{
1450 .subvendor = 0x1461,
1451 .subdevice = 0x000a,
1452 .card = CX88_BOARD_AVERTV_303,
Steven Toth0fa14aa2006-01-09 15:25:02 -02001453 },{
1454 .subvendor = 0x0070,
1455 .subdevice = 0x9200,
Steven Tothfb56cb62006-01-09 15:25:02 -02001456 .card = CX88_BOARD_HAUPPAUGE_NOVASE2_S1,
1457 },{
1458 .subvendor = 0x0070,
1459 .subdevice = 0x9201,
Steven Toth0fa14aa2006-01-09 15:25:02 -02001460 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
1461 },{
1462 .subvendor = 0x0070,
1463 .subdevice = 0x9202,
Steven Tothfb56cb62006-01-09 15:25:02 -02001464 .card = CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1,
Vadim Catana0e0351e2006-01-09 15:25:02 -02001465 },{
1466 .subvendor = 0x17de,
1467 .subdevice = 0x08b2,
1468 .card = CX88_BOARD_KWORLD_DVBS_100,
Steven Toth611900c2006-01-09 15:25:12 -02001469 },{
1470 .subvendor = 0x0070,
1471 .subdevice = 0x9400,
1472 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1473 },{
1474 .subvendor = 0x0070,
1475 .subdevice = 0x9402,
1476 .card = CX88_BOARD_HAUPPAUGE_HVR1100,
1477 },{
1478 .subvendor = 0x0070,
1479 .subdevice = 0x9800,
1480 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
1481 },{
1482 .subvendor = 0x0070,
1483 .subdevice = 0x9802,
1484 .card = CX88_BOARD_HAUPPAUGE_HVR1100LP,
Steven Tothc432a072006-01-09 15:25:13 -02001485 },{
1486 .subvendor = 0x0070,
1487 .subdevice = 0x9001,
1488 .card = CX88_BOARD_HAUPPAUGE_DVB_T1,
Chris Pascoefc40b262006-01-09 15:25:35 -02001489 },{
1490 .subvendor = 0x1822,
1491 .subdevice = 0x0025,
1492 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
Manenti Marcof39624f2006-01-09 15:32:45 -02001493 },{
Chris Pascoeb9f4ad52006-01-09 18:21:39 -02001494 .subvendor = 0x17de,
1495 .subdevice = 0x08a1,
1496 .card = CX88_BOARD_KWORLD_DVB_T_CX22702,
Chris Pascoe43eabb42006-01-09 18:21:28 -02001497 },{
1498 .subvendor = 0x18ac,
1499 .subdevice = 0xdb50,
1500 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
Michael Krufky6bfb2e12006-01-11 22:52:28 -02001501 },{
1502 .subvendor = 0x18ac,
Michael Krufkyf74a6b32006-01-17 03:50:23 -02001503 .subdevice = 0xdb54,
1504 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL,
1505 /* Re-branded DViCO: DigitalNow DVB-T Dual */
1506 },{
1507 .subvendor = 0x18ac,
Michael Krufky6bfb2e12006-01-11 22:52:28 -02001508 .subdevice = 0xdb11,
1509 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS,
1510 /* Re-branded DViCO: UltraView DVB-T Plus */
Michael Krufky44256de2006-02-07 06:49:14 -02001511 },{
1512 .subvendor = 0x17de,
1513 .subdevice = 0x0840,
1514 .card = CX88_BOARD_KWORLD_HARDWARE_MPEG_TV_XPERT,
Chris Pascoe780dfef2006-02-28 08:34:59 -03001515 },{
1516 .subvendor = 0x18ac,
1517 .subdevice = 0xdb40,
1518 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
1519 },{
1520 .subvendor = 0x18ac,
1521 .subdevice = 0xdb44,
1522 .card = CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID,
Rusty Scottda215d22006-04-07 02:21:31 -03001523 },{
1524 .subvendor = 0x7063,
1525 .subdevice = 0x5500,
1526 .card = CX88_BOARD_PCHDTV_HD5500,
Valentin Zagurab3038302006-04-13 12:41:43 -03001527 },{
1528 .subvendor = 0x17de,
1529 .subdevice = 0x0841,
1530 .card = CX88_BOARD_KWORLD_MCE200_DELUXE,
Michael Krufkyfc066472006-05-22 10:32:05 -03001531 },{
1532 .subvendor = 0x1822,
1533 .subdevice = 0x0019,
1534 .card = CX88_BOARD_DNTV_LIVE_DVB_T_PRO,
Angelo Marconia3124622006-05-09 18:27:48 -03001535 },{
1536 .subvendor = 0x1554,
1537 .subdevice = 0x4813,
1538 .card = CX88_BOARD_PIXELVIEW_PLAYTV_P7000,
Ricardo Cerqueira680543c2006-05-22 07:44:02 -03001539 },{
1540 .subvendor = 0x14f1,
1541 .subdevice = 0x0842,
Ricardo Cerqueirabe4f4512006-06-08 17:36:17 -03001542 .card = CX88_BOARD_NPGTECH_REALTV_TOP10FM,
Malcolm Valentine4bd6e9d2006-05-29 13:51:59 -03001543 },{
1544 .subvendor = 0x107d,
1545 .subdevice = 0x665e,
1546 .card = CX88_BOARD_WINFAST_DTV2000H,
Michael Krufky65271bf2006-06-21 16:04:33 -03001547 },{
1548 .subvendor = 0x18ac,
1549 .subdevice = 0xd800, /* FusionHDTV 3 Gold (original revision) */
1550 .card = CX88_BOARD_DVICO_FUSIONHDTV_3_GOLD_Q,
Saqeb Akhterc02a34f2006-06-29 20:29:33 -03001551 },{
1552 .subvendor = 0x14f1,
1553 .subdevice = 0x0084,
1554 .card = CX88_BOARD_GENIATECH_DVBS,
Eric Thomasad10c932006-08-08 09:10:04 -03001555 },{
1556 .subvendor = 0x0070,
1557 .subdevice = 0x1404,
1558 .card = CX88_BOARD_HAUPPAUGE_HVR3000,
Michael Krufky5dbaa2c2006-08-08 09:10:04 -03001559 },{
1560 .subvendor = 0x1461,
1561 .subdevice = 0xc111, /* AverMedia M150-D */
1562 /* This board is known to work with the ASUS PVR416 config */
1563 .card = CX88_BOARD_ASUS_PVR_416,
David Bussenschutt2acadef2006-08-08 09:10:05 -03001564 },{
1565 .subvendor = 0xc180,
1566 .subdevice = 0xc980,
1567 .card = CX88_BOARD_TE_DTV_250_OEM_SWANN,
Steven Tothaa481a62006-09-14 15:41:13 -03001568 },{
1569 .subvendor = 0x0070,
1570 .subdevice = 0x9600,
1571 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1572 },{
1573 .subvendor = 0x0070,
1574 .subdevice = 0x9601,
1575 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
1576 },{
1577 .subvendor = 0x0070,
1578 .subdevice = 0x9602,
1579 .card = CX88_BOARD_HAUPPAUGE_HVR1300,
Michael Krufkydab489d2006-09-15 15:41:23 -03001580 },{
1581 .subvendor = 0x107d,
1582 .subdevice = 0x6632,
1583 .card = CX88_BOARD_LEADTEK_PVR2000,
Chris Pascoeb9f4ad52006-01-09 18:21:39 -02001584 },
Linus Torvalds1da177e2005-04-16 15:20:36 -07001585};
1586const unsigned int cx88_idcount = ARRAY_SIZE(cx88_subids);
1587
1588/* ----------------------------------------------------------------------- */
1589/* some leadtek specific stuff */
1590
1591static void __devinit leadtek_eeprom(struct cx88_core *core, u8 *eeprom_data)
1592{
1593 /* This is just for the "Winfast 2000XP Expert" board ATM; I don't have data on
1594 * any others.
1595 *
1596 * Byte 0 is 1 on the NTSC board.
1597 */
1598
1599 if (eeprom_data[4] != 0x7d ||
1600 eeprom_data[5] != 0x10 ||
1601 eeprom_data[7] != 0x66) {
1602 printk(KERN_WARNING "%s: Leadtek eeprom invalid.\n",
1603 core->name);
1604 return;
1605 }
1606
1607 core->has_radio = 1;
1608 core->tuner_type = (eeprom_data[6] == 0x13) ? 43 : 38;
1609
1610 printk(KERN_INFO "%s: Leadtek Winfast 2000XP Expert config: "
1611 "tuner=%d, eeprom[0]=0x%02x\n",
1612 core->name, core->tuner_type, eeprom_data[0]);
1613}
1614
Linus Torvalds1da177e2005-04-16 15:20:36 -07001615static void hauppauge_eeprom(struct cx88_core *core, u8 *eeprom_data)
1616{
1617 struct tveeprom tv;
1618
Mauro Carvalho Chehab0f97a932005-09-09 13:04:05 -07001619 tveeprom_hauppauge_analog(&core->i2c_client, &tv, eeprom_data);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001620 core->tuner_type = tv.tuner_type;
Steven Toth0345c382006-01-09 15:25:17 -02001621 core->tuner_formats = tv.tuner_formats;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001622 core->has_radio = tv.has_radio;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001623
1624 /* Make sure we support the board model */
Steven Toth3ca0ea92005-12-01 00:51:27 -08001625 switch (tv.model)
1626 {
Eric Thomasad10c932006-08-08 09:10:04 -03001627 case 14569: /* WinTV-HVR3000 (OEM, no IR, no back panel video) */
Steven Toth0345c382006-01-09 15:25:17 -02001628 case 28552: /* WinTV-PVR 'Roslyn' (No IR) */
Ian Pickworth42d2b6e2006-01-23 17:11:07 -02001629 case 34519: /* WinTV-PCI-FM */
Steven Toth759324c2005-12-01 00:51:26 -08001630 case 90002: /* Nova-T-PCI (9002) */
Steven Toth0fe22862005-12-01 00:51:41 -08001631 case 92001: /* Nova-S-Plus (Video and IR) */
1632 case 92002: /* Nova-S-Plus (Video and IR) */
1633 case 90003: /* Nova-T-PCI (9002 No RF out) */
Steven Toth759324c2005-12-01 00:51:26 -08001634 case 90500: /* Nova-T-PCI (oem) */
1635 case 90501: /* Nova-T-PCI (oem/IR) */
Steven Toth3ca0ea92005-12-01 00:51:27 -08001636 case 92000: /* Nova-SE2 (OEM, No Video or IR) */
Steven Toth611900c2006-01-09 15:25:12 -02001637 case 94009: /* WinTV-HVR1100 (Video and IR Retail) */
1638 case 94501: /* WinTV-HVR1100 (Video and IR OEM) */
Steven Tothaa481a62006-09-14 15:41:13 -03001639 case 96009: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX) */
1640 case 96019: /* WinTV-HVR1300 (PAL Video, MPEG Video and IR RX/TX) */
1641 case 96559: /* WinTV-HVR1300 (PAL Video, MPEG Video no IR) */
1642 case 96569: /* WinTV-HVR1300 () */
1643 case 96659: /* WinTV-HVR1300 () */
Steven Toth611900c2006-01-09 15:25:12 -02001644 case 98559: /* WinTV-HVR1100LP (Video no IR, Retail - Low Profile) */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001645 /* known */
1646 break;
1647 default:
1648 printk("%s: warning: unknown hauppauge model #%d\n",
Steven Toth3ca0ea92005-12-01 00:51:27 -08001649 core->name, tv.model);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001650 break;
1651 }
1652
Steven Toth3ca0ea92005-12-01 00:51:27 -08001653 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
1654 core->name, tv.model);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001655}
1656
1657/* ----------------------------------------------------------------------- */
1658/* some GDI (was: Modular Technology) specific stuff */
1659
1660static struct {
1661 int id;
1662 int fm;
1663 char *name;
1664} gdi_tuner[] = {
1665 [ 0x01 ] = { .id = TUNER_ABSENT,
1666 .name = "NTSC_M" },
1667 [ 0x02 ] = { .id = TUNER_ABSENT,
1668 .name = "PAL_B" },
1669 [ 0x03 ] = { .id = TUNER_ABSENT,
1670 .name = "PAL_I" },
1671 [ 0x04 ] = { .id = TUNER_ABSENT,
1672 .name = "PAL_D" },
1673 [ 0x05 ] = { .id = TUNER_ABSENT,
1674 .name = "SECAM" },
1675
1676 [ 0x10 ] = { .id = TUNER_ABSENT,
1677 .fm = 1,
1678 .name = "TEMIC_4049" },
1679 [ 0x11 ] = { .id = TUNER_TEMIC_4136FY5,
1680 .name = "TEMIC_4136" },
1681 [ 0x12 ] = { .id = TUNER_ABSENT,
1682 .name = "TEMIC_4146" },
1683
1684 [ 0x20 ] = { .id = TUNER_PHILIPS_FQ1216ME,
1685 .fm = 1,
1686 .name = "PHILIPS_FQ1216_MK3" },
1687 [ 0x21 ] = { .id = TUNER_ABSENT, .fm = 1,
1688 .name = "PHILIPS_FQ1236_MK3" },
1689 [ 0x22 ] = { .id = TUNER_ABSENT,
1690 .name = "PHILIPS_FI1236_MK3" },
1691 [ 0x23 ] = { .id = TUNER_ABSENT,
1692 .name = "PHILIPS_FI1216_MK3" },
1693};
1694
1695static void gdi_eeprom(struct cx88_core *core, u8 *eeprom_data)
1696{
1697 char *name = (eeprom_data[0x0d] < ARRAY_SIZE(gdi_tuner))
1698 ? gdi_tuner[eeprom_data[0x0d]].name : NULL;
1699
1700 printk(KERN_INFO "%s: GDI: tuner=%s\n", core->name,
1701 name ? name : "unknown");
1702 if (NULL == name)
1703 return;
1704 core->tuner_type = gdi_tuner[eeprom_data[0x0d]].id;
1705 core->has_radio = gdi_tuner[eeprom_data[0x0d]].fm;
1706}
1707
1708/* ----------------------------------------------------------------------- */
Chris Pascoe780dfef2006-02-28 08:34:59 -03001709/* some DViCO specific stuff */
1710
1711static void dvico_fusionhdtv_hybrid_init(struct cx88_core *core)
1712{
1713 struct i2c_msg msg = { .addr = 0x45, .flags = 0 };
1714 int i, err;
Chris Pascoe69b27e32006-02-28 20:23:11 -03001715 static u8 init_bufs[13][5] = {
Chris Pascoe780dfef2006-02-28 08:34:59 -03001716 { 0x10, 0x00, 0x20, 0x01, 0x03 },
1717 { 0x10, 0x10, 0x01, 0x00, 0x21 },
1718 { 0x10, 0x10, 0x10, 0x00, 0xCA },
1719 { 0x10, 0x10, 0x12, 0x00, 0x08 },
1720 { 0x10, 0x10, 0x13, 0x00, 0x0A },
1721 { 0x10, 0x10, 0x16, 0x01, 0xC0 },
1722 { 0x10, 0x10, 0x22, 0x01, 0x3D },
1723 { 0x10, 0x10, 0x73, 0x01, 0x2E },
1724 { 0x10, 0x10, 0x72, 0x00, 0xC5 },
1725 { 0x10, 0x10, 0x71, 0x01, 0x97 },
1726 { 0x10, 0x10, 0x70, 0x00, 0x0F },
1727 { 0x10, 0x10, 0xB0, 0x00, 0x01 },
1728 { 0x03, 0x0C },
1729 };
1730
1731 for (i = 0; i < 13; i++) {
1732 msg.buf = init_bufs[i];
1733 msg.len = (i != 12 ? 5 : 2);
1734 err = i2c_transfer(&core->i2c_adap, &msg, 1);
1735 if (err != 1) {
1736 printk("dvico_fusionhdtv_hybrid_init buf %d failed (err = %d)!\n", i, err);
1737 return;
1738 }
1739 }
1740}
1741
1742/* ----------------------------------------------------------------------- */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001743
1744void cx88_card_list(struct cx88_core *core, struct pci_dev *pci)
1745{
1746 int i;
1747
1748 if (0 == pci->subsystem_vendor &&
1749 0 == pci->subsystem_device) {
1750 printk("%s: Your board has no valid PCI Subsystem ID and thus can't\n"
1751 "%s: be autodetected. Please pass card=<n> insmod option to\n"
1752 "%s: workaround that. Redirect complaints to the vendor of\n"
1753 "%s: the TV card. Best regards,\n"
1754 "%s: -- tux\n",
1755 core->name,core->name,core->name,core->name,core->name);
1756 } else {
1757 printk("%s: Your board isn't known (yet) to the driver. You can\n"
1758 "%s: try to pick one of the existing card configs via\n"
1759 "%s: card=<n> insmod option. Updating to the latest\n"
1760 "%s: version might help as well.\n",
1761 core->name,core->name,core->name,core->name);
1762 }
1763 printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
1764 core->name);
1765 for (i = 0; i < cx88_bcount; i++)
1766 printk("%s: card=%d -> %s\n",
1767 core->name, i, cx88_boards[i].name);
1768}
1769
Steven Tothaa481a62006-09-14 15:41:13 -03001770void cx88_card_setup_pre_i2c(struct cx88_core *core)
1771{
1772 switch (core->board) {
1773 case CX88_BOARD_HAUPPAUGE_HVR1300:
1774 /* Bring the 702 demod up before i2c scanning/attach or devices are hidden */
1775 /* We leave here with the 702 on the bus */
1776 cx_write(MO_GP0_IO, 0x0000e780);
1777 udelay(1000);
1778 cx_clear(MO_GP0_IO, 0x00000080);
1779 udelay(50);
1780 cx_set(MO_GP0_IO, 0x00000080); /* 702 out of reset */
1781 udelay(1000);
1782 break;
1783 }
1784}
1785
Linus Torvalds1da177e2005-04-16 15:20:36 -07001786void cx88_card_setup(struct cx88_core *core)
1787{
Steven Toth3ca0ea92005-12-01 00:51:27 -08001788 static u8 eeprom[256];
Linus Torvalds1da177e2005-04-16 15:20:36 -07001789
1790 if (0 == core->i2c_rc) {
1791 core->i2c_client.addr = 0xa0 >> 1;
1792 tveeprom_read(&core->i2c_client,eeprom,sizeof(eeprom));
1793 }
1794
1795 switch (core->board) {
1796 case CX88_BOARD_HAUPPAUGE:
1797 case CX88_BOARD_HAUPPAUGE_ROSLYN:
1798 if (0 == core->i2c_rc)
1799 hauppauge_eeprom(core,eeprom+8);
1800 break;
1801 case CX88_BOARD_GDI:
1802 if (0 == core->i2c_rc)
1803 gdi_eeprom(core,eeprom);
1804 break;
1805 case CX88_BOARD_WINFAST2000XP_EXPERT:
1806 if (0 == core->i2c_rc)
1807 leadtek_eeprom(core,eeprom);
1808 break;
Steven Toth0fa14aa2006-01-09 15:25:02 -02001809 case CX88_BOARD_HAUPPAUGE_NOVASPLUS_S1:
1810 case CX88_BOARD_HAUPPAUGE_NOVASE2_S1:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001811 case CX88_BOARD_HAUPPAUGE_DVB_T1:
Steven Toth611900c2006-01-09 15:25:12 -02001812 case CX88_BOARD_HAUPPAUGE_HVR1100:
1813 case CX88_BOARD_HAUPPAUGE_HVR1100LP:
Eric Thomasad10c932006-08-08 09:10:04 -03001814 case CX88_BOARD_HAUPPAUGE_HVR3000:
Steven Tothaa481a62006-09-14 15:41:13 -03001815 case CX88_BOARD_HAUPPAUGE_HVR1300:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001816 if (0 == core->i2c_rc)
Steven Toth3ca0ea92005-12-01 00:51:27 -08001817 hauppauge_eeprom(core,eeprom);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001818 break;
Vadim Catana0e0351e2006-01-09 15:25:02 -02001819 case CX88_BOARD_KWORLD_DVBS_100:
1820 cx_write(MO_GP0_IO, 0x000007f8);
1821 cx_write(MO_GP1_IO, 0x00000001);
1822 break;
Chris Pascoed536e9c2006-08-10 03:22:21 -03001823 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_DUAL:
1824 /* GPIO0:6 is hooked to FX2 reset pin */
1825 cx_set(MO_GP0_IO, 0x00004040);
1826 cx_clear(MO_GP0_IO, 0x00000040);
1827 msleep(1000);
1828 cx_set(MO_GP0_IO, 0x00004040);
1829 /* FALLTHROUGH */
Linus Torvalds1da177e2005-04-16 15:20:36 -07001830 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T1:
1831 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PLUS:
Chris Pascoe780dfef2006-02-28 08:34:59 -03001832 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID:
Linus Torvalds1da177e2005-04-16 15:20:36 -07001833 /* GPIO0:0 is hooked to mt352 reset pin */
1834 cx_set(MO_GP0_IO, 0x00000101);
1835 cx_clear(MO_GP0_IO, 0x00000001);
1836 msleep(1);
1837 cx_set(MO_GP0_IO, 0x00000101);
Chris Pascoe780dfef2006-02-28 08:34:59 -03001838 if (0 == core->i2c_rc &&
1839 core->board == CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_HYBRID)
1840 dvico_fusionhdtv_hybrid_init(core);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001841 break;
1842 case CX88_BOARD_KWORLD_DVB_T:
1843 case CX88_BOARD_DNTV_LIVE_DVB_T:
1844 cx_set(MO_GP0_IO, 0x00000707);
1845 cx_set(MO_GP2_IO, 0x00000101);
1846 cx_clear(MO_GP2_IO, 0x00000001);
1847 msleep(1);
1848 cx_clear(MO_GP0_IO, 0x00000007);
1849 cx_set(MO_GP2_IO, 0x00000101);
1850 break;
Chris Pascoefc40b262006-01-09 15:25:35 -02001851 case CX88_BOARD_DNTV_LIVE_DVB_T_PRO:
1852 cx_write(MO_GP0_IO, 0x00080808);
1853 break;
Kirk Lapraye976f9372005-11-08 21:37:04 -08001854 case CX88_BOARD_ATI_HDTVWONDER:
1855 if (0 == core->i2c_rc) {
1856 /* enable tuner */
1857 int i;
Michael Krufkyb9ee9ad2006-02-27 00:09:14 -03001858 static const u8 buffer [] = { 0x10,0x12,0x13,0x04,0x16,0x00,0x14,0x04,0x017,0x00 };
Kirk Lapraye976f9372005-11-08 21:37:04 -08001859 core->i2c_client.addr = 0x0a;
Kirk Lapraye976f9372005-11-08 21:37:04 -08001860
Kirk Laprayfde6d312005-11-08 21:38:18 -08001861 for (i = 0; i < 5; i++)
Kirk Lapraye976f9372005-11-08 21:37:04 -08001862 if (2 != i2c_master_send(&core->i2c_client,&buffer[i*2],2))
1863 printk(KERN_WARNING "%s: Unable to enable tuner(%i).\n",
1864 core->name, i);
1865 }
1866 break;
Linus Torvalds1da177e2005-04-16 15:20:36 -07001867 }
1868 if (cx88_boards[core->board].radio.type == CX88_RADIO)
1869 core->has_radio = 1;
1870}
1871
1872/* ------------------------------------------------------------------ */
1873
1874EXPORT_SYMBOL(cx88_boards);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001875
1876/*
1877 * Local variables:
1878 * c-basic-offset: 8
1879 * End:
Mauro Carvalho Chehabb45009b2005-06-23 22:05:03 -07001880 * 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
Linus Torvalds1da177e2005-04-16 15:20:36 -07001881 */