blob: ce66c5a96ba8b36bb4da342f3cdc420a80a369e2 [file] [log] [blame]
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001/* Linux driver for devices based on the DiBcom DiB0700 USB bridge
2 *
3 * This program is free software; you can redistribute it and/or modify it
4 * under the terms of the GNU General Public License as published by the Free
5 * Software Foundation, version 2.
6 *
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03007 * Copyright (C) 2005-9 DiBcom, SA et al
Patrick Boettcherb7f54912006-09-19 12:51:37 -03008 */
9#include "dib0700.h"
10
11#include "dib3000mc.h"
Patrick Boettcher91bb9be2006-12-02 21:15:51 -020012#include "dib7000m.h"
Patrick Boettchera75763f2006-10-18 08:34:16 -030013#include "dib7000p.h"
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -030014#include "dib8000.h"
Patrick Boettcherb7f54912006-09-19 12:51:37 -030015#include "mt2060.h"
Olivier DANET54d75eb2007-07-25 14:42:54 -030016#include "mt2266.h"
Albert Comerma6ca8f0b2008-03-29 21:35:57 -030017#include "tuner-xc2028.h"
Devin Heitmuellercb22cb52008-09-08 05:42:42 -030018#include "xc5000.h"
19#include "s5h1411.h"
Patrick Boettcher01373a52007-07-30 12:49:04 -030020#include "dib0070.h"
Olivier Grenie03245a52009-12-04 13:27:57 -030021#include "dib0090.h"
Michael Krufkyce904bc2009-01-19 01:12:55 -030022#include "lgdt3305.h"
23#include "mxl5007t.h"
Patrick Boettcherb7f54912006-09-19 12:51:37 -030024
Patrick Boettcher7fb3fc02006-09-20 04:37:18 -030025static int force_lna_activation;
26module_param(force_lna_activation, int, 0644);
27MODULE_PARM_DESC(force_lna_activation, "force the activation of Low-Noise-Amplifyer(s) (LNA), "
28 "if applicable for the device (default: 0=automatic/off).");
29
Patrick Boettcher01373a52007-07-30 12:49:04 -030030struct dib0700_adapter_state {
31 int (*set_param_save) (struct dvb_frontend *, struct dvb_frontend_parameters *);
32};
33
34/* Hauppauge Nova-T 500 (aka Bristol)
Patrick Boettcherb7f54912006-09-19 12:51:37 -030035 * has a LNA on GPIO0 which is enabled by setting 1 */
36static struct mt2060_config bristol_mt2060_config[2] = {
37 {
38 .i2c_address = 0x60,
Patrick Boettcher303cbea2006-09-19 12:51:56 -030039 .clock_out = 3,
Patrick Boettcherb7f54912006-09-19 12:51:37 -030040 }, {
41 .i2c_address = 0x61,
42 }
43};
44
Devin Heitmueller99afb982008-11-15 07:13:07 -030045
Patrick Boettcherb7f54912006-09-19 12:51:37 -030046static struct dibx000_agc_config bristol_dib3000p_mt2060_agc_config = {
47 .band_caps = BAND_VHF | BAND_UHF,
Patrick Boettcher01b4bf32006-09-19 12:51:53 -030048 .setup = (1 << 8) | (5 << 5) | (0 << 4) | (0 << 3) | (0 << 2) | (2 << 0),
Patrick Boettcherb7f54912006-09-19 12:51:37 -030049
Patrick Boettcher6958eff2006-09-19 12:51:40 -030050 .agc1_max = 42598,
51 .agc1_min = 17694,
52 .agc2_max = 45875,
53 .agc2_min = 0,
Patrick Boettcherb7f54912006-09-19 12:51:37 -030054
Patrick Boettcher6958eff2006-09-19 12:51:40 -030055 .agc1_pt1 = 0,
56 .agc1_pt2 = 59,
Patrick Boettcherb7f54912006-09-19 12:51:37 -030057
Patrick Boettcher6958eff2006-09-19 12:51:40 -030058 .agc1_slope1 = 0,
59 .agc1_slope2 = 69,
Patrick Boettcherb7f54912006-09-19 12:51:37 -030060
61 .agc2_pt1 = 0,
Patrick Boettcher6958eff2006-09-19 12:51:40 -030062 .agc2_pt2 = 59,
Patrick Boettcherb7f54912006-09-19 12:51:37 -030063
Patrick Boettcher6958eff2006-09-19 12:51:40 -030064 .agc2_slope1 = 111,
65 .agc2_slope2 = 28,
Patrick Boettcherb7f54912006-09-19 12:51:37 -030066};
67
68static struct dib3000mc_config bristol_dib3000mc_config[2] = {
69 { .agc = &bristol_dib3000p_mt2060_agc_config,
70 .max_time = 0x196,
71 .ln_adc_level = 0x1cc7,
72 .output_mpeg2_in_188_bytes = 1,
73 },
74 { .agc = &bristol_dib3000p_mt2060_agc_config,
75 .max_time = 0x196,
76 .ln_adc_level = 0x1cc7,
77 .output_mpeg2_in_188_bytes = 1,
78 }
79};
80
81static int bristol_frontend_attach(struct dvb_usb_adapter *adap)
82{
Patrick Boettcher6958eff2006-09-19 12:51:40 -030083 struct dib0700_state *st = adap->dev->priv;
Patrick Boettcherb7f54912006-09-19 12:51:37 -030084 if (adap->id == 0) {
85 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(10);
86 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1); msleep(10);
87 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0); msleep(10);
88 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1); msleep(10);
89
Patrick Boettcher7fb3fc02006-09-20 04:37:18 -030090 if (force_lna_activation)
91 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
92 else
93 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 0);
Patrick Boettcher6958eff2006-09-19 12:51:40 -030094
Patrick Boettcherb7f54912006-09-19 12:51:37 -030095 if (dib3000mc_i2c_enumeration(&adap->dev->i2c_adap, 2, DEFAULT_DIB3000P_I2C_ADDRESS, bristol_dib3000mc_config) != 0) {
96 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(10);
97 return -ENODEV;
98 }
99 }
Patrick Boettcher6958eff2006-09-19 12:51:40 -0300100 st->mt2060_if1[adap->id] = 1220;
101 return (adap->fe = dvb_attach(dib3000mc_attach, &adap->dev->i2c_adap,
102 (10 + adap->id) << 1, &bristol_dib3000mc_config[adap->id])) == NULL ? -ENODEV : 0;
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300103}
104
Patrick Boettcher4a2b1082008-01-25 07:32:58 -0300105static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval)
Olivier DANETc52344f2008-01-25 06:50:07 -0300106{
107 struct i2c_msg msg[2] = {
108 { .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 },
109 { .addr = 0x50, .flags = I2C_M_RD, .buf = pval, .len = 1 },
110 };
111 if (i2c_transfer(adap, msg, 2) != 2) return -EREMOTEIO;
112 return 0;
113}
114
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300115static int bristol_tuner_attach(struct dvb_usb_adapter *adap)
116{
Olivier DANETc52344f2008-01-25 06:50:07 -0300117 struct i2c_adapter *prim_i2c = &adap->dev->i2c_adap;
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300118 struct i2c_adapter *tun_i2c = dib3000mc_get_tuner_i2c_master(adap->fe, 1);
Olivier DANETc52344f2008-01-25 06:50:07 -0300119 s8 a;
120 int if1=1220;
Al Viroda5ee482008-05-21 00:31:21 -0300121 if (adap->dev->udev->descriptor.idVendor == cpu_to_le16(USB_VID_HAUPPAUGE) &&
122 adap->dev->udev->descriptor.idProduct == cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_500_2)) {
Olivier DANETc52344f2008-01-25 06:50:07 -0300123 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a;
124 }
125 return dvb_attach(mt2060_attach,adap->fe, tun_i2c,&bristol_mt2060_config[adap->id],
126 if1) == NULL ? -ENODEV : 0;
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300127}
128
Patrick Boettcher01373a52007-07-30 12:49:04 -0300129/* STK7700D: Pinnacle/Terratec/Hauppauge Dual DVB-T Diversity */
Olivier DANET54d75eb2007-07-25 14:42:54 -0300130
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300131/* MT226x */
132static struct dibx000_agc_config stk7700d_7000p_mt2266_agc_config[2] = {
133 {
Olivier Grenie9c783032009-12-07 07:49:40 -0300134 BAND_UHF,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300135
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300136 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1, P_agc_inv_pwm1=1, P_agc_inv_pwm2=1,
137 * P_agc_inh_dc_rv_est=0, P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=2, P_agc_write=0 */
Olivier Grenie9c783032009-12-07 07:49:40 -0300138 (0 << 15) | (0 << 14) | (1 << 11) | (1 << 10) | (1 << 9) | (0 << 8)
139 | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
Olivier DANET54d75eb2007-07-25 14:42:54 -0300140
Olivier Grenie9c783032009-12-07 07:49:40 -0300141 1130,
142 21,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300143
Olivier Grenie9c783032009-12-07 07:49:40 -0300144 0,
145 118,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300146
Olivier Grenie9c783032009-12-07 07:49:40 -0300147 0,
148 3530,
149 1,
150 0,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300151
Olivier Grenie9c783032009-12-07 07:49:40 -0300152 65535,
153 33770,
154 65535,
155 23592,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300156
Olivier Grenie9c783032009-12-07 07:49:40 -0300157 0,
158 62,
159 255,
160 64,
161 64,
162 132,
163 192,
164 80,
165 80,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300166
Olivier Grenie9c783032009-12-07 07:49:40 -0300167 17,
168 27,
169 23,
170 51,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300171
Olivier Grenie9c783032009-12-07 07:49:40 -0300172 1,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300173 }, {
Olivier Grenie9c783032009-12-07 07:49:40 -0300174 BAND_VHF | BAND_LBAND,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300175
176 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1, P_agc_inv_pwm1=1, P_agc_inv_pwm2=1,
177 * P_agc_inh_dc_rv_est=0, P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=2, P_agc_write=0 */
Olivier Grenie9c783032009-12-07 07:49:40 -0300178 (0 << 15) | (0 << 14) | (1 << 11) | (1 << 10) | (1 << 9) | (0 << 8)
179 | (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0),
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300180
Olivier Grenie9c783032009-12-07 07:49:40 -0300181 2372,
182 21,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300183
Olivier Grenie9c783032009-12-07 07:49:40 -0300184 0,
185 118,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300186
Olivier Grenie9c783032009-12-07 07:49:40 -0300187 0,
188 3530,
189 1,
190 0,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300191
Olivier Grenie9c783032009-12-07 07:49:40 -0300192 65535,
193 0,
194 65535,
195 23592,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300196
Olivier Grenie9c783032009-12-07 07:49:40 -0300197 0,
198 128,
199 128,
200 128,
201 0,
202 128,
203 253,
204 81,
205 0,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300206
Olivier Grenie9c783032009-12-07 07:49:40 -0300207 17,
208 27,
209 23,
210 51,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300211
Olivier Grenie9c783032009-12-07 07:49:40 -0300212 1,
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300213 }
Olivier DANET54d75eb2007-07-25 14:42:54 -0300214};
215
216static struct dibx000_bandwidth_config stk7700d_mt2266_pll_config = {
Olivier Grenie9c783032009-12-07 07:49:40 -0300217 60000, 30000,
218 1, 8, 3, 1, 0,
219 0, 0, 1, 1, 2,
220 (3 << 14) | (1 << 12) | (524 << 0),
221 0,
222 20452225,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300223};
224
225static struct dib7000p_config stk7700d_dib7000p_mt2266_config[] = {
226 { .output_mpeg2_in_188_bytes = 1,
227 .hostbus_diversity = 1,
228 .tuner_is_baseband = 1,
229
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300230 .agc_config_count = 2,
231 .agc = stk7700d_7000p_mt2266_agc_config,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300232 .bw = &stk7700d_mt2266_pll_config,
233
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300234 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
235 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
236 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300237 },
238 { .output_mpeg2_in_188_bytes = 1,
239 .hostbus_diversity = 1,
240 .tuner_is_baseband = 1,
241
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300242 .agc_config_count = 2,
243 .agc = stk7700d_7000p_mt2266_agc_config,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300244 .bw = &stk7700d_mt2266_pll_config,
245
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300246 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
247 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
248 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
Olivier DANET54d75eb2007-07-25 14:42:54 -0300249 }
250};
251
252static struct mt2266_config stk7700d_mt2266_config[2] = {
253 { .i2c_address = 0x60
254 },
255 { .i2c_address = 0x60
256 }
257};
258
Daniel Gimpelevich132c3182008-01-25 06:02:42 -0300259static int stk7700P2_frontend_attach(struct dvb_usb_adapter *adap)
260{
261 if (adap->id == 0) {
262 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
263 msleep(10);
264 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
265 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
266 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
267 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
268 msleep(10);
269 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
270 msleep(10);
Devin Heitmueller83c4fdf2009-01-21 01:55:45 -0300271 if (dib7000p_i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
272 stk7700d_dib7000p_mt2266_config)
273 != 0) {
274 err("%s: dib7000p_i2c_enumeration failed. Cannot continue\n", __func__);
275 return -ENODEV;
276 }
Daniel Gimpelevich132c3182008-01-25 06:02:42 -0300277 }
278
279 adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap,0x80+(adap->id << 1),
280 &stk7700d_dib7000p_mt2266_config[adap->id]);
281
282 return adap->fe == NULL ? -ENODEV : 0;
283}
284
Olivier DANET54d75eb2007-07-25 14:42:54 -0300285static int stk7700d_frontend_attach(struct dvb_usb_adapter *adap)
286{
287 if (adap->id == 0) {
288 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
289 msleep(10);
290 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
291 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
292 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
293 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
294 msleep(10);
295 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
296 msleep(10);
297 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
Devin Heitmueller83c4fdf2009-01-21 01:55:45 -0300298 if (dib7000p_i2c_enumeration(&adap->dev->i2c_adap, 2, 18,
299 stk7700d_dib7000p_mt2266_config)
300 != 0) {
301 err("%s: dib7000p_i2c_enumeration failed. Cannot continue\n", __func__);
302 return -ENODEV;
303 }
Olivier DANET54d75eb2007-07-25 14:42:54 -0300304 }
305
306 adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap,0x80+(adap->id << 1),
307 &stk7700d_dib7000p_mt2266_config[adap->id]);
308
309 return adap->fe == NULL ? -ENODEV : 0;
310}
311
312static int stk7700d_tuner_attach(struct dvb_usb_adapter *adap)
313{
314 struct i2c_adapter *tun_i2c;
315 tun_i2c = dib7000p_get_i2c_master(adap->fe, DIBX000_I2C_INTERFACE_TUNER, 1);
316 return dvb_attach(mt2266_attach, adap->fe, tun_i2c,
Joe Perches1ebcad72009-07-02 15:57:09 -0300317 &stk7700d_mt2266_config[adap->id]) == NULL ? -ENODEV : 0;
Olivier DANET54d75eb2007-07-25 14:42:54 -0300318}
319
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300320/* STK7700-PH: Digital/Analog Hybrid Tuner, e.h. Cinergy HT USB HE */
Harvey Harrisonb1721d02008-04-25 19:03:08 -0700321static struct dibx000_agc_config xc3028_agc_config = {
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300322 BAND_VHF | BAND_UHF, /* band_caps */
323
324 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=0,
325 * P_agc_inv_pwm1=0, P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
326 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=2, P_agc_write=0 */
327 (0 << 15) | (0 << 14) | (0 << 11) | (0 << 10) | (0 << 9) | (0 << 8) |
328 (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0), /* setup */
329
330 712, /* inv_gain */
331 21, /* time_stabiliz */
332
333 0, /* alpha_level */
334 118, /* thlock */
335
336 0, /* wbd_inv */
337 2867, /* wbd_ref */
338 0, /* wbd_sel */
339 2, /* wbd_alpha */
340
341 0, /* agc1_max */
342 0, /* agc1_min */
343 39718, /* agc2_max */
344 9930, /* agc2_min */
345 0, /* agc1_pt1 */
346 0, /* agc1_pt2 */
347 0, /* agc1_pt3 */
348 0, /* agc1_slope1 */
349 0, /* agc1_slope2 */
350 0, /* agc2_pt1 */
351 128, /* agc2_pt2 */
352 29, /* agc2_slope1 */
353 29, /* agc2_slope2 */
354
355 17, /* alpha_mant */
356 27, /* alpha_exp */
357 23, /* beta_mant */
358 51, /* beta_exp */
359
360 1, /* perform_agc_softsplit */
361};
362
363/* PLL Configuration for COFDM BW_MHz = 8.00 with external clock = 30.00 */
Harvey Harrisonb1721d02008-04-25 19:03:08 -0700364static struct dibx000_bandwidth_config xc3028_bw_config = {
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300365 60000, 30000, /* internal, sampling */
366 1, 8, 3, 1, 0, /* pll_cfg: prediv, ratio, range, reset, bypass */
367 0, 0, 1, 1, 0, /* misc: refdiv, bypclk_div, IO_CLK_en_core, ADClkSrc,
368 modulo */
369 (3 << 14) | (1 << 12) | (524 << 0), /* sad_cfg: refsel, sel, freq_15k */
370 (1 << 25) | 5816102, /* ifreq = 5.200000 MHz */
371 20452225, /* timf */
372 30000000, /* xtal_hz */
373};
374
375static struct dib7000p_config stk7700ph_dib7700_xc3028_config = {
376 .output_mpeg2_in_188_bytes = 1,
377 .tuner_is_baseband = 1,
378
379 .agc_config_count = 1,
380 .agc = &xc3028_agc_config,
381 .bw = &xc3028_bw_config,
382
383 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
384 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
385 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
386};
387
Michael Krufkyd7cba042008-09-12 13:31:45 -0300388static int stk7700ph_xc3028_callback(void *ptr, int component,
389 int command, int arg)
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300390{
391 struct dvb_usb_adapter *adap = ptr;
392
393 switch (command) {
394 case XC2028_TUNER_RESET:
395 /* Send the tuner in then out of reset */
396 dib7000p_set_gpio(adap->fe, 8, 0, 0); msleep(10);
397 dib7000p_set_gpio(adap->fe, 8, 0, 1);
398 break;
399 case XC2028_RESET_CLK:
400 break;
401 default:
402 err("%s: unknown command %d, arg %d\n", __func__,
403 command, arg);
404 return -EINVAL;
405 }
406 return 0;
407}
408
409static struct xc2028_ctrl stk7700ph_xc3028_ctrl = {
410 .fname = XC2028_DEFAULT_FIRMWARE,
411 .max_len = 64,
412 .demod = XC3028_FE_DIBCOM52,
413};
414
415static struct xc2028_config stk7700ph_xc3028_config = {
416 .i2c_addr = 0x61,
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300417 .ctrl = &stk7700ph_xc3028_ctrl,
418};
419
420static int stk7700ph_frontend_attach(struct dvb_usb_adapter *adap)
421{
422 struct usb_device_descriptor *desc = &adap->dev->udev->descriptor;
423
Al Viroda5ee482008-05-21 00:31:21 -0300424 if (desc->idVendor == cpu_to_le16(USB_VID_PINNACLE) &&
425 desc->idProduct == cpu_to_le16(USB_PID_PINNACLE_EXPRESSCARD_320CX))
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300426 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
427 else
428 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
429 msleep(20);
430 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
431 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
432 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
433 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
434 msleep(10);
435 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
436 msleep(20);
437 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
438 msleep(10);
439
Devin Heitmueller83c4fdf2009-01-21 01:55:45 -0300440 if (dib7000p_i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
441 &stk7700ph_dib7700_xc3028_config) != 0) {
442 err("%s: dib7000p_i2c_enumeration failed. Cannot continue\n",
443 __func__);
444 return -ENODEV;
445 }
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300446
447 adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 0x80,
448 &stk7700ph_dib7700_xc3028_config);
449
450 return adap->fe == NULL ? -ENODEV : 0;
451}
452
453static int stk7700ph_tuner_attach(struct dvb_usb_adapter *adap)
454{
455 struct i2c_adapter *tun_i2c;
456
457 tun_i2c = dib7000p_get_i2c_master(adap->fe,
458 DIBX000_I2C_INTERFACE_TUNER, 1);
459
460 stk7700ph_xc3028_config.i2c_adap = tun_i2c;
Michael Krufkyd7cba042008-09-12 13:31:45 -0300461
462 /* FIXME: generalize & move to common area */
463 adap->fe->callback = stk7700ph_xc3028_callback;
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300464
465 return dvb_attach(xc2028_attach, adap->fe, &stk7700ph_xc3028_config)
466 == NULL ? -ENODEV : 0;
467}
468
Devin Heitmueller4b330be2008-12-01 06:51:14 -0300469#define DEFAULT_RC_INTERVAL 50
Olivier DANET54d75eb2007-07-25 14:42:54 -0300470
471static u8 rc_request[] = { REQUEST_POLL_RC, 0 };
472
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300473/* Number of keypresses to ignore before start repeating */
Devin Heitmueller4b330be2008-12-01 06:51:14 -0300474#define RC_REPEAT_DELAY 6
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300475
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -0300476/*
477 * This function is used only when firmware is < 1.20 version. Newer
478 * firmwares use bulk mode, with functions implemented at dib0700_core,
479 * at dib0700_rc_urb_completion()
480 */
481static int dib0700_rc_query_old_firmware(struct dvb_usb_device *d)
Olivier DANET54d75eb2007-07-25 14:42:54 -0300482{
483 u8 key[4];
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -0300484 u32 keycode;
485 u8 toggle;
Olivier DANET54d75eb2007-07-25 14:42:54 -0300486 int i;
Olivier DANET54d75eb2007-07-25 14:42:54 -0300487 struct dib0700_state *st = d->priv;
Devin Heitmueller6a207102010-01-04 02:43:19 -0300488
Devin Heitmueller6a207102010-01-04 02:43:19 -0300489 if (st->fw_version >= 0x10200) {
490 /* For 1.20 firmware , We need to keep the RC polling
491 callback so we can reuse the input device setup in
492 dvb-usb-remote.c. However, the actual work is being done
493 in the bulk URB completion handler. */
494 return 0;
495 }
496
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -0300497 i = dib0700_ctrl_rd(d, rc_request, 2, key, 4);
498 if (i <= 0) {
Janne Grunau034d65e2007-07-31 08:48:40 -0300499 err("RC Query Failed");
Janne Grunau89f42672007-07-31 19:45:13 -0300500 return -1;
Olivier DANET54d75eb2007-07-25 14:42:54 -0300501 }
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300502
503 /* losing half of KEY_0 events from Philipps rc5 remotes.. */
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -0300504 if (key[0] == 0 && key[1] == 0 && key[2] == 0 && key[3] == 0)
505 return 0;
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300506
507 /* info("%d: %2X %2X %2X %2X",dvb_usb_dib0700_ir_proto,(int)key[3-2],(int)key[3-3],(int)key[3-1],(int)key[3]); */
508
509 dib0700_rc_setup(d); /* reset ir sensor data to prevent false events */
510
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -0300511 d->last_event = 0;
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -0300512 switch (d->props.rc.core.protocol) {
513 case IR_TYPE_NEC:
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300514 /* NEC protocol sends repeat code as 0 0 0 FF */
515 if ((key[3-2] == 0x00) && (key[3-3] == 0x00) &&
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -0300516 (key[3] == 0xff))
517 keycode = d->last_event;
518 else {
519 keycode = key[3-2] << 8 | key[3-3];
520 d->last_event = keycode;
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300521 }
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300522
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -0300523 ir_keydown(d->rc_input_dev, keycode, 0);
524 break;
525 default:
526 /* RC-5 protocol changes toggle bit on new keypress */
527 keycode = key[3-2] << 8 | key[3-3];
528 toggle = key[3-1];
529 ir_keydown(d->rc_input_dev, keycode, toggle);
530
Patrick Boettcher58e6f952008-03-29 21:37:01 -0300531 break;
532 }
Olivier DANET54d75eb2007-07-25 14:42:54 -0300533 return 0;
534}
535
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300536/* STK7700P: Hauppauge Nova-T Stick, AVerMedia Volar */
Patrick Boettchera75763f2006-10-18 08:34:16 -0300537static struct dibx000_agc_config stk7700p_7000m_mt2060_agc_config = {
Olivier Grenie9c783032009-12-07 07:49:40 -0300538 BAND_UHF | BAND_VHF,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300539
540 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=5, P_agc_inv_pwm1=0, P_agc_inv_pwm2=0,
541 * P_agc_inh_dc_rv_est=0, P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=2, P_agc_write=0 */
Olivier Grenie9c783032009-12-07 07:49:40 -0300542 (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
543 | (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0),
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300544
Olivier Grenie9c783032009-12-07 07:49:40 -0300545 712,
546 41,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300547
Olivier Grenie9c783032009-12-07 07:49:40 -0300548 0,
549 118,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300550
Olivier Grenie9c783032009-12-07 07:49:40 -0300551 0,
552 4095,
553 0,
554 0,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300555
Olivier Grenie9c783032009-12-07 07:49:40 -0300556 42598,
557 17694,
558 45875,
559 2621,
560 0,
561 76,
562 139,
563 52,
564 59,
565 107,
566 172,
567 57,
568 70,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300569
Olivier Grenie9c783032009-12-07 07:49:40 -0300570 21,
571 25,
572 28,
573 48,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300574
Olivier Grenie9c783032009-12-07 07:49:40 -0300575 1,
576 { 0,
577 107,
578 51800,
579 24700
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300580 },
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300581};
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300582
Patrick Boettchera75763f2006-10-18 08:34:16 -0300583static struct dibx000_agc_config stk7700p_7000p_mt2060_agc_config = {
584 BAND_UHF | BAND_VHF,
585
586 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=5, P_agc_inv_pwm1=0, P_agc_inv_pwm2=0,
587 * P_agc_inh_dc_rv_est=0, P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=2, P_agc_write=0 */
Olivier Grenie9c783032009-12-07 07:49:40 -0300588 (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
589 | (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0),
Patrick Boettchera75763f2006-10-18 08:34:16 -0300590
Olivier Grenie9c783032009-12-07 07:49:40 -0300591 712,
592 41,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300593
Olivier Grenie9c783032009-12-07 07:49:40 -0300594 0,
595 118,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300596
Olivier Grenie9c783032009-12-07 07:49:40 -0300597 0,
598 4095,
599 0,
600 0,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300601
Olivier Grenie9c783032009-12-07 07:49:40 -0300602 42598,
603 16384,
604 42598,
605 0,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300606
Olivier Grenie9c783032009-12-07 07:49:40 -0300607 0,
608 137,
609 255,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300610
Olivier Grenie9c783032009-12-07 07:49:40 -0300611 0,
612 255,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300613
Olivier Grenie9c783032009-12-07 07:49:40 -0300614 0,
615 0,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300616
Olivier Grenie9c783032009-12-07 07:49:40 -0300617 0,
618 41,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300619
Olivier Grenie9c783032009-12-07 07:49:40 -0300620 15,
621 25,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300622
Olivier Grenie9c783032009-12-07 07:49:40 -0300623 28,
624 48,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300625
Olivier Grenie9c783032009-12-07 07:49:40 -0300626 0,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300627};
628
629static struct dibx000_bandwidth_config stk7700p_pll_config = {
Olivier Grenie9c783032009-12-07 07:49:40 -0300630 60000, 30000,
631 1, 8, 3, 1, 0,
632 0, 0, 1, 1, 0,
633 (3 << 14) | (1 << 12) | (524 << 0),
634 60258167,
635 20452225,
636 30000000,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300637};
638
639static struct dib7000m_config stk7700p_dib7000m_config = {
640 .dvbt_mode = 1,
641 .output_mpeg2_in_188_bytes = 1,
642 .quartz_direct = 1,
643
644 .agc_config_count = 1,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300645 .agc = &stk7700p_7000m_mt2060_agc_config,
646 .bw = &stk7700p_pll_config,
647
648 .gpio_dir = DIB7000M_GPIO_DEFAULT_DIRECTIONS,
649 .gpio_val = DIB7000M_GPIO_DEFAULT_VALUES,
650 .gpio_pwm_pos = DIB7000M_GPIO_DEFAULT_PWM_POS,
651};
652
653static struct dib7000p_config stk7700p_dib7000p_config = {
654 .output_mpeg2_in_188_bytes = 1,
655
Patrick Boettcherb6884a12007-07-27 10:08:51 -0300656 .agc_config_count = 1,
Patrick Boettchera75763f2006-10-18 08:34:16 -0300657 .agc = &stk7700p_7000p_mt2060_agc_config,
658 .bw = &stk7700p_pll_config,
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300659
660 .gpio_dir = DIB7000M_GPIO_DEFAULT_DIRECTIONS,
661 .gpio_val = DIB7000M_GPIO_DEFAULT_VALUES,
662 .gpio_pwm_pos = DIB7000M_GPIO_DEFAULT_PWM_POS,
663};
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300664
665static int stk7700p_frontend_attach(struct dvb_usb_adapter *adap)
666{
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300667 struct dib0700_state *st = adap->dev->priv;
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300668 /* unless there is no real power management in DVB - we leave the device on GPIO6 */
Patrick Boettchera75763f2006-10-18 08:34:16 -0300669
670 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
671 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(50);
672
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300673 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1); msleep(10);
Patrick Boettchera75763f2006-10-18 08:34:16 -0300674 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
675
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300676 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0); msleep(10);
Patrick Boettchera75763f2006-10-18 08:34:16 -0300677 dib0700_ctrl_clock(adap->dev, 72, 1);
678 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1); msleep(100);
679
680 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300681
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300682 st->mt2060_if1[0] = 1220;
Patrick Boettchera75763f2006-10-18 08:34:16 -0300683
684 if (dib7000pc_detection(&adap->dev->i2c_adap)) {
685 adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 18, &stk7700p_dib7000p_config);
686 st->is_dib7000pc = 1;
687 } else
688 adap->fe = dvb_attach(dib7000m_attach, &adap->dev->i2c_adap, 18, &stk7700p_dib7000m_config);
689
690 return adap->fe == NULL ? -ENODEV : 0;
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300691}
692
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300693static struct mt2060_config stk7700p_mt2060_config = {
694 0x60
695};
696
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300697static int stk7700p_tuner_attach(struct dvb_usb_adapter *adap)
698{
Olivier DANETc52344f2008-01-25 06:50:07 -0300699 struct i2c_adapter *prim_i2c = &adap->dev->i2c_adap;
Patrick Boettcher69ea31e2006-10-17 18:28:14 -0300700 struct dib0700_state *st = adap->dev->priv;
Patrick Boettchera75763f2006-10-18 08:34:16 -0300701 struct i2c_adapter *tun_i2c;
Olivier DANETc52344f2008-01-25 06:50:07 -0300702 s8 a;
703 int if1=1220;
Al Viroda5ee482008-05-21 00:31:21 -0300704 if (adap->dev->udev->descriptor.idVendor == cpu_to_le16(USB_VID_HAUPPAUGE) &&
705 adap->dev->udev->descriptor.idProduct == cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_STICK)) {
Olivier DANETc52344f2008-01-25 06:50:07 -0300706 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a;
707 }
Patrick Boettchera75763f2006-10-18 08:34:16 -0300708 if (st->is_dib7000pc)
709 tun_i2c = dib7000p_get_i2c_master(adap->fe, DIBX000_I2C_INTERFACE_TUNER, 1);
710 else
711 tun_i2c = dib7000m_get_i2c_master(adap->fe, DIBX000_I2C_INTERFACE_TUNER, 1);
712
713 return dvb_attach(mt2060_attach, adap->fe, tun_i2c, &stk7700p_mt2060_config,
Olivier DANETc52344f2008-01-25 06:50:07 -0300714 if1) == NULL ? -ENODEV : 0;
Patrick Boettcherb7f54912006-09-19 12:51:37 -0300715}
716
Patrick Boettcher01373a52007-07-30 12:49:04 -0300717/* DIB7070 generic */
718static struct dibx000_agc_config dib7070_agc_config = {
719 BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
720 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=5, P_agc_inv_pwm1=0, P_agc_inv_pwm2=0,
721 * P_agc_inh_dc_rv_est=0, P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5, P_agc_write=0 */
Olivier Grenie9c783032009-12-07 07:49:40 -0300722 (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
723 | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
Patrick Boettcher01373a52007-07-30 12:49:04 -0300724
Olivier Grenie9c783032009-12-07 07:49:40 -0300725 600,
726 10,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300727
Olivier Grenie9c783032009-12-07 07:49:40 -0300728 0,
729 118,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300730
Olivier Grenie9c783032009-12-07 07:49:40 -0300731 0,
732 3530,
733 1,
734 5,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300735
Olivier Grenie9c783032009-12-07 07:49:40 -0300736 65535,
737 0,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300738
Olivier Grenie9c783032009-12-07 07:49:40 -0300739 65535,
740 0,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300741
Olivier Grenie9c783032009-12-07 07:49:40 -0300742 0,
743 40,
744 183,
745 206,
746 255,
747 72,
748 152,
749 88,
750 90,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300751
Olivier Grenie9c783032009-12-07 07:49:40 -0300752 17,
753 27,
754 23,
755 51,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300756
Olivier Grenie9c783032009-12-07 07:49:40 -0300757 0,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300758};
759
760static int dib7070_tuner_reset(struct dvb_frontend *fe, int onoff)
761{
Patrick Boettcher7e5ce652009-08-03 13:43:40 -0300762 deb_info("reset: %d", onoff);
Patrick Boettcher01373a52007-07-30 12:49:04 -0300763 return dib7000p_set_gpio(fe, 8, 0, !onoff);
764}
765
766static int dib7070_tuner_sleep(struct dvb_frontend *fe, int onoff)
767{
Patrick Boettcher7e5ce652009-08-03 13:43:40 -0300768 deb_info("sleep: %d", onoff);
Patrick Boettcher01373a52007-07-30 12:49:04 -0300769 return dib7000p_set_gpio(fe, 9, 0, onoff);
770}
771
772static struct dib0070_config dib7070p_dib0070_config[2] = {
773 {
774 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
775 .reset = dib7070_tuner_reset,
776 .sleep = dib7070_tuner_sleep,
777 .clock_khz = 12000,
Patrick Boettcher7e5ce652009-08-03 13:43:40 -0300778 .clock_pad_drive = 4,
779 .charge_pump = 2,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300780 }, {
781 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
782 .reset = dib7070_tuner_reset,
783 .sleep = dib7070_tuner_sleep,
784 .clock_khz = 12000,
Patrick Boettcher7e5ce652009-08-03 13:43:40 -0300785 .charge_pump = 2,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300786 }
787};
788
Olivier Grenied300bd62009-09-15 06:55:35 -0300789static struct dib0070_config dib7770p_dib0070_config = {
790 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
791 .reset = dib7070_tuner_reset,
792 .sleep = dib7070_tuner_sleep,
793 .clock_khz = 12000,
794 .clock_pad_drive = 0,
795 .flip_chip = 1,
Olivier Grenieeac1fe12009-09-23 13:41:27 -0300796 .charge_pump = 2,
Olivier Grenied300bd62009-09-15 06:55:35 -0300797};
798
Patrick Boettcher01373a52007-07-30 12:49:04 -0300799static int dib7070_set_param_override(struct dvb_frontend *fe, struct dvb_frontend_parameters *fep)
800{
801 struct dvb_usb_adapter *adap = fe->dvb->priv;
802 struct dib0700_adapter_state *state = adap->priv;
803
804 u16 offset;
805 u8 band = BAND_OF_FREQUENCY(fep->frequency/1000);
806 switch (band) {
807 case BAND_VHF: offset = 950; break;
808 case BAND_UHF:
809 default: offset = 550; break;
810 }
811 deb_info("WBD for DiB7000P: %d\n", offset + dib0070_wbd_offset(fe));
812 dib7000p_set_wbd_ref(fe, offset + dib0070_wbd_offset(fe));
813 return state->set_param_save(fe, fep);
814}
815
Olivier Grenied300bd62009-09-15 06:55:35 -0300816static int dib7770_set_param_override(struct dvb_frontend *fe,
817 struct dvb_frontend_parameters *fep)
818{
819 struct dvb_usb_adapter *adap = fe->dvb->priv;
820 struct dib0700_adapter_state *state = adap->priv;
821
822 u16 offset;
823 u8 band = BAND_OF_FREQUENCY(fep->frequency/1000);
824 switch (band) {
825 case BAND_VHF:
826 dib7000p_set_gpio(fe, 0, 0, 1);
827 offset = 850;
828 break;
829 case BAND_UHF:
830 default:
831 dib7000p_set_gpio(fe, 0, 0, 0);
832 offset = 250;
833 break;
834 }
835 deb_info("WBD for DiB7000P: %d\n", offset + dib0070_wbd_offset(fe));
836 dib7000p_set_wbd_ref(fe, offset + dib0070_wbd_offset(fe));
837 return state->set_param_save(fe, fep);
838}
839
840static int dib7770p_tuner_attach(struct dvb_usb_adapter *adap)
841{
842 struct dib0700_adapter_state *st = adap->priv;
843 struct i2c_adapter *tun_i2c = dib7000p_get_i2c_master(adap->fe,
844 DIBX000_I2C_INTERFACE_TUNER, 1);
845
846 if (dvb_attach(dib0070_attach, adap->fe, tun_i2c,
847 &dib7770p_dib0070_config) == NULL)
848 return -ENODEV;
849
850 st->set_param_save = adap->fe->ops.tuner_ops.set_params;
851 adap->fe->ops.tuner_ops.set_params = dib7770_set_param_override;
852 return 0;
853}
854
Patrick Boettcher01373a52007-07-30 12:49:04 -0300855static int dib7070p_tuner_attach(struct dvb_usb_adapter *adap)
856{
857 struct dib0700_adapter_state *st = adap->priv;
858 struct i2c_adapter *tun_i2c = dib7000p_get_i2c_master(adap->fe, DIBX000_I2C_INTERFACE_TUNER, 1);
859
860 if (adap->id == 0) {
861 if (dvb_attach(dib0070_attach, adap->fe, tun_i2c, &dib7070p_dib0070_config[0]) == NULL)
862 return -ENODEV;
863 } else {
864 if (dvb_attach(dib0070_attach, adap->fe, tun_i2c, &dib7070p_dib0070_config[1]) == NULL)
865 return -ENODEV;
866 }
867
868 st->set_param_save = adap->fe->ops.tuner_ops.set_params;
869 adap->fe->ops.tuner_ops.set_params = dib7070_set_param_override;
870 return 0;
871}
872
Olivier Grenief8731f42009-09-18 04:08:43 -0300873static int stk70x0p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff)
874{
875 return dib7000p_pid_filter(adapter->fe, index, pid, onoff);
876}
877
878static int stk70x0p_pid_filter_ctrl(struct dvb_usb_adapter *adapter, int onoff)
879{
880 return dib7000p_pid_filter_ctrl(adapter->fe, onoff);
881}
882
Patrick Boettcher01373a52007-07-30 12:49:04 -0300883static struct dibx000_bandwidth_config dib7070_bw_config_12_mhz = {
Olivier Grenie9c783032009-12-07 07:49:40 -0300884 60000, 15000,
885 1, 20, 3, 1, 0,
886 0, 0, 1, 1, 2,
887 (3 << 14) | (1 << 12) | (524 << 0),
888 (0 << 25) | 0,
889 20452225,
890 12000000,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300891};
892
893static struct dib7000p_config dib7070p_dib7000p_config = {
894 .output_mpeg2_in_188_bytes = 1,
895
896 .agc_config_count = 1,
897 .agc = &dib7070_agc_config,
898 .bw = &dib7070_bw_config_12_mhz,
Patrick Boettcher3cb2c392008-01-25 07:25:20 -0300899 .tuner_is_baseband = 1,
900 .spur_protect = 1,
Patrick Boettcher01373a52007-07-30 12:49:04 -0300901
902 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
903 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
904 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
905
906 .hostbus_diversity = 1,
907};
908
909/* STK7070P */
910static int stk7070p_frontend_attach(struct dvb_usb_adapter *adap)
911{
Al Viroda5ee482008-05-21 00:31:21 -0300912 struct usb_device_descriptor *p = &adap->dev->udev->descriptor;
913 if (p->idVendor == cpu_to_le16(USB_VID_PINNACLE) &&
914 p->idProduct == cpu_to_le16(USB_PID_PINNACLE_PCTV72E))
915 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300916 else
Al Viroda5ee482008-05-21 00:31:21 -0300917 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
Patrick Boettcher01373a52007-07-30 12:49:04 -0300918 msleep(10);
919 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
920 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
921 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
922 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
923
924 dib0700_ctrl_clock(adap->dev, 72, 1);
925
926 msleep(10);
927 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
928 msleep(10);
929 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
930
Devin Heitmueller83c4fdf2009-01-21 01:55:45 -0300931 if (dib7000p_i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
932 &dib7070p_dib7000p_config) != 0) {
933 err("%s: dib7000p_i2c_enumeration failed. Cannot continue\n",
934 __func__);
935 return -ENODEV;
936 }
Patrick Boettcher01373a52007-07-30 12:49:04 -0300937
Albert Comerma6ca8f0b2008-03-29 21:35:57 -0300938 adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 0x80,
939 &dib7070p_dib7000p_config);
Patrick Boettcher01373a52007-07-30 12:49:04 -0300940 return adap->fe == NULL ? -ENODEV : 0;
941}
942
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -0300943/* DIB807x generic */
944static struct dibx000_agc_config dib807x_agc_config[2] = {
945 {
946 BAND_VHF,
947 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0,
948 * P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0,
949 * P_agc_inv_pwm2=0,P_agc_inh_dc_rv_est=0,
950 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5,
951 * P_agc_write=0 */
952 (0 << 15) | (0 << 14) | (7 << 11) | (0 << 10) | (0 << 9) |
953 (0 << 8) | (3 << 5) | (0 << 4) | (5 << 1) |
954 (0 << 0), /* setup*/
955
956 600, /* inv_gain*/
957 10, /* time_stabiliz*/
958
959 0, /* alpha_level*/
960 118, /* thlock*/
961
962 0, /* wbd_inv*/
963 3530, /* wbd_ref*/
964 1, /* wbd_sel*/
965 5, /* wbd_alpha*/
966
967 65535, /* agc1_max*/
968 0, /* agc1_min*/
969
970 65535, /* agc2_max*/
971 0, /* agc2_min*/
972
973 0, /* agc1_pt1*/
974 40, /* agc1_pt2*/
975 183, /* agc1_pt3*/
976 206, /* agc1_slope1*/
977 255, /* agc1_slope2*/
978 72, /* agc2_pt1*/
979 152, /* agc2_pt2*/
980 88, /* agc2_slope1*/
981 90, /* agc2_slope2*/
982
983 17, /* alpha_mant*/
984 27, /* alpha_exp*/
985 23, /* beta_mant*/
986 51, /* beta_exp*/
987
988 0, /* perform_agc_softsplit*/
989 }, {
990 BAND_UHF,
991 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0,
992 * P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0,
993 * P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
994 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5,
995 * P_agc_write=0 */
996 (0 << 15) | (0 << 14) | (1 << 11) | (0 << 10) | (0 << 9) |
997 (0 << 8) | (3 << 5) | (0 << 4) | (5 << 1) |
998 (0 << 0), /* setup */
999
1000 600, /* inv_gain*/
1001 10, /* time_stabiliz*/
1002
1003 0, /* alpha_level*/
1004 118, /* thlock*/
1005
1006 0, /* wbd_inv*/
1007 3530, /* wbd_ref*/
1008 1, /* wbd_sel*/
1009 5, /* wbd_alpha*/
1010
1011 65535, /* agc1_max*/
1012 0, /* agc1_min*/
1013
1014 65535, /* agc2_max*/
1015 0, /* agc2_min*/
1016
1017 0, /* agc1_pt1*/
1018 40, /* agc1_pt2*/
1019 183, /* agc1_pt3*/
1020 206, /* agc1_slope1*/
1021 255, /* agc1_slope2*/
1022 72, /* agc2_pt1*/
1023 152, /* agc2_pt2*/
1024 88, /* agc2_slope1*/
1025 90, /* agc2_slope2*/
1026
1027 17, /* alpha_mant*/
1028 27, /* alpha_exp*/
1029 23, /* beta_mant*/
1030 51, /* beta_exp*/
1031
1032 0, /* perform_agc_softsplit*/
1033 }
1034};
1035
1036static struct dibx000_bandwidth_config dib807x_bw_config_12_mhz = {
1037 60000, 15000, /* internal, sampling*/
1038 1, 20, 3, 1, 0, /* pll_cfg: prediv, ratio, range, reset, bypass*/
1039 0, 0, 1, 1, 2, /* misc: refdiv, bypclk_div, IO_CLK_en_core,
1040 ADClkSrc, modulo */
1041 (3 << 14) | (1 << 12) | (599 << 0), /* sad_cfg: refsel, sel, freq_15k*/
1042 (0 << 25) | 0, /* ifreq = 0.000000 MHz*/
1043 18179755, /* timf*/
1044 12000000, /* xtal_hz*/
1045};
1046
1047static struct dib8000_config dib807x_dib8000_config[2] = {
1048 {
1049 .output_mpeg2_in_188_bytes = 1,
1050
1051 .agc_config_count = 2,
1052 .agc = dib807x_agc_config,
1053 .pll = &dib807x_bw_config_12_mhz,
1054 .tuner_is_baseband = 1,
1055
1056 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1057 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1058 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1059
1060 .hostbus_diversity = 1,
1061 .div_cfg = 1,
1062 .agc_control = &dib0070_ctrl_agc_filter,
1063 .output_mode = OUTMODE_MPEG2_FIFO,
1064 .drives = 0x2d98,
1065 }, {
1066 .output_mpeg2_in_188_bytes = 1,
1067
1068 .agc_config_count = 2,
1069 .agc = dib807x_agc_config,
1070 .pll = &dib807x_bw_config_12_mhz,
1071 .tuner_is_baseband = 1,
1072
1073 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1074 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1075 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1076
1077 .hostbus_diversity = 1,
1078 .agc_control = &dib0070_ctrl_agc_filter,
1079 .output_mode = OUTMODE_MPEG2_FIFO,
1080 .drives = 0x2d98,
1081 }
1082};
1083
Olivier Grenie03245a52009-12-04 13:27:57 -03001084static int dib80xx_tuner_reset(struct dvb_frontend *fe, int onoff)
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001085{
1086 return dib8000_set_gpio(fe, 5, 0, !onoff);
1087}
1088
Olivier Grenie03245a52009-12-04 13:27:57 -03001089static int dib80xx_tuner_sleep(struct dvb_frontend *fe, int onoff)
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001090{
1091 return dib8000_set_gpio(fe, 0, 0, onoff);
1092}
1093
1094static const struct dib0070_wbd_gain_cfg dib8070_wbd_gain_cfg[] = {
1095 { 240, 7},
1096 { 0xffff, 6},
1097};
1098
1099static struct dib0070_config dib807x_dib0070_config[2] = {
1100 {
1101 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
Olivier Grenie03245a52009-12-04 13:27:57 -03001102 .reset = dib80xx_tuner_reset,
1103 .sleep = dib80xx_tuner_sleep,
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001104 .clock_khz = 12000,
1105 .clock_pad_drive = 4,
1106 .vga_filter = 1,
1107 .force_crystal_mode = 1,
1108 .enable_third_order_filter = 1,
1109 .charge_pump = 0,
1110 .wbd_gain = dib8070_wbd_gain_cfg,
1111 .osc_buffer_state = 0,
1112 .freq_offset_khz_uhf = -100,
1113 .freq_offset_khz_vhf = -100,
1114 }, {
1115 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
Olivier Grenie03245a52009-12-04 13:27:57 -03001116 .reset = dib80xx_tuner_reset,
1117 .sleep = dib80xx_tuner_sleep,
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001118 .clock_khz = 12000,
1119 .clock_pad_drive = 2,
1120 .vga_filter = 1,
1121 .force_crystal_mode = 1,
1122 .enable_third_order_filter = 1,
1123 .charge_pump = 0,
1124 .wbd_gain = dib8070_wbd_gain_cfg,
1125 .osc_buffer_state = 0,
1126 .freq_offset_khz_uhf = -25,
1127 .freq_offset_khz_vhf = -25,
1128 }
1129};
1130
1131static int dib807x_set_param_override(struct dvb_frontend *fe,
1132 struct dvb_frontend_parameters *fep)
1133{
1134 struct dvb_usb_adapter *adap = fe->dvb->priv;
1135 struct dib0700_adapter_state *state = adap->priv;
1136
1137 u16 offset = dib0070_wbd_offset(fe);
1138 u8 band = BAND_OF_FREQUENCY(fep->frequency/1000);
1139 switch (band) {
1140 case BAND_VHF:
1141 offset += 750;
1142 break;
1143 case BAND_UHF: /* fall-thru wanted */
1144 default:
1145 offset += 250; break;
1146 }
1147 deb_info("WBD for DiB8000: %d\n", offset);
1148 dib8000_set_wbd_ref(fe, offset);
1149
1150 return state->set_param_save(fe, fep);
1151}
1152
1153static int dib807x_tuner_attach(struct dvb_usb_adapter *adap)
1154{
1155 struct dib0700_adapter_state *st = adap->priv;
1156 struct i2c_adapter *tun_i2c = dib8000_get_i2c_master(adap->fe,
1157 DIBX000_I2C_INTERFACE_TUNER, 1);
1158
1159 if (adap->id == 0) {
1160 if (dvb_attach(dib0070_attach, adap->fe, tun_i2c,
1161 &dib807x_dib0070_config[0]) == NULL)
1162 return -ENODEV;
1163 } else {
1164 if (dvb_attach(dib0070_attach, adap->fe, tun_i2c,
1165 &dib807x_dib0070_config[1]) == NULL)
1166 return -ENODEV;
1167 }
1168
1169 st->set_param_save = adap->fe->ops.tuner_ops.set_params;
1170 adap->fe->ops.tuner_ops.set_params = dib807x_set_param_override;
1171 return 0;
1172}
1173
Olivier Grenie9c783032009-12-07 07:49:40 -03001174static int stk80xx_pid_filter(struct dvb_usb_adapter *adapter, int index,
1175 u16 pid, int onoff)
Olivier Grenief8731f42009-09-18 04:08:43 -03001176{
1177 return dib8000_pid_filter(adapter->fe, index, pid, onoff);
1178}
1179
Olivier Grenie9c783032009-12-07 07:49:40 -03001180static int stk80xx_pid_filter_ctrl(struct dvb_usb_adapter *adapter,
1181 int onoff)
Olivier Grenief8731f42009-09-18 04:08:43 -03001182{
1183 return dib8000_pid_filter_ctrl(adapter->fe, onoff);
1184}
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001185
1186/* STK807x */
1187static int stk807x_frontend_attach(struct dvb_usb_adapter *adap)
1188{
1189 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1190 msleep(10);
1191 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1192 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1193 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1194
1195 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1196
1197 dib0700_ctrl_clock(adap->dev, 72, 1);
1198
1199 msleep(10);
1200 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1201 msleep(10);
1202 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1203
1204 dib8000_i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
1205 0x80);
1206
1207 adap->fe = dvb_attach(dib8000_attach, &adap->dev->i2c_adap, 0x80,
1208 &dib807x_dib8000_config[0]);
1209
1210 return adap->fe == NULL ? -ENODEV : 0;
1211}
1212
1213/* STK807xPVR */
1214static int stk807xpvr_frontend_attach0(struct dvb_usb_adapter *adap)
1215{
1216 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
1217 msleep(30);
1218 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1219 msleep(500);
1220 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1221 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1222 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1223
1224 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1225
1226 dib0700_ctrl_clock(adap->dev, 72, 1);
1227
1228 msleep(10);
1229 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1230 msleep(10);
1231 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1232
1233 /* initialize IC 0 */
Olivier Grenie9542f502009-12-07 08:09:04 -03001234 dib8000_i2c_enumeration(&adap->dev->i2c_adap, 1, 0x22, 0x80);
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001235
1236 adap->fe = dvb_attach(dib8000_attach, &adap->dev->i2c_adap, 0x80,
1237 &dib807x_dib8000_config[0]);
1238
1239 return adap->fe == NULL ? -ENODEV : 0;
1240}
1241
1242static int stk807xpvr_frontend_attach1(struct dvb_usb_adapter *adap)
1243{
1244 /* initialize IC 1 */
Olivier Grenie9542f502009-12-07 08:09:04 -03001245 dib8000_i2c_enumeration(&adap->dev->i2c_adap, 1, 0x12, 0x82);
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001246
1247 adap->fe = dvb_attach(dib8000_attach, &adap->dev->i2c_adap, 0x82,
1248 &dib807x_dib8000_config[1]);
1249
1250 return adap->fe == NULL ? -ENODEV : 0;
1251}
1252
Olivier Grenie03245a52009-12-04 13:27:57 -03001253/* STK8096GP */
1254struct dibx000_agc_config dib8090_agc_config[2] = {
1255 {
1256 BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
Olivier Grenie9c783032009-12-07 07:49:40 -03001257 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1,
1258 * P_agc_inv_pwm1=0, P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
1259 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5, P_agc_write=0 */
1260 (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
1261 | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
Olivier Grenie03245a52009-12-04 13:27:57 -03001262
Olivier Grenie9c783032009-12-07 07:49:40 -03001263 787,
1264 10,
Olivier Grenie03245a52009-12-04 13:27:57 -03001265
Olivier Grenie9c783032009-12-07 07:49:40 -03001266 0,
1267 118,
Olivier Grenie03245a52009-12-04 13:27:57 -03001268
Olivier Grenie9c783032009-12-07 07:49:40 -03001269 0,
1270 3530,
1271 1,
1272 5,
Olivier Grenie03245a52009-12-04 13:27:57 -03001273
Olivier Grenie9c783032009-12-07 07:49:40 -03001274 65535,
1275 0,
Olivier Grenie03245a52009-12-04 13:27:57 -03001276
Olivier Grenie9c783032009-12-07 07:49:40 -03001277 65535,
1278 0,
Olivier Grenie03245a52009-12-04 13:27:57 -03001279
Olivier Grenie9c783032009-12-07 07:49:40 -03001280 0,
1281 32,
1282 114,
1283 143,
1284 144,
1285 114,
1286 227,
1287 116,
1288 117,
Olivier Grenie03245a52009-12-04 13:27:57 -03001289
Olivier Grenie9c783032009-12-07 07:49:40 -03001290 28,
1291 26,
1292 31,
1293 51,
Olivier Grenie03245a52009-12-04 13:27:57 -03001294
Olivier Grenie9c783032009-12-07 07:49:40 -03001295 0,
Olivier Grenie03245a52009-12-04 13:27:57 -03001296 },
1297 {
1298 BAND_CBAND,
Olivier Grenie9c783032009-12-07 07:49:40 -03001299 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1,
1300 * P_agc_inv_pwm1=0, P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
1301 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5, P_agc_write=0 */
1302 (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
1303 | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
Olivier Grenie03245a52009-12-04 13:27:57 -03001304
Olivier Grenie9c783032009-12-07 07:49:40 -03001305 787,
1306 10,
Olivier Grenie03245a52009-12-04 13:27:57 -03001307
Olivier Grenie9c783032009-12-07 07:49:40 -03001308 0,
1309 118,
Olivier Grenie03245a52009-12-04 13:27:57 -03001310
Olivier Grenie9c783032009-12-07 07:49:40 -03001311 0,
1312 3530,
1313 1,
1314 5,
Olivier Grenie03245a52009-12-04 13:27:57 -03001315
Olivier Grenie9c783032009-12-07 07:49:40 -03001316 0,
1317 0,
Olivier Grenie03245a52009-12-04 13:27:57 -03001318
Olivier Grenie9c783032009-12-07 07:49:40 -03001319 65535,
1320 0,
Olivier Grenie03245a52009-12-04 13:27:57 -03001321
Olivier Grenie9c783032009-12-07 07:49:40 -03001322 0,
1323 32,
1324 114,
1325 143,
1326 144,
1327 114,
1328 227,
1329 116,
1330 117,
Olivier Grenie03245a52009-12-04 13:27:57 -03001331
Olivier Grenie9c783032009-12-07 07:49:40 -03001332 28,
1333 26,
1334 31,
1335 51,
Olivier Grenie03245a52009-12-04 13:27:57 -03001336
Olivier Grenie9c783032009-12-07 07:49:40 -03001337 0,
Olivier Grenie03245a52009-12-04 13:27:57 -03001338 }
1339};
1340
1341static struct dibx000_bandwidth_config dib8090_pll_config_12mhz = {
Olivier Grenie9c783032009-12-07 07:49:40 -03001342 54000, 13500,
1343 1, 18, 3, 1, 0,
1344 0, 0, 1, 1, 2,
1345 (3 << 14) | (1 << 12) | (599 << 0),
1346 (0 << 25) | 0,
1347 20199727,
1348 12000000,
Olivier Grenie03245a52009-12-04 13:27:57 -03001349};
1350
1351static int dib8090_get_adc_power(struct dvb_frontend *fe)
1352{
1353 return dib8000_get_adc_power(fe, 1);
1354}
1355
1356static struct dib8000_config dib809x_dib8000_config = {
1357 .output_mpeg2_in_188_bytes = 1,
1358
1359 .agc_config_count = 2,
1360 .agc = dib8090_agc_config,
1361 .agc_control = dib0090_dcc_freq,
1362 .pll = &dib8090_pll_config_12mhz,
1363 .tuner_is_baseband = 1,
1364
1365 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1366 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1367 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1368
1369 .hostbus_diversity = 1,
1370 .div_cfg = 0x31,
1371 .output_mode = OUTMODE_MPEG2_FIFO,
1372 .drives = 0x2d98,
1373 .diversity_delay = 144,
1374 .refclksel = 3,
1375};
1376
1377static struct dib0090_config dib809x_dib0090_config = {
1378 .io.pll_bypass = 1,
1379 .io.pll_range = 1,
1380 .io.pll_prediv = 1,
1381 .io.pll_loopdiv = 20,
1382 .io.adc_clock_ratio = 8,
1383 .io.pll_int_loop_filt = 0,
1384 .io.clock_khz = 12000,
1385 .reset = dib80xx_tuner_reset,
1386 .sleep = dib80xx_tuner_sleep,
1387 .clkouttobamse = 1,
1388 .analog_output = 1,
1389 .i2c_address = DEFAULT_DIB0090_I2C_ADDRESS,
1390 .wbd_vhf_offset = 100,
1391 .wbd_cband_offset = 450,
1392 .use_pwm_agc = 1,
1393 .clkoutdrive = 1,
1394 .get_adc_power = dib8090_get_adc_power,
1395 .freq_offset_khz_uhf = 0,
1396 .freq_offset_khz_vhf = -143,
1397};
1398
1399static int dib8096_set_param_override(struct dvb_frontend *fe,
1400 struct dvb_frontend_parameters *fep)
1401{
1402 struct dvb_usb_adapter *adap = fe->dvb->priv;
1403 struct dib0700_adapter_state *state = adap->priv;
1404 u8 band = BAND_OF_FREQUENCY(fep->frequency/1000);
1405 u16 offset;
1406 int ret = 0;
1407 enum frontend_tune_state tune_state = CT_SHUTDOWN;
1408 u16 ltgain, rf_gain_limit;
1409
1410 ret = state->set_param_save(fe, fep);
1411 if (ret < 0)
1412 return ret;
1413
1414 switch (band) {
Olivier Grenie9c783032009-12-07 07:49:40 -03001415 case BAND_VHF:
Olivier Grenie03245a52009-12-04 13:27:57 -03001416 offset = 100;
1417 break;
Olivier Grenie9c783032009-12-07 07:49:40 -03001418 case BAND_UHF:
Olivier Grenie03245a52009-12-04 13:27:57 -03001419 offset = 550;
1420 break;
Olivier Grenie9c783032009-12-07 07:49:40 -03001421 default:
Olivier Grenie03245a52009-12-04 13:27:57 -03001422 offset = 0;
1423 break;
1424 }
1425 offset += (dib0090_get_wbd_offset(fe) * 8 * 18 / 33 + 1) / 2;
1426 dib8000_set_wbd_ref(fe, offset);
1427
1428
Olivier Grenie9c783032009-12-07 07:49:40 -03001429 if (band == BAND_CBAND) {
Olivier Grenie03245a52009-12-04 13:27:57 -03001430 deb_info("tuning in CBAND - soft-AGC startup\n");
1431 /* TODO specific wbd target for dib0090 - needed for startup ? */
1432 dib0090_set_tune_state(fe, CT_AGC_START);
Olivier Grenie9c783032009-12-07 07:49:40 -03001433 do {
1434 ret = dib0090_gain_control(fe);
1435 msleep(ret);
1436 tune_state = dib0090_get_tune_state(fe);
1437 if (tune_state == CT_AGC_STEP_0)
1438 dib8000_set_gpio(fe, 6, 0, 1);
1439 else if (tune_state == CT_AGC_STEP_1) {
1440 dib0090_get_current_gain(fe, NULL, NULL, &rf_gain_limit, &ltgain);
1441 if (rf_gain_limit == 0)
1442 dib8000_set_gpio(fe, 6, 0, 0);
1443 }
1444 } while (tune_state < CT_AGC_STOP);
Olivier Grenie03245a52009-12-04 13:27:57 -03001445 dib0090_pwm_gain_reset(fe);
1446 dib8000_pwm_agc_reset(fe);
1447 dib8000_set_tune_state(fe, CT_DEMOD_START);
Olivier Grenie9c783032009-12-07 07:49:40 -03001448 } else {
Olivier Grenie03245a52009-12-04 13:27:57 -03001449 deb_info("not tuning in CBAND - standard AGC startup\n");
1450 dib0090_pwm_gain_reset(fe);
1451 }
1452
1453 return 0;
1454}
1455
1456static int dib809x_tuner_attach(struct dvb_usb_adapter *adap)
1457{
1458 struct dib0700_adapter_state *st = adap->priv;
1459 struct i2c_adapter *tun_i2c = dib8000_get_i2c_master(adap->fe, DIBX000_I2C_INTERFACE_TUNER, 1);
1460
1461 if (dvb_attach(dib0090_register, adap->fe, tun_i2c, &dib809x_dib0090_config) == NULL)
1462 return -ENODEV;
1463
1464 st->set_param_save = adap->fe->ops.tuner_ops.set_params;
1465 adap->fe->ops.tuner_ops.set_params = dib8096_set_param_override;
1466 return 0;
1467}
1468
1469static int stk809x_frontend_attach(struct dvb_usb_adapter *adap)
1470{
1471 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1472 msleep(10);
1473 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1474 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1475 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1476
1477 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1478
1479 dib0700_ctrl_clock(adap->dev, 72, 1);
1480
1481 msleep(10);
1482 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1483 msleep(10);
1484 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1485
1486 dib8000_i2c_enumeration(&adap->dev->i2c_adap, 1, 18, 0x80);
1487
1488 adap->fe = dvb_attach(dib8000_attach, &adap->dev->i2c_adap, 0x80, &dib809x_dib8000_config);
1489
1490 return adap->fe == NULL ? -ENODEV : 0;
1491}
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001492
Patrick Boettcher01373a52007-07-30 12:49:04 -03001493/* STK7070PD */
1494static struct dib7000p_config stk7070pd_dib7000p_config[2] = {
1495 {
1496 .output_mpeg2_in_188_bytes = 1,
1497
1498 .agc_config_count = 1,
1499 .agc = &dib7070_agc_config,
1500 .bw = &dib7070_bw_config_12_mhz,
Patrick Boettcher3cb2c392008-01-25 07:25:20 -03001501 .tuner_is_baseband = 1,
1502 .spur_protect = 1,
Patrick Boettcher01373a52007-07-30 12:49:04 -03001503
1504 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
1505 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
1506 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
1507
1508 .hostbus_diversity = 1,
1509 }, {
1510 .output_mpeg2_in_188_bytes = 1,
1511
1512 .agc_config_count = 1,
1513 .agc = &dib7070_agc_config,
1514 .bw = &dib7070_bw_config_12_mhz,
Patrick Boettcher3cb2c392008-01-25 07:25:20 -03001515 .tuner_is_baseband = 1,
1516 .spur_protect = 1,
Patrick Boettcher01373a52007-07-30 12:49:04 -03001517
1518 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
1519 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
1520 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
1521
1522 .hostbus_diversity = 1,
1523 }
1524};
1525
1526static int stk7070pd_frontend_attach0(struct dvb_usb_adapter *adap)
1527{
1528 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1529 msleep(10);
1530 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1531 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1532 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1533 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1534
1535 dib0700_ctrl_clock(adap->dev, 72, 1);
1536
1537 msleep(10);
1538 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1539 msleep(10);
1540 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1541
Devin Heitmueller83c4fdf2009-01-21 01:55:45 -03001542 if (dib7000p_i2c_enumeration(&adap->dev->i2c_adap, 2, 18,
1543 stk7070pd_dib7000p_config) != 0) {
1544 err("%s: dib7000p_i2c_enumeration failed. Cannot continue\n",
1545 __func__);
1546 return -ENODEV;
1547 }
Patrick Boettcher01373a52007-07-30 12:49:04 -03001548
1549 adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 0x80, &stk7070pd_dib7000p_config[0]);
1550 return adap->fe == NULL ? -ENODEV : 0;
1551}
1552
1553static int stk7070pd_frontend_attach1(struct dvb_usb_adapter *adap)
1554{
1555 adap->fe = dvb_attach(dib7000p_attach, &adap->dev->i2c_adap, 0x82, &stk7070pd_dib7000p_config[1]);
1556 return adap->fe == NULL ? -ENODEV : 0;
1557}
1558
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03001559/* S5H1411 */
1560static struct s5h1411_config pinnacle_801e_config = {
1561 .output_mode = S5H1411_PARALLEL_OUTPUT,
1562 .gpio = S5H1411_GPIO_OFF,
1563 .mpeg_timing = S5H1411_MPEGTIMING_NONCONTINOUS_NONINVERTING_CLOCK,
1564 .qam_if = S5H1411_IF_44000,
1565 .vsb_if = S5H1411_IF_44000,
1566 .inversion = S5H1411_INVERSION_OFF,
1567 .status_mode = S5H1411_DEMODLOCKING
1568};
1569
1570/* Pinnacle PCTV HD Pro 801e GPIOs map:
1571 GPIO0 - currently unknown
1572 GPIO1 - xc5000 tuner reset
1573 GPIO2 - CX25843 sleep
1574 GPIO3 - currently unknown
1575 GPIO4 - currently unknown
1576 GPIO6 - currently unknown
1577 GPIO7 - currently unknown
1578 GPIO9 - currently unknown
1579 GPIO10 - CX25843 reset
1580 */
1581static int s5h1411_frontend_attach(struct dvb_usb_adapter *adap)
1582{
1583 struct dib0700_state *st = adap->dev->priv;
1584
1585 /* Make use of the new i2c functions from FW 1.20 */
1586 st->fw_use_new_i2c_api = 1;
1587
1588 /* The s5h1411 requires the dib0700 to not be in master mode */
1589 st->disable_streaming_master_mode = 1;
1590
1591 /* All msleep values taken from Windows USB trace */
1592 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 0);
1593 dib0700_set_gpio(adap->dev, GPIO3, GPIO_OUT, 0);
1594 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1595 msleep(400);
1596 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1597 msleep(60);
1598 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1599 msleep(30);
1600 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1601 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1602 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1603 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1604 dib0700_set_gpio(adap->dev, GPIO2, GPIO_OUT, 0);
1605 msleep(30);
1606
1607 /* Put the CX25843 to sleep for now since we're in digital mode */
1608 dib0700_set_gpio(adap->dev, GPIO2, GPIO_OUT, 1);
1609
1610 /* GPIOs are initialized, do the attach */
1611 adap->fe = dvb_attach(s5h1411_attach, &pinnacle_801e_config,
1612 &adap->dev->i2c_adap);
1613 return adap->fe == NULL ? -ENODEV : 0;
1614}
1615
Michael Krufky767f3b32008-09-25 09:47:07 -03001616static int dib0700_xc5000_tuner_callback(void *priv, int component,
1617 int command, int arg)
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03001618{
1619 struct dvb_usb_adapter *adap = priv;
1620
Devin Heitmueller79025a92008-10-06 12:07:48 -03001621 if (command == XC5000_TUNER_RESET) {
1622 /* Reset the tuner */
1623 dib0700_set_gpio(adap->dev, GPIO1, GPIO_OUT, 0);
Devin Heitmuellerf0f46332009-05-04 21:57:41 -03001624 msleep(10);
Devin Heitmueller79025a92008-10-06 12:07:48 -03001625 dib0700_set_gpio(adap->dev, GPIO1, GPIO_OUT, 1);
Devin Heitmuellerf0f46332009-05-04 21:57:41 -03001626 msleep(10);
Devin Heitmueller79025a92008-10-06 12:07:48 -03001627 } else {
1628 err("xc5000: unknown tuner callback command: %d\n", command);
1629 return -EINVAL;
1630 }
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03001631
1632 return 0;
1633}
1634
1635static struct xc5000_config s5h1411_xc5000_tunerconfig = {
1636 .i2c_address = 0x64,
1637 .if_khz = 5380,
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03001638};
1639
1640static int xc5000_tuner_attach(struct dvb_usb_adapter *adap)
1641{
Devin Heitmueller79025a92008-10-06 12:07:48 -03001642 /* FIXME: generalize & move to common area */
1643 adap->fe->callback = dib0700_xc5000_tuner_callback;
1644
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03001645 return dvb_attach(xc5000_attach, adap->fe, &adap->dev->i2c_adap,
Michael Krufky767f3b32008-09-25 09:47:07 -03001646 &s5h1411_xc5000_tunerconfig)
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03001647 == NULL ? -ENODEV : 0;
1648}
1649
Michael Krufkyce904bc2009-01-19 01:12:55 -03001650static struct lgdt3305_config hcw_lgdt3305_config = {
1651 .i2c_addr = 0x0e,
1652 .mpeg_mode = LGDT3305_MPEG_PARALLEL,
1653 .tpclk_edge = LGDT3305_TPCLK_FALLING_EDGE,
1654 .tpvalid_polarity = LGDT3305_TP_VALID_LOW,
1655 .deny_i2c_rptr = 0,
1656 .spectral_inversion = 1,
1657 .qam_if_khz = 6000,
1658 .vsb_if_khz = 6000,
1659 .usref_8vsb = 0x0500,
1660};
1661
1662static struct mxl5007t_config hcw_mxl5007t_config = {
1663 .xtal_freq_hz = MxL_XTAL_25_MHZ,
1664 .if_freq_hz = MxL_IF_6_MHZ,
1665 .invert_if = 1,
1666};
1667
1668/* TIGER-ATSC map:
1669 GPIO0 - LNA_CTR (H: LNA power enabled, L: LNA power disabled)
1670 GPIO1 - ANT_SEL (H: VPA, L: MCX)
1671 GPIO4 - SCL2
1672 GPIO6 - EN_TUNER
1673 GPIO7 - SDA2
1674 GPIO10 - DEM_RST
1675
1676 MXL is behind LG's i2c repeater. LG is on SCL2/SDA2 gpios on the DIB
1677 */
1678static int lgdt3305_frontend_attach(struct dvb_usb_adapter *adap)
1679{
1680 struct dib0700_state *st = adap->dev->priv;
1681
1682 /* Make use of the new i2c functions from FW 1.20 */
1683 st->fw_use_new_i2c_api = 1;
1684
1685 st->disable_streaming_master_mode = 1;
1686
1687 /* fe power enable */
1688 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
1689 msleep(30);
1690 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1691 msleep(30);
1692
1693 /* demod reset */
1694 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1695 msleep(30);
1696 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1697 msleep(30);
1698 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1699 msleep(30);
1700
1701 adap->fe = dvb_attach(lgdt3305_attach,
1702 &hcw_lgdt3305_config,
1703 &adap->dev->i2c_adap);
1704
1705 return adap->fe == NULL ? -ENODEV : 0;
1706}
1707
1708static int mxl5007t_tuner_attach(struct dvb_usb_adapter *adap)
1709{
1710 return dvb_attach(mxl5007t_attach, adap->fe,
1711 &adap->dev->i2c_adap, 0x60,
1712 &hcw_mxl5007t_config) == NULL ? -ENODEV : 0;
1713}
1714
1715
Patrick Boettcher01373a52007-07-30 12:49:04 -03001716/* DVB-USB and USB stuff follows */
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001717struct usb_device_id dib0700_usb_id_table[] = {
Patrick Boettcher01373a52007-07-30 12:49:04 -03001718/* 0 */ { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK7700P) },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03001719 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK7700P_PC) },
1720 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_500) },
1721 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_500_2) },
1722 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK) },
Patrick Boettcher01373a52007-07-30 12:49:04 -03001723/* 5 */ { USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR) },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03001724 { USB_DEVICE(USB_VID_COMPRO, USB_PID_COMPRO_VIDEOMATE_U500) },
1725 { USB_DEVICE(USB_VID_UNIWILL, USB_PID_UNIWILL_STK7700P) },
1726 { USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_STK7700P) },
1727 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_2) },
Patrick Boettcher01373a52007-07-30 12:49:04 -03001728/* 10 */{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR_2) },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03001729 { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV2000E) },
1730 { USB_DEVICE(USB_VID_TERRATEC,
1731 USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY) },
1732 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK) },
1733 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK7700D) },
Patrick Boettcher01373a52007-07-30 12:49:04 -03001734/* 15 */{ USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK7070P) },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03001735 { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV_DVB_T_FLASH) },
1736 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK7070PD) },
1737 { USB_DEVICE(USB_VID_PINNACLE,
1738 USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T) },
1739 { USB_DEVICE(USB_VID_COMPRO, USB_PID_COMPRO_VIDEOMATE_U500_PC) },
Joachim Steigerfa3b8772007-10-08 20:08:46 -03001740/* 20 */{ USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_EXPRESS) },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03001741 { USB_DEVICE(USB_VID_GIGABYTE, USB_PID_GIGABYTE_U7000) },
1742 { USB_DEVICE(USB_VID_ULTIMA_ELECTRONIC, USB_PID_ARTEC_T14BR) },
1743 { USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3000) },
1744 { USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3100) },
1745/* 25 */{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_3) },
1746 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
1747 { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_HT_USB_XE) },
1748 { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_EXPRESSCARD_320CX) },
1749 { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV72E) },
1750/* 30 */{ USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV73E) },
1751 { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_EC372S) },
1752 { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_HT_EXPRESS) },
Alexander Simondc888072008-03-29 21:37:54 -03001753 { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_XXS) },
Darryl Green5da4e2c2008-03-29 21:47:43 -03001754 { USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_STK7700P_2) },
Michael Krufkyaf2a8872008-09-03 17:12:24 -03001755/* 35 */{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009) },
Michael Krufky9a0c04a2008-09-03 17:12:24 -03001756 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_500_3) },
Finn Thain17a370b2008-09-06 13:42:47 -03001757 { USB_DEVICE(USB_VID_GIGABYTE, USB_PID_GIGABYTE_U8000) },
Daniel Oliveira Nascimento8751aaa2008-09-07 12:39:44 -03001758 { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_STK7700PH) },
Albert Comerma57697432008-09-07 12:43:33 -03001759 { USB_DEVICE(USB_VID_ASUS, USB_PID_ASUS_U3000H) },
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03001760/* 40 */{ USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV801E) },
Devin Heitmuellerd2fc3bf2008-09-25 06:22:23 -03001761 { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV801E_SE) },
Yusuf Altinbb1b0822009-01-08 07:58:45 -03001762 { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_EXPRESS) },
Nicolas Fournierdb4b2d12009-01-13 07:15:25 -03001763 { USB_DEVICE(USB_VID_TERRATEC,
1764 USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY_2) },
sebastian.blanes@gmail.com0a6e1ed2009-02-24 14:51:43 -03001765 { USB_DEVICE(USB_VID_SONY, USB_PID_SONY_PLAYTV) },
Pascal Terjan9abb6e62009-02-26 10:31:41 -03001766/* 45 */{ USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_PD378S) },
Michael Krufkyce904bc2009-01-19 01:12:55 -03001767 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_TIGER_ATSC) },
1768 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_TIGER_ATSC_B210) },
Xoan Loureiro16ba1ee2009-03-29 08:43:36 -03001769 { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_MC770) },
Klaus Flittner919a5482009-03-29 09:12:06 -03001770 { USB_DEVICE(USB_VID_ELGATO, USB_PID_ELGATO_EYETV_DTT) },
Armin Schenker513846e2009-04-20 11:57:49 -03001771/* 50 */{ USB_DEVICE(USB_VID_ELGATO, USB_PID_ELGATO_EYETV_DTT_Dlx) },
tomas petrf0f4ae72009-05-20 05:28:05 -03001772 { USB_DEVICE(USB_VID_LEADTEK, USB_PID_WINFAST_DTV_DONGLE_H) },
Patrick Boettchera9b8fe32009-05-20 05:35:02 -03001773 { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_T3) },
1774 { USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_T5) },
Pete Hildebrandtc53d83c2009-08-05 11:46:38 -03001775 { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_STK7700D) },
Olivier Grenie74b76f22009-09-02 08:19:19 -03001776/* 55 */{ USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_STK7700D_2) },
1777 { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV73A) },
Patrick Boettchere4147532009-11-30 13:52:57 -03001778 { USB_DEVICE(USB_VID_PCTV, USB_PID_PINNACLE_PCTV73ESE) },
1779 { USB_DEVICE(USB_VID_PCTV, USB_PID_PINNACLE_PCTV282E) },
Olivier Grenied300bd62009-09-15 06:55:35 -03001780 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK7770P) },
Patrick Boettcherdb481382009-09-15 07:16:51 -03001781/* 60 */{ USB_DEVICE(USB_VID_TERRATEC, USB_PID_TERRATEC_CINERGY_T_XXS_2) },
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03001782 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK807XPVR) },
1783 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK807XP) },
Mauro Carvalho Chehab3bfb3172010-09-03 10:50:24 -03001784 { USB_DEVICE_VER(USB_VID_PIXELVIEW, USB_PID_PIXELVIEW_SBTVD, 0x000, 0x3f00) },
S?rgio Fortier8a378e82009-09-28 04:19:21 -03001785 { USB_DEVICE(USB_VID_EVOLUTEPC, USB_PID_TVWAY_PLUS) },
Patrick Boettcher20232c42009-12-01 12:08:56 -03001786/* 65 */{ USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV73ESE) },
Patrick Boettchere4147532009-11-30 13:52:57 -03001787 { USB_DEVICE(USB_VID_PINNACLE, USB_PID_PINNACLE_PCTV282E) },
Olivier Grenie03245a52009-12-04 13:27:57 -03001788 { USB_DEVICE(USB_VID_DIBCOM, USB_PID_DIBCOM_STK8096GP) },
Michael Müller84e2f032010-04-26 22:18:57 -03001789 { USB_DEVICE(USB_VID_ELGATO, USB_PID_ELGATO_EYETV_DIVERSITY) },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03001790 { 0 } /* Terminating entry */
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001791};
1792MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
1793
1794#define DIB0700_DEFAULT_DEVICE_PROPERTIES \
1795 .caps = DVB_USB_IS_AN_I2C_ADAPTER, \
1796 .usb_ctrl = DEVICE_SPECIFIC, \
Devin Heitmuellerbdc203e2008-09-06 13:45:27 -03001797 .firmware = "dvb-usb-dib0700-1.20.fw", \
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001798 .download_firmware = dib0700_download_firmware, \
Patrick Boettcher6958eff2006-09-19 12:51:40 -03001799 .no_reconnect = 1, \
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001800 .size_of_priv = sizeof(struct dib0700_state), \
Patrick Boettcher6958eff2006-09-19 12:51:40 -03001801 .i2c_algo = &dib0700_i2c_algo, \
1802 .identify_state = dib0700_identify_state
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001803
1804#define DIB0700_DEFAULT_STREAMING_CONFIG(ep) \
1805 .streaming_ctrl = dib0700_streaming_ctrl, \
1806 .stream = { \
1807 .type = USB_BULK, \
1808 .count = 4, \
1809 .endpoint = ep, \
1810 .u = { \
1811 .bulk = { \
1812 .buffersize = 39480, \
1813 } \
1814 } \
1815 }
1816
1817struct dvb_usb_device_properties dib0700_devices[] = {
1818 {
1819 DIB0700_DEFAULT_DEVICE_PROPERTIES,
1820
1821 .num_adapters = 1,
1822 .adapter = {
1823 {
Olivier Grenief8731f42009-09-18 04:08:43 -03001824 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
1825 .pid_filter_count = 32,
1826 .pid_filter = stk70x0p_pid_filter,
1827 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001828 .frontend_attach = stk7700p_frontend_attach,
1829 .tuner_attach = stk7700p_tuner_attach,
1830
1831 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
1832 },
1833 },
1834
dominik67053a42007-11-10 19:23:31 -03001835 .num_device_descs = 8,
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001836 .devices = {
1837 { "DiBcom STK7700P reference design",
Tomi Koivulahti49a13762006-10-19 07:27:19 -03001838 { &dib0700_usb_id_table[0], &dib0700_usb_id_table[1] },
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001839 { NULL },
1840 },
1841 { "Hauppauge Nova-T Stick",
Stefan Trabyf9aeba42006-11-12 13:02:51 -03001842 { &dib0700_usb_id_table[4], &dib0700_usb_id_table[9], NULL },
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001843 { NULL },
1844 },
Tomi Koivulahti49a13762006-10-19 07:27:19 -03001845 { "AVerMedia AVerTV DVB-T Volar",
Jose Carlos Garcia Sogoced8fec2006-11-14 05:01:47 -03001846 { &dib0700_usb_id_table[5], &dib0700_usb_id_table[10] },
Tomi Koivulahti49a13762006-10-19 07:27:19 -03001847 { NULL },
1848 },
1849 { "Compro Videomate U500",
Patrick Boettcher1f8ca4b2007-07-30 14:24:37 -03001850 { &dib0700_usb_id_table[6], &dib0700_usb_id_table[19] },
Tomi Koivulahti49a13762006-10-19 07:27:19 -03001851 { NULL },
Henning Schroeer0ce215e2006-10-19 07:58:22 -03001852 },
1853 { "Uniwill STK7700P based (Hama and others)",
1854 { &dib0700_usb_id_table[7], NULL },
1855 { NULL },
Michael Krufky8637a872006-11-08 16:47:32 -03001856 },
1857 { "Leadtek Winfast DTV Dongle (STK7700P based)",
Patrick Boettcher1e13c8f2009-09-19 05:24:40 -03001858 { &dib0700_usb_id_table[8], &dib0700_usb_id_table[34] },
Michael Krufky8637a872006-11-08 16:47:32 -03001859 { NULL },
Joachim Steigerfa3b8772007-10-08 20:08:46 -03001860 },
1861 { "AVerMedia AVerTV DVB-T Express",
1862 { &dib0700_usb_id_table[20] },
1863 { NULL },
dominik67053a42007-11-10 19:23:31 -03001864 },
dominik67053a42007-11-10 19:23:31 -03001865 { "Gigabyte U7000",
1866 { &dib0700_usb_id_table[21], NULL },
1867 { NULL },
Tomi Koivulahti49a13762006-10-19 07:27:19 -03001868 }
Darren Saltb1139e32007-08-18 18:05:31 -03001869 },
1870
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03001871 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03001872 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03001873 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03001874 .rc_query = dib0700_rc_query_old_firmware,
1875 .rc_props = {
1876 .allowed_protos = IR_TYPE_RC5 |
1877 IR_TYPE_RC6 |
1878 IR_TYPE_NEC,
1879 .change_protocol = dib0700_change_protocol,
1880 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03001881 },
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001882 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
1883
1884 .num_adapters = 2,
1885 .adapter = {
1886 {
1887 .frontend_attach = bristol_frontend_attach,
1888 .tuner_attach = bristol_tuner_attach,
1889
1890 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
1891 }, {
1892 .frontend_attach = bristol_frontend_attach,
1893 .tuner_attach = bristol_tuner_attach,
1894
1895 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
1896 }
1897 },
1898
1899 .num_device_descs = 1,
1900 .devices = {
1901 { "Hauppauge Nova-T 500 Dual DVB-T",
Tomi Koivulahti49a13762006-10-19 07:27:19 -03001902 { &dib0700_usb_id_table[2], &dib0700_usb_id_table[3], NULL },
Patrick Boettcherb7f54912006-09-19 12:51:37 -03001903 { NULL },
1904 },
Janne Grunau82f3d552007-07-30 13:50:28 -03001905 },
1906
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03001907 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03001908 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03001909 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03001910 .rc_query = dib0700_rc_query_old_firmware,
1911 .rc_props = {
1912 .allowed_protos = IR_TYPE_RC5 |
1913 IR_TYPE_RC6 |
1914 IR_TYPE_NEC,
1915 .change_protocol = dib0700_change_protocol,
1916 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03001917 },
Olivier DANET54d75eb2007-07-25 14:42:54 -03001918 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
1919
1920 .num_adapters = 2,
1921 .adapter = {
1922 {
Olivier Grenief8731f42009-09-18 04:08:43 -03001923 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
1924 .pid_filter_count = 32,
1925 .pid_filter = stk70x0p_pid_filter,
1926 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Olivier DANET54d75eb2007-07-25 14:42:54 -03001927 .frontend_attach = stk7700d_frontend_attach,
1928 .tuner_attach = stk7700d_tuner_attach,
1929
1930 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
1931 }, {
Olivier Grenief8731f42009-09-18 04:08:43 -03001932 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
1933 .pid_filter_count = 32,
1934 .pid_filter = stk70x0p_pid_filter,
1935 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Olivier DANET54d75eb2007-07-25 14:42:54 -03001936 .frontend_attach = stk7700d_frontend_attach,
1937 .tuner_attach = stk7700d_tuner_attach,
1938
1939 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
1940 }
1941 },
1942
James A Webb200e8612009-08-04 02:38:05 -03001943 .num_device_descs = 5,
Olivier DANET54d75eb2007-07-25 14:42:54 -03001944 .devices = {
1945 { "Pinnacle PCTV 2000e",
1946 { &dib0700_usb_id_table[11], NULL },
1947 { NULL },
1948 },
1949 { "Terratec Cinergy DT XS Diversity",
1950 { &dib0700_usb_id_table[12], NULL },
1951 { NULL },
1952 },
Darren Saltfaebb912007-08-18 18:04:00 -03001953 { "Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity",
Olivier DANET54d75eb2007-07-25 14:42:54 -03001954 { &dib0700_usb_id_table[13], NULL },
1955 { NULL },
1956 },
Patrick Boettcher01373a52007-07-30 12:49:04 -03001957 { "DiBcom STK7700D reference design",
Patrick Boettcherb6884a12007-07-27 10:08:51 -03001958 { &dib0700_usb_id_table[14], NULL },
1959 { NULL },
Yusuf Altinbb1b0822009-01-08 07:58:45 -03001960 },
James A Webb200e8612009-08-04 02:38:05 -03001961 { "YUAN High-Tech DiBcom STK7700D",
1962 { &dib0700_usb_id_table[55], NULL },
1963 { NULL },
1964 },
Yusuf Altinbb1b0822009-01-08 07:58:45 -03001965
Olivier DANET54d75eb2007-07-25 14:42:54 -03001966 },
Janne Grunau82f3d552007-07-30 13:50:28 -03001967
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03001968 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03001969 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03001970 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03001971 .rc_query = dib0700_rc_query_old_firmware,
1972 .rc_props = {
1973 .allowed_protos = IR_TYPE_RC5 |
1974 IR_TYPE_RC6 |
1975 IR_TYPE_NEC,
1976 .change_protocol = dib0700_change_protocol,
1977 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03001978 },
Patrick Boettcher01373a52007-07-30 12:49:04 -03001979 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
1980
1981 .num_adapters = 1,
1982 .adapter = {
1983 {
Olivier Grenief8731f42009-09-18 04:08:43 -03001984 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
1985 .pid_filter_count = 32,
1986 .pid_filter = stk70x0p_pid_filter,
1987 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Daniel Gimpelevich132c3182008-01-25 06:02:42 -03001988 .frontend_attach = stk7700P2_frontend_attach,
1989 .tuner_attach = stk7700d_tuner_attach,
1990
1991 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
1992 },
1993 },
1994
Yusuf Altinbb1b0822009-01-08 07:58:45 -03001995 .num_device_descs = 3,
Daniel Gimpelevich132c3182008-01-25 06:02:42 -03001996 .devices = {
1997 { "ASUS My Cinema U3000 Mini DVBT Tuner",
1998 { &dib0700_usb_id_table[23], NULL },
1999 { NULL },
2000 },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03002001 { "Yuan EC372S",
2002 { &dib0700_usb_id_table[31], NULL },
2003 { NULL },
Yusuf Altinbb1b0822009-01-08 07:58:45 -03002004 },
2005 { "Terratec Cinergy T Express",
2006 { &dib0700_usb_id_table[42], NULL },
2007 { NULL },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03002008 }
Chris Rankin48aa7392008-09-25 06:52:24 -03002009 },
2010
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002011 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002012 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002013 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002014 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002015 .rc_query = dib0700_rc_query_old_firmware,
2016 .rc_props = {
2017 .allowed_protos = IR_TYPE_RC5 |
2018 IR_TYPE_RC6 |
2019 IR_TYPE_NEC,
2020 .change_protocol = dib0700_change_protocol,
2021 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002022 },
Daniel Gimpelevich132c3182008-01-25 06:02:42 -03002023 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2024
2025 .num_adapters = 1,
2026 .adapter = {
2027 {
Olivier Grenief8731f42009-09-18 04:08:43 -03002028 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2029 .pid_filter_count = 32,
2030 .pid_filter = stk70x0p_pid_filter,
2031 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Patrick Boettcher01373a52007-07-30 12:49:04 -03002032 .frontend_attach = stk7070p_frontend_attach,
2033 .tuner_attach = dib7070p_tuner_attach,
2034
2035 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2036
2037 .size_of_priv = sizeof(struct dib0700_adapter_state),
2038 },
2039 },
2040
Patrick Boettcher1e13c8f2009-09-19 05:24:40 -03002041 .num_device_descs = 11,
Patrick Boettcher01373a52007-07-30 12:49:04 -03002042 .devices = {
2043 { "DiBcom STK7070P reference design",
2044 { &dib0700_usb_id_table[15], NULL },
2045 { NULL },
2046 },
2047 { "Pinnacle PCTV DVB-T Flash Stick",
2048 { &dib0700_usb_id_table[16], NULL },
2049 { NULL },
2050 },
Yousef Lamlum7999a812008-01-25 05:51:48 -03002051 { "Artec T14BR DVB-T",
2052 { &dib0700_usb_id_table[22], NULL },
2053 { NULL },
Daniel Gimpelevich132c3182008-01-25 06:02:42 -03002054 },
2055 { "ASUS My Cinema U3100 Mini DVBT Tuner",
2056 { &dib0700_usb_id_table[24], NULL },
2057 { NULL },
2058 },
Tim Taubertc7637b12008-01-25 06:16:36 -03002059 { "Hauppauge Nova-T Stick",
2060 { &dib0700_usb_id_table[25], NULL },
2061 { NULL },
2062 },
Darren Salt13b83b52008-01-25 06:20:02 -03002063 { "Hauppauge Nova-T MyTV.t",
2064 { &dib0700_usb_id_table[26], NULL },
2065 { NULL },
2066 },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03002067 { "Pinnacle PCTV 72e",
2068 { &dib0700_usb_id_table[29], NULL },
2069 { NULL },
2070 },
2071 { "Pinnacle PCTV 73e",
2072 { &dib0700_usb_id_table[30], NULL },
2073 { NULL },
2074 },
Klaus Flittner919a5482009-03-29 09:12:06 -03002075 { "Elgato EyeTV DTT",
2076 { &dib0700_usb_id_table[49], NULL },
2077 { NULL },
2078 },
Pascal Terjan9abb6e62009-02-26 10:31:41 -03002079 { "Yuan PD378S",
2080 { &dib0700_usb_id_table[45], NULL },
2081 { NULL },
2082 },
Armin Schenker513846e2009-04-20 11:57:49 -03002083 { "Elgato EyeTV Dtt Dlx PD378S",
2084 { &dib0700_usb_id_table[50], NULL },
2085 { NULL },
2086 },
Tim Taubertc7637b12008-01-25 06:16:36 -03002087 },
2088
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002089 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002090 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002091 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002092 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002093 .rc_query = dib0700_rc_query_old_firmware,
2094 .rc_props = {
2095 .allowed_protos = IR_TYPE_RC5 |
2096 IR_TYPE_RC6 |
2097 IR_TYPE_NEC,
2098 .change_protocol = dib0700_change_protocol,
2099 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002100 },
Patrick Boettcher01373a52007-07-30 12:49:04 -03002101 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2102
Olivier Grenie74b76f22009-09-02 08:19:19 -03002103 .num_adapters = 1,
2104 .adapter = {
2105 {
Mauro Carvalho Chehab648732f2009-11-04 12:11:43 -02002106 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2107 .pid_filter_count = 32,
2108 .pid_filter = stk70x0p_pid_filter,
2109 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Olivier Grenie74b76f22009-09-02 08:19:19 -03002110 .frontend_attach = stk7070p_frontend_attach,
2111 .tuner_attach = dib7070p_tuner_attach,
2112
2113 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2114
2115 .size_of_priv = sizeof(struct dib0700_adapter_state),
2116 },
2117 },
2118
Patrick Boettcher20232c42009-12-01 12:08:56 -03002119 .num_device_descs = 3,
Olivier Grenie74b76f22009-09-02 08:19:19 -03002120 .devices = {
2121 { "Pinnacle PCTV 73A",
2122 { &dib0700_usb_id_table[56], NULL },
2123 { NULL },
2124 },
2125 { "Pinnacle PCTV 73e SE",
Patrick Boettcher20232c42009-12-01 12:08:56 -03002126 { &dib0700_usb_id_table[57], &dib0700_usb_id_table[65], NULL },
Olivier Grenie74b76f22009-09-02 08:19:19 -03002127 { NULL },
2128 },
2129 { "Pinnacle PCTV 282e",
Patrick Boettcher20232c42009-12-01 12:08:56 -03002130 { &dib0700_usb_id_table[58], &dib0700_usb_id_table[66], NULL },
Olivier Grenie74b76f22009-09-02 08:19:19 -03002131 { NULL },
2132 },
2133 },
2134
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002135 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002136 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002137 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002138 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002139 .rc_query = dib0700_rc_query_old_firmware,
2140 .rc_props = {
2141 .allowed_protos = IR_TYPE_RC5 |
2142 IR_TYPE_RC6 |
2143 IR_TYPE_NEC,
2144 .change_protocol = dib0700_change_protocol,
2145 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002146 },
Olivier Grenie74b76f22009-09-02 08:19:19 -03002147 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2148
Patrick Boettcher01373a52007-07-30 12:49:04 -03002149 .num_adapters = 2,
2150 .adapter = {
2151 {
Olivier Grenief8731f42009-09-18 04:08:43 -03002152 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2153 .pid_filter_count = 32,
2154 .pid_filter = stk70x0p_pid_filter,
2155 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Patrick Boettcher01373a52007-07-30 12:49:04 -03002156 .frontend_attach = stk7070pd_frontend_attach0,
2157 .tuner_attach = dib7070p_tuner_attach,
2158
2159 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2160
2161 .size_of_priv = sizeof(struct dib0700_adapter_state),
2162 }, {
Olivier Grenief8731f42009-09-18 04:08:43 -03002163 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2164 .pid_filter_count = 32,
2165 .pid_filter = stk70x0p_pid_filter,
2166 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Patrick Boettcher01373a52007-07-30 12:49:04 -03002167 .frontend_attach = stk7070pd_frontend_attach1,
2168 .tuner_attach = dib7070p_tuner_attach,
2169
2170 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
2171
2172 .size_of_priv = sizeof(struct dib0700_adapter_state),
2173 }
2174 },
2175
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002176 .num_device_descs = 6,
Patrick Boettcher01373a52007-07-30 12:49:04 -03002177 .devices = {
2178 { "DiBcom STK7070PD reference design",
2179 { &dib0700_usb_id_table[17], NULL },
2180 { NULL },
2181 },
2182 { "Pinnacle PCTV Dual DVB-T Diversity Stick",
2183 { &dib0700_usb_id_table[18], NULL },
2184 { NULL },
Michael Krufkyd01eb2d2008-07-03 23:43:36 -03002185 },
2186 { "Hauppauge Nova-TD Stick (52009)",
2187 { &dib0700_usb_id_table[35], NULL },
2188 { NULL },
Michael Krufky9a0c04a2008-09-03 17:12:24 -03002189 },
2190 { "Hauppauge Nova-TD-500 (84xxx)",
2191 { &dib0700_usb_id_table[36], NULL },
2192 { NULL },
Nicolas Fournierdb4b2d12009-01-13 07:15:25 -03002193 },
Patrick Boettchera9b8fe32009-05-20 05:35:02 -03002194 { "Terratec Cinergy DT USB XS Diversity/ T5",
2195 { &dib0700_usb_id_table[43],
2196 &dib0700_usb_id_table[53], NULL},
Nicolas Fournierdb4b2d12009-01-13 07:15:25 -03002197 { NULL },
sebastian.blanes@gmail.com0a6e1ed2009-02-24 14:51:43 -03002198 },
2199 { "Sony PlayTV",
2200 { &dib0700_usb_id_table[44], NULL },
2201 { NULL },
Michael Müller84e2f032010-04-26 22:18:57 -03002202 },
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002203 },
2204
2205 .rc.core = {
2206 .rc_interval = DEFAULT_RC_INTERVAL,
2207 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
2208 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002209 .rc_query = dib0700_rc_query_old_firmware,
2210 .rc_props = {
2211 .allowed_protos = IR_TYPE_RC5 |
2212 IR_TYPE_RC6 |
2213 IR_TYPE_NEC,
2214 .change_protocol = dib0700_change_protocol,
2215 },
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002216 },
2217 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2218
2219 .num_adapters = 2,
2220 .adapter = {
2221 {
2222 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2223 .pid_filter_count = 32,
2224 .pid_filter = stk70x0p_pid_filter,
2225 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
2226 .frontend_attach = stk7070pd_frontend_attach0,
2227 .tuner_attach = dib7070p_tuner_attach,
2228
2229 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2230
2231 .size_of_priv = sizeof(struct dib0700_adapter_state),
2232 }, {
2233 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2234 .pid_filter_count = 32,
2235 .pid_filter = stk70x0p_pid_filter,
2236 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
2237 .frontend_attach = stk7070pd_frontend_attach1,
2238 .tuner_attach = dib7070p_tuner_attach,
2239
2240 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
2241
2242 .size_of_priv = sizeof(struct dib0700_adapter_state),
2243 }
2244 },
2245
2246 .num_device_descs = 1,
2247 .devices = {
Michael Müller84e2f032010-04-26 22:18:57 -03002248 { "Elgato EyeTV Diversity",
2249 { &dib0700_usb_id_table[68], NULL },
2250 { NULL },
2251 },
Arne Luehrsc985a8d2009-01-21 01:37:20 -03002252 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002253
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002254 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002255 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002256 .rc_codes = RC_MAP_DIB0700_NEC_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002257 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002258 .rc_query = dib0700_rc_query_old_firmware,
2259 .rc_props = {
2260 .allowed_protos = IR_TYPE_RC5 |
2261 IR_TYPE_RC6 |
2262 IR_TYPE_NEC,
2263 .change_protocol = dib0700_change_protocol,
2264 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002265 },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03002266 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2267
2268 .num_adapters = 1,
2269 .adapter = {
2270 {
Olivier Grenief8731f42009-09-18 04:08:43 -03002271 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2272 .pid_filter_count = 32,
2273 .pid_filter = stk70x0p_pid_filter,
2274 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03002275 .frontend_attach = stk7700ph_frontend_attach,
2276 .tuner_attach = stk7700ph_tuner_attach,
2277
2278 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2279
2280 .size_of_priv = sizeof(struct
2281 dib0700_adapter_state),
2282 },
2283 },
2284
Pete Hildebrandtc53d83c2009-08-05 11:46:38 -03002285 .num_device_descs = 9,
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03002286 .devices = {
2287 { "Terratec Cinergy HT USB XE",
2288 { &dib0700_usb_id_table[27], NULL },
2289 { NULL },
2290 },
2291 { "Pinnacle Expresscard 320cx",
2292 { &dib0700_usb_id_table[28], NULL },
2293 { NULL },
2294 },
2295 { "Terratec Cinergy HT Express",
2296 { &dib0700_usb_id_table[32], NULL },
2297 { NULL },
2298 },
Finn Thain17a370b2008-09-06 13:42:47 -03002299 { "Gigabyte U8000-RH",
2300 { &dib0700_usb_id_table[37], NULL },
2301 { NULL },
2302 },
Daniel Oliveira Nascimento8751aaa2008-09-07 12:39:44 -03002303 { "YUAN High-Tech STK7700PH",
2304 { &dib0700_usb_id_table[38], NULL },
2305 { NULL },
2306 },
Albert Comerma57697432008-09-07 12:43:33 -03002307 { "Asus My Cinema-U3000Hybrid",
2308 { &dib0700_usb_id_table[39], NULL },
2309 { NULL },
2310 },
Xoan Loureiro16ba1ee2009-03-29 08:43:36 -03002311 { "YUAN High-Tech MC770",
2312 { &dib0700_usb_id_table[48], NULL },
2313 { NULL },
2314 },
tomas petrf0f4ae72009-05-20 05:28:05 -03002315 { "Leadtek WinFast DTV Dongle H",
2316 { &dib0700_usb_id_table[51], NULL },
2317 { NULL },
2318 },
Pete Hildebrandtc53d83c2009-08-05 11:46:38 -03002319 { "YUAN High-Tech STK7700D",
2320 { &dib0700_usb_id_table[54], NULL },
2321 { NULL },
2322 },
Albert Comerma6ca8f0b2008-03-29 21:35:57 -03002323 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002324
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002325 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002326 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002327 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002328 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002329 .rc_query = dib0700_rc_query_old_firmware,
2330 .rc_props = {
2331 .allowed_protos = IR_TYPE_RC5 |
2332 IR_TYPE_RC6 |
2333 IR_TYPE_NEC,
2334 .change_protocol = dib0700_change_protocol,
2335 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002336 },
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03002337 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2338 .num_adapters = 1,
2339 .adapter = {
2340 {
2341 .frontend_attach = s5h1411_frontend_attach,
2342 .tuner_attach = xc5000_tuner_attach,
2343
2344 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2345
2346 .size_of_priv = sizeof(struct
2347 dib0700_adapter_state),
2348 },
2349 },
2350
Devin Heitmuellerd2fc3bf2008-09-25 06:22:23 -03002351 .num_device_descs = 2,
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03002352 .devices = {
2353 { "Pinnacle PCTV HD Pro USB Stick",
2354 { &dib0700_usb_id_table[40], NULL },
2355 { NULL },
2356 },
Devin Heitmuellerd2fc3bf2008-09-25 06:22:23 -03002357 { "Pinnacle PCTV HD USB Stick",
2358 { &dib0700_usb_id_table[41], NULL },
2359 { NULL },
2360 },
Devin Heitmuellercb22cb52008-09-08 05:42:42 -03002361 },
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002362
2363 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002364 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002365 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002366 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002367 .rc_query = dib0700_rc_query_old_firmware,
2368 .rc_props = {
2369 .allowed_protos = IR_TYPE_RC5 |
2370 IR_TYPE_RC6 |
2371 IR_TYPE_NEC,
2372 .change_protocol = dib0700_change_protocol,
2373 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002374 },
Michael Krufkyce904bc2009-01-19 01:12:55 -03002375 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2376 .num_adapters = 1,
2377 .adapter = {
2378 {
2379 .frontend_attach = lgdt3305_frontend_attach,
2380 .tuner_attach = mxl5007t_tuner_attach,
2381
2382 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2383
2384 .size_of_priv = sizeof(struct
2385 dib0700_adapter_state),
2386 },
2387 },
2388
2389 .num_device_descs = 2,
2390 .devices = {
2391 { "Hauppauge ATSC MiniCard (B200)",
2392 { &dib0700_usb_id_table[46], NULL },
2393 { NULL },
2394 },
2395 { "Hauppauge ATSC MiniCard (B210)",
2396 { &dib0700_usb_id_table[47], NULL },
2397 { NULL },
2398 },
2399 },
Olivier Grenied300bd62009-09-15 06:55:35 -03002400 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2401
2402 .num_adapters = 1,
2403 .adapter = {
2404 {
Olivier Grenief8731f42009-09-18 04:08:43 -03002405 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2406 .pid_filter_count = 32,
2407 .pid_filter = stk70x0p_pid_filter,
2408 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
Olivier Grenied300bd62009-09-15 06:55:35 -03002409 .frontend_attach = stk7070p_frontend_attach,
2410 .tuner_attach = dib7770p_tuner_attach,
2411
2412 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2413
2414 .size_of_priv =
Patrick Boettcherdb481382009-09-15 07:16:51 -03002415 sizeof(struct dib0700_adapter_state),
Olivier Grenied300bd62009-09-15 06:55:35 -03002416 },
2417 },
2418
Patrick Boettcherdb481382009-09-15 07:16:51 -03002419 .num_device_descs = 2,
Olivier Grenied300bd62009-09-15 06:55:35 -03002420 .devices = {
2421 { "DiBcom STK7770P reference design",
2422 { &dib0700_usb_id_table[59], NULL },
2423 { NULL },
2424 },
Patrick Boettcher1e13c8f2009-09-19 05:24:40 -03002425 { "Terratec Cinergy T USB XXS (HD)/ T3",
2426 { &dib0700_usb_id_table[33],
2427 &dib0700_usb_id_table[52],
2428 &dib0700_usb_id_table[60], NULL},
Patrick Boettcherdb481382009-09-15 07:16:51 -03002429 { NULL },
2430 },
Olivier Grenied300bd62009-09-15 06:55:35 -03002431 },
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002432
2433 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002434 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002435 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002436 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002437 .rc_query = dib0700_rc_query_old_firmware,
2438 .rc_props = {
2439 .allowed_protos = IR_TYPE_RC5 |
2440 IR_TYPE_RC6 |
2441 IR_TYPE_NEC,
2442 .change_protocol = dib0700_change_protocol,
2443 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002444 },
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03002445 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2446 .num_adapters = 1,
2447 .adapter = {
2448 {
Olivier Grenief8731f42009-09-18 04:08:43 -03002449 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2450 .pid_filter_count = 32,
Olivier Grenie03245a52009-12-04 13:27:57 -03002451 .pid_filter = stk80xx_pid_filter,
2452 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03002453 .frontend_attach = stk807x_frontend_attach,
2454 .tuner_attach = dib807x_tuner_attach,
2455
2456 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2457
2458 .size_of_priv =
2459 sizeof(struct dib0700_adapter_state),
2460 },
2461 },
2462
S?rgio Fortier8a378e82009-09-28 04:19:21 -03002463 .num_device_descs = 3,
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03002464 .devices = {
2465 { "DiBcom STK807xP reference design",
2466 { &dib0700_usb_id_table[62], NULL },
2467 { NULL },
2468 },
Mauro Carvalho Chehabaaeab302009-09-16 09:18:26 -03002469 { "Prolink Pixelview SBTVD",
2470 { &dib0700_usb_id_table[63], NULL },
2471 { NULL },
2472 },
S?rgio Fortier8a378e82009-09-28 04:19:21 -03002473 { "EvolutePC TVWay+",
2474 { &dib0700_usb_id_table[64], NULL },
2475 { NULL },
2476 },
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03002477 },
2478
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002479 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002480 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002481 .rc_codes = RC_MAP_DIB0700_NEC_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002482 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002483 .rc_query = dib0700_rc_query_old_firmware,
2484 .rc_props = {
2485 .allowed_protos = IR_TYPE_RC5 |
2486 IR_TYPE_RC6 |
2487 IR_TYPE_NEC,
2488 .change_protocol = dib0700_change_protocol,
2489 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002490 },
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03002491 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2492 .num_adapters = 2,
2493 .adapter = {
2494 {
Olivier Grenief8731f42009-09-18 04:08:43 -03002495 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2496 .pid_filter_count = 32,
Olivier Grenie03245a52009-12-04 13:27:57 -03002497 .pid_filter = stk80xx_pid_filter,
2498 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03002499 .frontend_attach = stk807xpvr_frontend_attach0,
2500 .tuner_attach = dib807x_tuner_attach,
2501
2502 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2503
2504 .size_of_priv =
2505 sizeof(struct dib0700_adapter_state),
2506 },
2507 {
Olivier Grenief8731f42009-09-18 04:08:43 -03002508 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2509 .pid_filter_count = 32,
Olivier Grenie03245a52009-12-04 13:27:57 -03002510 .pid_filter = stk80xx_pid_filter,
2511 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
Patrick Boettcherba3fe3a2009-09-16 09:51:30 -03002512 .frontend_attach = stk807xpvr_frontend_attach1,
2513 .tuner_attach = dib807x_tuner_attach,
2514
2515 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
2516
2517 .size_of_priv =
2518 sizeof(struct dib0700_adapter_state),
2519 },
2520 },
2521
2522 .num_device_descs = 1,
2523 .devices = {
2524 { "DiBcom STK807xPVR reference design",
2525 { &dib0700_usb_id_table[61], NULL },
2526 { NULL },
2527 },
2528 },
2529
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002530 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002531 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002532 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002533 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002534 .rc_query = dib0700_rc_query_old_firmware,
2535 .rc_props = {
2536 .allowed_protos = IR_TYPE_RC5 |
2537 IR_TYPE_RC6 |
2538 IR_TYPE_NEC,
2539 .change_protocol = dib0700_change_protocol,
2540 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002541 },
Olivier Grenie03245a52009-12-04 13:27:57 -03002542 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
2543 .num_adapters = 1,
2544 .adapter = {
2545 {
2546 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
2547 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
2548 .pid_filter_count = 32,
2549 .pid_filter = stk80xx_pid_filter,
2550 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
2551 .frontend_attach = stk809x_frontend_attach,
2552 .tuner_attach = dib809x_tuner_attach,
2553
2554 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
2555
2556 .size_of_priv =
2557 sizeof(struct dib0700_adapter_state),
2558 },
2559 },
2560
2561 .num_device_descs = 1,
2562 .devices = {
2563 { "DiBcom STK8096GP reference design",
2564 { &dib0700_usb_id_table[67], NULL },
2565 { NULL },
2566 },
2567 },
2568
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002569 .rc.core = {
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002570 .rc_interval = DEFAULT_RC_INTERVAL,
Mauro Carvalho Chehab5af935c2010-08-01 08:02:35 -03002571 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
Mauro Carvalho Chehab72b39312010-07-31 22:56:00 -03002572 .module_name = "dib0700",
Mauro Carvalho Chehab0ffd1ab2010-08-01 09:37:23 -03002573 .rc_query = dib0700_rc_query_old_firmware,
2574 .rc_props = {
2575 .allowed_protos = IR_TYPE_RC5 |
2576 IR_TYPE_RC6 |
2577 IR_TYPE_NEC,
2578 .change_protocol = dib0700_change_protocol,
2579 },
Mauro Carvalho Chehabf72a27b2010-07-31 18:04:09 -03002580 },
Patrick Boettcher01373a52007-07-30 12:49:04 -03002581 },
Patrick Boettcherb7f54912006-09-19 12:51:37 -03002582};
2583
2584int dib0700_device_count = ARRAY_SIZE(dib0700_devices);