V4L/DVB (6935): cx23885: add missing subsystem IDs for Hauppauge HVR1500 Retail
[deliverable/linux.git] / drivers / media / video / cx23885 / cx23885-cards.c
CommitLineData
d19770e5
ST
1/*
2 * Driver for the Conexant CX23885 PCIe bridge
3 *
4 * Copyright (c) 2006 Steven Toth <stoth@hauppauge.com>
5 *
6 * This program is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * This program is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 *
15 * GNU General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20 */
21
22#include <linux/init.h>
23#include <linux/module.h>
24#include <linux/pci.h>
25#include <linux/delay.h>
26
27#include "cx23885.h"
28
29/* ------------------------------------------------------------------ */
30/* board config info */
31
32struct cx23885_board cx23885_boards[] = {
33 [CX23885_BOARD_UNKNOWN] = {
34 .name = "UNKNOWN/GENERIC",
d19770e5
ST
35 .input = {{
36 .type = CX23885_VMUX_COMPOSITE1,
37 .vmux = 0,
38 },{
39 .type = CX23885_VMUX_COMPOSITE2,
40 .vmux = 1,
41 },{
42 .type = CX23885_VMUX_COMPOSITE3,
43 .vmux = 2,
44 },{
45 .type = CX23885_VMUX_COMPOSITE4,
46 .vmux = 3,
47 }},
48 },
49 [CX23885_BOARD_HAUPPAUGE_HVR1800lp] = {
50 .name = "Hauppauge WinTV-HVR1800lp",
d19770e5
ST
51 .portc = CX23885_MPEG_DVB,
52 .input = {{
53 .type = CX23885_VMUX_TELEVISION,
54 .vmux = 0,
55 .gpio0 = 0xff00,
56 },{
57 .type = CX23885_VMUX_DEBUG,
58 .vmux = 0,
59 .gpio0 = 0xff01,
60 },{
61 .type = CX23885_VMUX_COMPOSITE1,
62 .vmux = 1,
63 .gpio0 = 0xff02,
64 },{
65 .type = CX23885_VMUX_SVIDEO,
66 .vmux = 2,
67 .gpio0 = 0xff02,
68 }},
69 },
70 [CX23885_BOARD_HAUPPAUGE_HVR1800] = {
71 .name = "Hauppauge WinTV-HVR1800",
d19770e5
ST
72 .portc = CX23885_MPEG_DVB,
73 .input = {{
74 .type = CX23885_VMUX_TELEVISION,
75 .vmux = 0,
76 .gpio0 = 0xff00,
77 },{
78 .type = CX23885_VMUX_DEBUG,
79 .vmux = 0,
80 .gpio0 = 0xff01,
81 },{
82 .type = CX23885_VMUX_COMPOSITE1,
83 .vmux = 1,
84 .gpio0 = 0xff02,
85 },{
86 .type = CX23885_VMUX_SVIDEO,
87 .vmux = 2,
88 .gpio0 = 0xff02,
89 }},
90 },
a77743bc
ST
91 [CX23885_BOARD_HAUPPAUGE_HVR1250] = {
92 .name = "Hauppauge WinTV-HVR1250",
93 .portc = CX23885_MPEG_DVB,
94 .input = {{
95 .type = CX23885_VMUX_TELEVISION,
96 .vmux = 0,
97 .gpio0 = 0xff00,
98 },{
99 .type = CX23885_VMUX_DEBUG,
100 .vmux = 0,
101 .gpio0 = 0xff01,
102 },{
103 .type = CX23885_VMUX_COMPOSITE1,
104 .vmux = 1,
105 .gpio0 = 0xff02,
106 },{
107 .type = CX23885_VMUX_SVIDEO,
108 .vmux = 2,
109 .gpio0 = 0xff02,
110 }},
111 },
9bc37caa
MK
112 [CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP] = {
113 .name = "DViCO FusionHDTV5 Express",
a6a3f140 114 .portb = CX23885_MPEG_DVB,
9bc37caa 115 },
d1987d55
ST
116 [CX23885_BOARD_HAUPPAUGE_HVR1500Q] = {
117 .name = "Hauppauge WinTV-HVR1500Q",
118 .portc = CX23885_MPEG_DVB,
119 },
07b4a835
MK
120 [CX23885_BOARD_HAUPPAUGE_HVR1500] = {
121 .name = "Hauppauge WinTV-HVR1500",
122 .portc = CX23885_MPEG_DVB,
123 },
d19770e5
ST
124};
125const unsigned int cx23885_bcount = ARRAY_SIZE(cx23885_boards);
126
127/* ------------------------------------------------------------------ */
128/* PCI subsystem IDs */
129
130struct cx23885_subid cx23885_subids[] = {
131 {
132 .subvendor = 0x0070,
133 .subdevice = 0x3400,
134 .card = CX23885_BOARD_UNKNOWN,
135 },{
136 .subvendor = 0x0070,
137 .subdevice = 0x7600,
138 .card = CX23885_BOARD_HAUPPAUGE_HVR1800lp,
139 },{
140 .subvendor = 0x0070,
141 .subdevice = 0x7800,
142 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
143 },{
144 .subvendor = 0x0070,
145 .subdevice = 0x7801,
146 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
6ccb8cfb
MK
147 },{
148 .subvendor = 0x0070,
149 .subdevice = 0x7809,
150 .card = CX23885_BOARD_HAUPPAUGE_HVR1800,
a77743bc
ST
151 },{
152 .subvendor = 0x0070,
153 .subdevice = 0x7911,
154 .card = CX23885_BOARD_HAUPPAUGE_HVR1250,
9bc37caa
MK
155 },{
156 .subvendor = 0x18ac,
157 .subdevice = 0xd500,
158 .card = CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP,
b00fff0b
MK
159 },{
160 .subvendor = 0x0070,
161 .subdevice = 0x7790,
162 .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
d1987d55
ST
163 },{
164 .subvendor = 0x0070,
165 .subdevice = 0x7797,
166 .card = CX23885_BOARD_HAUPPAUGE_HVR1500Q,
b00fff0b
MK
167 },{
168 .subvendor = 0x0070,
169 .subdevice = 0x7710,
170 .card = CX23885_BOARD_HAUPPAUGE_HVR1500,
07b4a835
MK
171 },{
172 .subvendor = 0x0070,
173 .subdevice = 0x7717,
174 .card = CX23885_BOARD_HAUPPAUGE_HVR1500,
d19770e5
ST
175 },
176};
177const unsigned int cx23885_idcount = ARRAY_SIZE(cx23885_subids);
178
179void cx23885_card_list(struct cx23885_dev *dev)
180{
181 int i;
182
183 if (0 == dev->pci->subsystem_vendor &&
184 0 == dev->pci->subsystem_device) {
185 printk("%s: Your board has no valid PCIe Subsystem ID and thus can't\n"
186 "%s: be autodetected. Please pass card=<n> insmod option to\n"
187 "%s: workaround that. Redirect complaints to the vendor of\n"
188 "%s: the TV card. Best regards,\n"
189 "%s: -- tux\n",
190 dev->name, dev->name, dev->name, dev->name, dev->name);
191 } else {
192 printk("%s: Your board isn't known (yet) to the driver. You can\n"
193 "%s: try to pick one of the existing card configs via\n"
194 "%s: card=<n> insmod option. Updating to the latest\n"
195 "%s: version might help as well.\n",
196 dev->name, dev->name, dev->name, dev->name);
197 }
198 printk("%s: Here is a list of valid choices for the card=<n> insmod option:\n",
199 dev->name);
200 for (i = 0; i < cx23885_bcount; i++)
201 printk("%s: card=%d -> %s\n",
202 dev->name, i, cx23885_boards[i].name);
203}
204
205static void hauppauge_eeprom(struct cx23885_dev *dev, u8 *eeprom_data)
206{
207 struct tveeprom tv;
208
209 tveeprom_hauppauge_analog(&dev->i2c_bus[0].i2c_client, &tv, eeprom_data);
210
d19770e5
ST
211 /* Make sure we support the board model */
212 switch (tv.model)
213 {
214 case 76601: /* WinTV-HVR1800lp (PCIe, Retail, No IR, Dual channel ATSC and MPEG2 HW Encoder */
215 case 77001: /* WinTV-HVR1500 (Express Card, Retail, No IR, ATSC and Basic analog */
6df93668 216 case 77041: /* WinTV-HVR1500Q (Express Card, Retail, No IR, ATSC/QAM and Basic analog */
6a0a962c
MK
217 case 78011: /* WinTV-HVR1800 (PCIe, Retail, 3.5mm in, IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
218 case 78501: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM, Dual channel ATSC and MPEG2 HW Encoder */
219 case 78521: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, FM, Dual channel ATSC and MPEG2 HW Encoder */
220 case 78531: /* WinTV-HVR1800 (PCIe, OEM, RCA in, No IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
221 case 78631: /* WinTV-HVR1800 (PCIe, OEM, No IR, No FM, Dual channel ATSC and MPEG2 HW Encoder */
68370cf9
MK
222 case 79001: /* WinTV-HVR1250 (PCIe, Retail, IR, full height, ATSC and Basic analog */
223 case 79101: /* WinTV-HVR1250 (PCIe, Retail, IR, half height, ATSC and Basic analog */
224 case 79571: /* WinTV-HVR1250 (PCIe, OEM, No IR, full height, ATSC and Basic analog */
225 case 79671: /* WinTV-HVR1250 (PCIe, OEM, No IR, half height, ATSC and Basic analog */
d19770e5
ST
226 break;
227 default:
228 printk("%s: warning: unknown hauppauge model #%d\n", dev->name, tv.model);
229 break;
230 }
231
232 printk(KERN_INFO "%s: hauppauge eeprom: model=%d\n",
233 dev->name, tv.model);
234}
235
a6a3f140
ST
236void cx23885_gpio_setup(struct cx23885_dev *dev)
237{
238 switch(dev->board) {
239 case CX23885_BOARD_HAUPPAUGE_HVR1250:
240 /* GPIO-0 cx24227 demodulator reset */
241 cx_set(GP0_IO, 0x00010001); /* Bring the part out of reset */
242 break;
07b4a835
MK
243 case CX23885_BOARD_HAUPPAUGE_HVR1500:
244 /* GPIO-0 cx24227 demodulator */
245 /* GPIO-2 xc3028 tuner */
246
247 /* Put the parts into reset */
248 cx_set(GP0_IO, 0x00050000);
249 cx_clear(GP0_IO, 0x00000005);
250 msleep(5);
251
252 /* Bring the parts out of reset */
253 cx_set(GP0_IO, 0x00050005);
254 break;
d1987d55
ST
255 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
256 /* GPIO-0 cx24227 demodulator reset */
257 /* GPIO-2 xc5000 tuner reset */
258 cx_set(GP0_IO, 0x00050005); /* Bring the part out of reset */
259 break;
a6a3f140
ST
260 case CX23885_BOARD_HAUPPAUGE_HVR1800:
261 /* GPIO-0 656_CLK */
262 /* GPIO-1 656_D0 */
263 /* GPIO-2 8295A Reset */
264 /* GPIO-3-10 cx23417 data0-7 */
265 /* GPIO-11-14 cx23417 addr0-3 */
266 /* GPIO-15-18 cx23417 READY, CS, RD, WR */
267 /* GPIO-19 IR_RX */
3ba71d21
MK
268
269 cx_set(GP0_IO, 0x00040004); /* Bring the tuner out of reset */
a6a3f140
ST
270 break;
271 }
272}
273
274int cx23885_ir_init(struct cx23885_dev *dev)
275{
276 switch (dev->board) {
277 case CX23885_BOARD_HAUPPAUGE_HVR1250:
07b4a835 278 case CX23885_BOARD_HAUPPAUGE_HVR1500:
d1987d55 279 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
a6a3f140
ST
280 case CX23885_BOARD_HAUPPAUGE_HVR1800:
281 /* FIXME: Implement me */
282 break;
283 }
284
285 return 0;
286}
287
d19770e5
ST
288void cx23885_card_setup(struct cx23885_dev *dev)
289{
a6a3f140
ST
290 struct cx23885_tsport *ts1 = &dev->ts1;
291 struct cx23885_tsport *ts2 = &dev->ts2;
292
d19770e5
ST
293 static u8 eeprom[256];
294
295 if (dev->i2c_bus[0].i2c_rc == 0) {
296 dev->i2c_bus[0].i2c_client.addr = 0xa0 >> 1;
44a6481d
MK
297 tveeprom_read(&dev->i2c_bus[0].i2c_client,
298 eeprom, sizeof(eeprom));
d19770e5
ST
299 }
300
301 switch (dev->board) {
a77743bc 302 case CX23885_BOARD_HAUPPAUGE_HVR1250:
07b4a835 303 case CX23885_BOARD_HAUPPAUGE_HVR1500:
d1987d55 304 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
d19770e5
ST
305 case CX23885_BOARD_HAUPPAUGE_HVR1800:
306 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
307 if (dev->i2c_bus[0].i2c_rc == 0)
308 hauppauge_eeprom(dev, eeprom+0x80);
309 break;
310 }
a6a3f140
ST
311
312 switch (dev->board) {
313 case CX23885_BOARD_DVICO_FUSIONHDTV_5_EXP:
314 ts1->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
315 ts1->ts_clk_en_val = 0x1; /* Enable TS_CLK */
316 ts1->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
317 break;
318 case CX23885_BOARD_HAUPPAUGE_HVR1250:
07b4a835 319 case CX23885_BOARD_HAUPPAUGE_HVR1500:
d1987d55 320 case CX23885_BOARD_HAUPPAUGE_HVR1500Q:
a6a3f140
ST
321 case CX23885_BOARD_HAUPPAUGE_HVR1800:
322 case CX23885_BOARD_HAUPPAUGE_HVR1800lp:
323 default:
324 ts2->gen_ctrl_val = 0xc; /* Serial bus + punctured clock */
325 ts2->ts_clk_en_val = 0x1; /* Enable TS_CLK */
326 ts2->src_sel_val = CX23885_SRC_SEL_PARALLEL_MPEG_VIDEO;
327 }
328
d19770e5
ST
329}
330
331/* ------------------------------------------------------------------ */
332
d19770e5
ST
333/*
334 * Local variables:
335 * c-basic-offset: 8
336 * End:
337 * 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
338 */
This page took 0.108122 seconds and 5 git commands to generate.