1 // SPDX-License-Identifier: GPL-2.0-only
2 /* Linux driver for devices based on the DiBcom DiB0700 USB bridge
4 * Copyright (C) 2005-9 DiBcom, SA et al
27 static int force_lna_activation;
28 module_param(force_lna_activation, int, 0644);
29 MODULE_PARM_DESC(force_lna_activation, "force the activation of Low-Noise-Amplifier(s) (LNA), if applicable for the device (default: 0=automatic/off).");
31 struct dib0700_adapter_state {
32 int (*set_param_save) (struct dvb_frontend *);
33 const struct firmware *frontend_firmware;
34 struct dib7000p_ops dib7000p_ops;
35 struct dib8000_ops dib8000_ops;
38 /* Hauppauge Nova-T 500 (aka Bristol)
39 * has a LNA on GPIO0 which is enabled by setting 1 */
40 static struct mt2060_config bristol_mt2060_config[2] = {
50 static struct dibx000_agc_config bristol_dib3000p_mt2060_agc_config = {
51 .band_caps = BAND_VHF | BAND_UHF,
52 .setup = (1 << 8) | (5 << 5) | (0 << 4) | (0 << 3) | (0 << 2) | (2 << 0),
72 static struct dib3000mc_config bristol_dib3000mc_config[2] = {
73 { .agc = &bristol_dib3000p_mt2060_agc_config,
75 .ln_adc_level = 0x1cc7,
76 .output_mpeg2_in_188_bytes = 1,
78 { .agc = &bristol_dib3000p_mt2060_agc_config,
80 .ln_adc_level = 0x1cc7,
81 .output_mpeg2_in_188_bytes = 1,
85 static int bristol_frontend_attach(struct dvb_usb_adapter *adap)
87 struct dib0700_state *st = adap->dev->priv;
89 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(10);
90 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1); msleep(10);
91 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0); msleep(10);
92 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1); msleep(10);
94 if (force_lna_activation)
95 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
97 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 0);
99 if (dib3000mc_i2c_enumeration(&adap->dev->i2c_adap, 2, DEFAULT_DIB3000P_I2C_ADDRESS, bristol_dib3000mc_config) != 0) {
100 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(10);
104 st->mt2060_if1[adap->id] = 1220;
105 return (adap->fe_adap[0].fe = dvb_attach(dib3000mc_attach, &adap->dev->i2c_adap,
106 (10 + adap->id) << 1, &bristol_dib3000mc_config[adap->id])) == NULL ? -ENODEV : 0;
109 static int eeprom_read(struct i2c_adapter *adap,u8 adrs,u8 *pval)
111 struct i2c_msg msg[2] = {
112 { .addr = 0x50, .flags = 0, .buf = &adrs, .len = 1 },
113 { .addr = 0x50, .flags = I2C_M_RD, .buf = pval, .len = 1 },
115 if (i2c_transfer(adap, msg, 2) != 2) return -EREMOTEIO;
119 static int bristol_tuner_attach(struct dvb_usb_adapter *adap)
121 struct i2c_adapter *prim_i2c = &adap->dev->i2c_adap;
122 struct i2c_adapter *tun_i2c = dib3000mc_get_tuner_i2c_master(adap->fe_adap[0].fe, 1);
125 if (adap->dev->udev->descriptor.idVendor == cpu_to_le16(USB_VID_HAUPPAUGE) &&
126 adap->dev->udev->descriptor.idProduct == cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_500_2)) {
127 if (!eeprom_read(prim_i2c,0x59 + adap->id,&a)) if1=1220+a;
129 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c,
130 &bristol_mt2060_config[adap->id], if1) == NULL ?
134 /* STK7700D: Pinnacle/Terratec/Hauppauge Dual DVB-T Diversity */
137 static struct dibx000_agc_config stk7700d_7000p_mt2266_agc_config[2] = {
141 /* 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,
142 * 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 */
143 (0 << 15) | (0 << 14) | (1 << 11) | (1 << 10) | (1 << 9) | (0 << 8)
144 | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
179 BAND_VHF | BAND_LBAND,
181 /* 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,
182 * 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 */
183 (0 << 15) | (0 << 14) | (1 << 11) | (1 << 10) | (1 << 9) | (0 << 8)
184 | (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0),
221 static struct dibx000_bandwidth_config stk7700d_mt2266_pll_config = {
234 .sad_cfg = (3 << 14) | (1 << 12) | (524 << 0),
239 static struct dib7000p_config stk7700d_dib7000p_mt2266_config[] = {
240 { .output_mpeg2_in_188_bytes = 1,
241 .hostbus_diversity = 1,
242 .tuner_is_baseband = 1,
244 .agc_config_count = 2,
245 .agc = stk7700d_7000p_mt2266_agc_config,
246 .bw = &stk7700d_mt2266_pll_config,
248 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
249 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
250 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
252 { .output_mpeg2_in_188_bytes = 1,
253 .hostbus_diversity = 1,
254 .tuner_is_baseband = 1,
256 .agc_config_count = 2,
257 .agc = stk7700d_7000p_mt2266_agc_config,
258 .bw = &stk7700d_mt2266_pll_config,
260 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
261 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
262 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
266 static struct mt2266_config stk7700d_mt2266_config[2] = {
267 { .i2c_address = 0x60
269 { .i2c_address = 0x60
273 static int stk7700P2_frontend_attach(struct dvb_usb_adapter *adap)
275 struct dib0700_adapter_state *state = adap->priv;
277 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
281 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
283 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
284 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
285 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
286 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
288 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
290 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
291 stk7700d_dib7000p_mt2266_config)
293 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n", __func__);
294 dvb_detach(state->dib7000p_ops.set_wbd_ref);
299 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap,
300 0x80 + (adap->id << 1),
301 &stk7700d_dib7000p_mt2266_config[adap->id]);
303 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
306 static int stk7700d_frontend_attach(struct dvb_usb_adapter *adap)
308 struct dib0700_adapter_state *state = adap->priv;
310 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
314 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
316 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
317 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
318 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
319 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
321 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
323 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
324 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 2, 18,
325 stk7700d_dib7000p_mt2266_config)
327 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n", __func__);
328 dvb_detach(state->dib7000p_ops.set_wbd_ref);
333 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap,
334 0x80 + (adap->id << 1),
335 &stk7700d_dib7000p_mt2266_config[adap->id]);
337 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
340 static int stk7700d_tuner_attach(struct dvb_usb_adapter *adap)
342 struct i2c_adapter *tun_i2c;
343 struct dib0700_adapter_state *state = adap->priv;
345 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe,
346 DIBX000_I2C_INTERFACE_TUNER, 1);
347 return dvb_attach(mt2266_attach, adap->fe_adap[0].fe, tun_i2c,
348 &stk7700d_mt2266_config[adap->id]) == NULL ? -ENODEV : 0;
351 /* STK7700-PH: Digital/Analog Hybrid Tuner, e.h. Cinergy HT USB HE */
352 static struct dibx000_agc_config xc3028_agc_config = {
353 .band_caps = BAND_VHF | BAND_UHF,
354 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=0,
355 * P_agc_inv_pwm1=0, P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
356 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=2, P_agc_write=0 */
357 .setup = (0 << 15) | (0 << 14) | (0 << 11) | (0 << 10) | (0 << 9) | (0 << 8) | (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0),
383 .perform_agc_softsplit = 1,
386 /* PLL Configuration for COFDM BW_MHz = 8.00 with external clock = 30.00 */
387 static struct dibx000_bandwidth_config xc3028_bw_config = {
400 .sad_cfg = (3 << 14) | (1 << 12) | (524 << 0), /* sad_cfg: refsel, sel, freq_15k */
401 .ifreq = (1 << 25) | 5816102, /* ifreq = 5.200000 MHz */
406 static struct dib7000p_config stk7700ph_dib7700_xc3028_config = {
407 .output_mpeg2_in_188_bytes = 1,
408 .tuner_is_baseband = 1,
410 .agc_config_count = 1,
411 .agc = &xc3028_agc_config,
412 .bw = &xc3028_bw_config,
414 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
415 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
416 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
419 static int stk7700ph_xc3028_callback(void *ptr, int component,
420 int command, int arg)
422 struct dvb_usb_adapter *adap = ptr;
423 struct dib0700_adapter_state *state = adap->priv;
426 case XC2028_TUNER_RESET:
427 /* Send the tuner in then out of reset */
428 state->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 0);
430 state->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 1);
432 case XC2028_RESET_CLK:
433 case XC2028_I2C_FLUSH:
436 err("%s: unknown command %d, arg %d\n", __func__,
443 static struct xc2028_ctrl stk7700ph_xc3028_ctrl = {
444 .fname = XC2028_DEFAULT_FIRMWARE,
446 .demod = XC3028_FE_DIBCOM52,
449 static struct xc2028_config stk7700ph_xc3028_config = {
451 .ctrl = &stk7700ph_xc3028_ctrl,
454 static int stk7700ph_frontend_attach(struct dvb_usb_adapter *adap)
456 struct usb_device_descriptor *desc = &adap->dev->udev->descriptor;
457 struct dib0700_adapter_state *state = adap->priv;
459 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
462 if (desc->idVendor == cpu_to_le16(USB_VID_PINNACLE) &&
463 desc->idProduct == cpu_to_le16(USB_PID_PINNACLE_EXPRESSCARD_320CX))
464 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
466 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
468 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
469 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
470 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
471 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
473 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
475 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
478 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
479 &stk7700ph_dib7700_xc3028_config) != 0) {
480 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n",
482 dvb_detach(state->dib7000p_ops.set_wbd_ref);
486 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x80,
487 &stk7700ph_dib7700_xc3028_config);
489 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
492 static int stk7700ph_tuner_attach(struct dvb_usb_adapter *adap)
494 struct i2c_adapter *tun_i2c;
495 struct dib0700_adapter_state *state = adap->priv;
497 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe,
498 DIBX000_I2C_INTERFACE_TUNER, 1);
500 stk7700ph_xc3028_config.i2c_adap = tun_i2c;
502 /* FIXME: generalize & move to common area */
503 adap->fe_adap[0].fe->callback = stk7700ph_xc3028_callback;
505 return dvb_attach(xc2028_attach, adap->fe_adap[0].fe, &stk7700ph_xc3028_config)
506 == NULL ? -ENODEV : 0;
509 #define DEFAULT_RC_INTERVAL 50
512 * This function is used only when firmware is < 1.20 version. Newer
513 * firmwares use bulk mode, with functions implemented at dib0700_core,
514 * at dib0700_rc_urb_completion()
516 static int dib0700_rc_query_old_firmware(struct dvb_usb_device *d)
518 enum rc_proto protocol;
522 struct dib0700_state *st = d->priv;
524 if (st->fw_version >= 0x10200) {
525 /* For 1.20 firmware , We need to keep the RC polling
526 callback so we can reuse the input device setup in
527 dvb-usb-remote.c. However, the actual work is being done
528 in the bulk URB completion handler. */
532 st->buf[0] = REQUEST_POLL_RC;
535 i = dib0700_ctrl_rd(d, st->buf, 2, st->buf, 4);
537 err("RC Query Failed");
541 /* losing half of KEY_0 events from Philipps rc5 remotes.. */
542 if (st->buf[0] == 0 && st->buf[1] == 0
543 && st->buf[2] == 0 && st->buf[3] == 0)
546 /* info("%d: %2X %2X %2X %2X",dvb_usb_dib0700_ir_proto,(int)st->buf[3 - 2],(int)st->buf[3 - 3],(int)st->buf[3 - 1],(int)st->buf[3]); */
548 dib0700_rc_setup(d, NULL); /* reset ir sensor data to prevent false events */
550 switch (d->props.rc.core.protocol) {
551 case RC_PROTO_BIT_NEC:
552 /* NEC protocol sends repeat code as 0 0 0 FF */
553 if ((st->buf[3 - 2] == 0x00) && (st->buf[3 - 3] == 0x00) &&
554 (st->buf[3] == 0xff)) {
555 rc_repeat(d->rc_dev);
559 protocol = RC_PROTO_NEC;
560 scancode = RC_SCANCODE_NEC(st->buf[3 - 2], st->buf[3 - 3]);
565 /* RC-5 protocol changes toggle bit on new keypress */
566 protocol = RC_PROTO_RC5;
567 scancode = RC_SCANCODE_RC5(st->buf[3 - 2], st->buf[3 - 3]);
568 toggle = st->buf[3 - 1];
572 rc_keydown(d->rc_dev, protocol, scancode, toggle);
576 /* STK7700P: Hauppauge Nova-T Stick, AVerMedia Volar */
577 static struct dibx000_agc_config stk7700p_7000m_mt2060_agc_config = {
580 /* 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,
581 * 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 */
582 (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
583 | (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0),
623 static struct dibx000_agc_config stk7700p_7000p_mt2060_agc_config = {
624 .band_caps = BAND_UHF | BAND_VHF,
625 /* 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,
626 * 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 */
627 .setup = (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8) | (3 << 5) | (0 << 4) | (2 << 1) | (0 << 0),
653 .perform_agc_softsplit = 0,
656 static struct dibx000_bandwidth_config stk7700p_pll_config = {
669 .sad_cfg = (3 << 14) | (1 << 12) | (524 << 0),
675 static struct dib7000m_config stk7700p_dib7000m_config = {
677 .output_mpeg2_in_188_bytes = 1,
680 .agc_config_count = 1,
681 .agc = &stk7700p_7000m_mt2060_agc_config,
682 .bw = &stk7700p_pll_config,
684 .gpio_dir = DIB7000M_GPIO_DEFAULT_DIRECTIONS,
685 .gpio_val = DIB7000M_GPIO_DEFAULT_VALUES,
686 .gpio_pwm_pos = DIB7000M_GPIO_DEFAULT_PWM_POS,
689 static struct dib7000p_config stk7700p_dib7000p_config = {
690 .output_mpeg2_in_188_bytes = 1,
692 .agc_config_count = 1,
693 .agc = &stk7700p_7000p_mt2060_agc_config,
694 .bw = &stk7700p_pll_config,
696 .gpio_dir = DIB7000M_GPIO_DEFAULT_DIRECTIONS,
697 .gpio_val = DIB7000M_GPIO_DEFAULT_VALUES,
698 .gpio_pwm_pos = DIB7000M_GPIO_DEFAULT_PWM_POS,
701 static int stk7700p_frontend_attach(struct dvb_usb_adapter *adap)
703 struct dib0700_state *st = adap->dev->priv;
704 struct dib0700_adapter_state *state = adap->priv;
706 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
709 /* unless there is no real power management in DVB - we leave the device on GPIO6 */
711 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
712 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0); msleep(50);
714 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1); msleep(10);
715 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
717 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0); msleep(10);
718 dib0700_ctrl_clock(adap->dev, 72, 1);
719 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1); msleep(100);
721 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
723 st->mt2060_if1[0] = 1220;
725 if (state->dib7000p_ops.dib7000pc_detection(&adap->dev->i2c_adap)) {
726 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 18, &stk7700p_dib7000p_config);
727 st->is_dib7000pc = 1;
729 memset(&state->dib7000p_ops, 0, sizeof(state->dib7000p_ops));
730 adap->fe_adap[0].fe = dvb_attach(dib7000m_attach, &adap->dev->i2c_adap, 18, &stk7700p_dib7000m_config);
733 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
736 static struct mt2060_config stk7700p_mt2060_config = {
740 static int stk7700p_tuner_attach(struct dvb_usb_adapter *adap)
742 struct i2c_adapter *prim_i2c = &adap->dev->i2c_adap;
743 struct dib0700_state *st = adap->dev->priv;
744 struct i2c_adapter *tun_i2c;
745 struct dib0700_adapter_state *state = adap->priv;
749 if (adap->dev->udev->descriptor.idVendor == cpu_to_le16(USB_VID_HAUPPAUGE) &&
750 adap->dev->udev->descriptor.idProduct == cpu_to_le16(USB_PID_HAUPPAUGE_NOVA_T_STICK)) {
751 if (!eeprom_read(prim_i2c,0x58,&a)) if1=1220+a;
753 if (st->is_dib7000pc)
754 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1);
756 tun_i2c = dib7000m_get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1);
758 return dvb_attach(mt2060_attach, adap->fe_adap[0].fe, tun_i2c, &stk7700p_mt2060_config,
759 if1) == NULL ? -ENODEV : 0;
762 /* DIB7070 generic */
763 static struct dibx000_agc_config dib7070_agc_config = {
764 .band_caps = BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
765 /* 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,
766 * 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 */
767 .setup = (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8) | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
793 .perform_agc_softsplit = 0,
796 static int dib7070_tuner_reset(struct dvb_frontend *fe, int onoff)
798 struct dvb_usb_adapter *adap = fe->dvb->priv;
799 struct dib0700_adapter_state *state = adap->priv;
801 deb_info("reset: %d", onoff);
802 return state->dib7000p_ops.set_gpio(fe, 8, 0, !onoff);
805 static int dib7070_tuner_sleep(struct dvb_frontend *fe, int onoff)
807 struct dvb_usb_adapter *adap = fe->dvb->priv;
808 struct dib0700_adapter_state *state = adap->priv;
810 deb_info("sleep: %d", onoff);
811 return state->dib7000p_ops.set_gpio(fe, 9, 0, onoff);
814 static struct dib0070_config dib7070p_dib0070_config[2] = {
816 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
817 .reset = dib7070_tuner_reset,
818 .sleep = dib7070_tuner_sleep,
820 .clock_pad_drive = 4,
823 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
824 .reset = dib7070_tuner_reset,
825 .sleep = dib7070_tuner_sleep,
831 static struct dib0070_config dib7770p_dib0070_config = {
832 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
833 .reset = dib7070_tuner_reset,
834 .sleep = dib7070_tuner_sleep,
836 .clock_pad_drive = 0,
841 static int dib7070_set_param_override(struct dvb_frontend *fe)
843 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
844 struct dvb_usb_adapter *adap = fe->dvb->priv;
845 struct dib0700_adapter_state *state = adap->priv;
848 u8 band = BAND_OF_FREQUENCY(p->frequency/1000);
850 case BAND_VHF: offset = 950; break;
852 default: offset = 550; break;
854 deb_info("WBD for DiB7000P: %d\n", offset + dib0070_wbd_offset(fe));
855 state->dib7000p_ops.set_wbd_ref(fe, offset + dib0070_wbd_offset(fe));
856 return state->set_param_save(fe);
859 static int dib7770_set_param_override(struct dvb_frontend *fe)
861 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
862 struct dvb_usb_adapter *adap = fe->dvb->priv;
863 struct dib0700_adapter_state *state = adap->priv;
866 u8 band = BAND_OF_FREQUENCY(p->frequency/1000);
869 state->dib7000p_ops.set_gpio(fe, 0, 0, 1);
874 state->dib7000p_ops.set_gpio(fe, 0, 0, 0);
878 deb_info("WBD for DiB7000P: %d\n", offset + dib0070_wbd_offset(fe));
879 state->dib7000p_ops.set_wbd_ref(fe, offset + dib0070_wbd_offset(fe));
880 return state->set_param_save(fe);
883 static int dib7770p_tuner_attach(struct dvb_usb_adapter *adap)
885 struct dib0700_adapter_state *st = adap->priv;
886 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe,
887 DIBX000_I2C_INTERFACE_TUNER, 1);
889 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c,
890 &dib7770p_dib0070_config) == NULL)
893 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
894 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7770_set_param_override;
898 static int dib7070p_tuner_attach(struct dvb_usb_adapter *adap)
900 struct dib0700_adapter_state *st = adap->priv;
901 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1);
904 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, &dib7070p_dib0070_config[0]) == NULL)
907 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c, &dib7070p_dib0070_config[1]) == NULL)
911 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
912 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7070_set_param_override;
916 static int stk7700p_pid_filter(struct dvb_usb_adapter *adapter, int index,
919 struct dib0700_adapter_state *state = adapter->priv;
920 struct dib0700_state *st = adapter->dev->priv;
922 if (st->is_dib7000pc)
923 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff);
924 return dib7000m_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff);
927 static int stk7700p_pid_filter_ctrl(struct dvb_usb_adapter *adapter, int onoff)
929 struct dib0700_state *st = adapter->dev->priv;
930 struct dib0700_adapter_state *state = adapter->priv;
931 if (st->is_dib7000pc)
932 return state->dib7000p_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff);
933 return dib7000m_pid_filter_ctrl(adapter->fe_adap[0].fe, onoff);
936 static int stk70x0p_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff)
938 struct dib0700_adapter_state *state = adapter->priv;
939 return state->dib7000p_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff);
942 static int stk70x0p_pid_filter_ctrl(struct dvb_usb_adapter *adapter, int onoff)
944 struct dib0700_adapter_state *state = adapter->priv;
945 return state->dib7000p_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff);
948 static struct dibx000_bandwidth_config dib7070_bw_config_12_mhz = {
961 .sad_cfg = (3 << 14) | (1 << 12) | (524 << 0),
962 .ifreq = (0 << 25) | 0,
967 static struct dib7000p_config dib7070p_dib7000p_config = {
968 .output_mpeg2_in_188_bytes = 1,
970 .agc_config_count = 1,
971 .agc = &dib7070_agc_config,
972 .bw = &dib7070_bw_config_12_mhz,
973 .tuner_is_baseband = 1,
976 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
977 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
978 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
980 .hostbus_diversity = 1,
984 static int stk7070p_frontend_attach(struct dvb_usb_adapter *adap)
986 struct usb_device_descriptor *p = &adap->dev->udev->descriptor;
987 struct dib0700_adapter_state *state = adap->priv;
989 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
992 if (p->idVendor == cpu_to_le16(USB_VID_PINNACLE) &&
993 p->idProduct == cpu_to_le16(USB_PID_PINNACLE_PCTV72E))
994 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
996 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
998 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
999 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1000 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1001 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1003 dib0700_ctrl_clock(adap->dev, 72, 1);
1006 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1008 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1010 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
1011 &dib7070p_dib7000p_config) != 0) {
1012 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n",
1014 dvb_detach(state->dib7000p_ops.set_wbd_ref);
1018 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x80,
1019 &dib7070p_dib7000p_config);
1020 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
1024 static struct dib7000p_config dib7770p_dib7000p_config = {
1025 .output_mpeg2_in_188_bytes = 1,
1027 .agc_config_count = 1,
1028 .agc = &dib7070_agc_config,
1029 .bw = &dib7070_bw_config_12_mhz,
1030 .tuner_is_baseband = 1,
1033 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
1034 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
1035 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
1037 .hostbus_diversity = 1,
1038 .enable_current_mirror = 1,
1039 .disable_sample_and_hold = 0,
1042 static int stk7770p_frontend_attach(struct dvb_usb_adapter *adap)
1044 struct usb_device_descriptor *p = &adap->dev->udev->descriptor;
1045 struct dib0700_adapter_state *state = adap->priv;
1047 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
1050 if (p->idVendor == cpu_to_le16(USB_VID_PINNACLE) &&
1051 p->idProduct == cpu_to_le16(USB_PID_PINNACLE_PCTV72E))
1052 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
1054 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1056 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1057 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1058 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1059 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1061 dib0700_ctrl_clock(adap->dev, 72, 1);
1064 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1066 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1068 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
1069 &dib7770p_dib7000p_config) != 0) {
1070 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n",
1072 dvb_detach(state->dib7000p_ops.set_wbd_ref);
1076 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x80,
1077 &dib7770p_dib7000p_config);
1078 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
1081 /* DIB807x generic */
1082 static struct dibx000_agc_config dib807x_agc_config[2] = {
1085 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0,
1086 * P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0,
1087 * P_agc_inv_pwm2=0,P_agc_inh_dc_rv_est=0,
1088 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5,
1090 (0 << 15) | (0 << 14) | (7 << 11) | (0 << 10) | (0 << 9) |
1091 (0 << 8) | (3 << 5) | (0 << 4) | (5 << 1) |
1092 (0 << 0), /* setup*/
1095 10, /* time_stabiliz*/
1105 65535, /* agc1_max*/
1108 65535, /* agc2_max*/
1114 206, /* agc1_slope1*/
1115 255, /* agc1_slope2*/
1118 88, /* agc2_slope1*/
1119 90, /* agc2_slope2*/
1126 0, /* perform_agc_softsplit*/
1129 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0,
1130 * P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0,
1131 * P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
1132 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5,
1134 (0 << 15) | (0 << 14) | (1 << 11) | (0 << 10) | (0 << 9) |
1135 (0 << 8) | (3 << 5) | (0 << 4) | (5 << 1) |
1136 (0 << 0), /* setup */
1139 10, /* time_stabiliz*/
1149 65535, /* agc1_max*/
1152 65535, /* agc2_max*/
1158 206, /* agc1_slope1*/
1159 255, /* agc1_slope2*/
1162 88, /* agc2_slope1*/
1163 90, /* agc2_slope2*/
1170 0, /* perform_agc_softsplit*/
1174 static struct dibx000_bandwidth_config dib807x_bw_config_12_mhz = {
1184 .IO_CLK_en_core = 1,
1187 .sad_cfg = (3 << 14) | (1 << 12) | (599 << 0), /* sad_cfg: refsel, sel, freq_15k*/
1188 .ifreq = (0 << 25) | 0, /* ifreq = 0.000000 MHz*/
1190 .xtal_hz = 12000000,
1193 static struct dib8000_config dib807x_dib8000_config[2] = {
1195 .output_mpeg2_in_188_bytes = 1,
1197 .agc_config_count = 2,
1198 .agc = dib807x_agc_config,
1199 .pll = &dib807x_bw_config_12_mhz,
1200 .tuner_is_baseband = 1,
1202 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1203 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1204 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1206 .hostbus_diversity = 1,
1208 .agc_control = &dib0070_ctrl_agc_filter,
1209 .output_mode = OUTMODE_MPEG2_FIFO,
1212 .output_mpeg2_in_188_bytes = 1,
1214 .agc_config_count = 2,
1215 .agc = dib807x_agc_config,
1216 .pll = &dib807x_bw_config_12_mhz,
1217 .tuner_is_baseband = 1,
1219 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1220 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1221 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1223 .hostbus_diversity = 1,
1224 .agc_control = &dib0070_ctrl_agc_filter,
1225 .output_mode = OUTMODE_MPEG2_FIFO,
1230 static int dib80xx_tuner_reset(struct dvb_frontend *fe, int onoff)
1232 struct dvb_usb_adapter *adap = fe->dvb->priv;
1233 struct dib0700_adapter_state *state = adap->priv;
1235 return state->dib8000_ops.set_gpio(fe, 5, 0, !onoff);
1238 static int dib80xx_tuner_sleep(struct dvb_frontend *fe, int onoff)
1240 struct dvb_usb_adapter *adap = fe->dvb->priv;
1241 struct dib0700_adapter_state *state = adap->priv;
1243 return state->dib8000_ops.set_gpio(fe, 0, 0, onoff);
1246 static const struct dib0070_wbd_gain_cfg dib8070_wbd_gain_cfg[] = {
1251 static struct dib0070_config dib807x_dib0070_config[2] = {
1253 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
1254 .reset = dib80xx_tuner_reset,
1255 .sleep = dib80xx_tuner_sleep,
1257 .clock_pad_drive = 4,
1259 .force_crystal_mode = 1,
1260 .enable_third_order_filter = 1,
1262 .wbd_gain = dib8070_wbd_gain_cfg,
1263 .osc_buffer_state = 0,
1264 .freq_offset_khz_uhf = -100,
1265 .freq_offset_khz_vhf = -100,
1267 .i2c_address = DEFAULT_DIB0070_I2C_ADDRESS,
1268 .reset = dib80xx_tuner_reset,
1269 .sleep = dib80xx_tuner_sleep,
1271 .clock_pad_drive = 2,
1273 .force_crystal_mode = 1,
1274 .enable_third_order_filter = 1,
1276 .wbd_gain = dib8070_wbd_gain_cfg,
1277 .osc_buffer_state = 0,
1278 .freq_offset_khz_uhf = -25,
1279 .freq_offset_khz_vhf = -25,
1283 static int dib807x_set_param_override(struct dvb_frontend *fe)
1285 struct dtv_frontend_properties *p = &fe->dtv_property_cache;
1286 struct dvb_usb_adapter *adap = fe->dvb->priv;
1287 struct dib0700_adapter_state *state = adap->priv;
1289 u16 offset = dib0070_wbd_offset(fe);
1290 u8 band = BAND_OF_FREQUENCY(p->frequency/1000);
1295 case BAND_UHF: /* fall-thru wanted */
1297 offset += 250; break;
1299 deb_info("WBD for DiB8000: %d\n", offset);
1300 state->dib8000_ops.set_wbd_ref(fe, offset);
1302 return state->set_param_save(fe);
1305 static int dib807x_tuner_attach(struct dvb_usb_adapter *adap)
1307 struct dib0700_adapter_state *st = adap->priv;
1308 struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_master(adap->fe_adap[0].fe,
1309 DIBX000_I2C_INTERFACE_TUNER, 1);
1311 if (adap->id == 0) {
1312 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c,
1313 &dib807x_dib0070_config[0]) == NULL)
1316 if (dvb_attach(dib0070_attach, adap->fe_adap[0].fe, tun_i2c,
1317 &dib807x_dib0070_config[1]) == NULL)
1321 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
1322 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib807x_set_param_override;
1326 static int stk80xx_pid_filter(struct dvb_usb_adapter *adapter, int index,
1329 struct dib0700_adapter_state *state = adapter->priv;
1331 return state->dib8000_ops.pid_filter(adapter->fe_adap[0].fe, index, pid, onoff);
1334 static int stk80xx_pid_filter_ctrl(struct dvb_usb_adapter *adapter,
1337 struct dib0700_adapter_state *state = adapter->priv;
1339 return state->dib8000_ops.pid_filter_ctrl(adapter->fe_adap[0].fe, onoff);
1343 static int stk807x_frontend_attach(struct dvb_usb_adapter *adap)
1345 struct dib0700_adapter_state *state = adap->priv;
1347 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
1350 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1352 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1353 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1354 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1356 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1358 dib0700_ctrl_clock(adap->dev, 72, 1);
1361 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1363 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1365 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18,
1368 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x80,
1369 &dib807x_dib8000_config[0]);
1371 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
1375 static int stk807xpvr_frontend_attach0(struct dvb_usb_adapter *adap)
1377 struct dib0700_adapter_state *state = adap->priv;
1379 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
1382 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
1384 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1386 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1387 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1388 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1390 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1392 dib0700_ctrl_clock(adap->dev, 72, 1);
1395 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1397 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1399 /* initialize IC 0 */
1400 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 0x22, 0x80, 0);
1402 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x80,
1403 &dib807x_dib8000_config[0]);
1405 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
1408 static int stk807xpvr_frontend_attach1(struct dvb_usb_adapter *adap)
1410 struct dib0700_adapter_state *state = adap->priv;
1412 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
1415 /* initialize IC 1 */
1416 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 0x12, 0x82, 0);
1418 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x82,
1419 &dib807x_dib8000_config[1]);
1421 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
1425 static struct dibx000_agc_config dib8090_agc_config[2] = {
1427 .band_caps = BAND_UHF | BAND_VHF | BAND_LBAND | BAND_SBAND,
1428 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1,
1429 * P_agc_inv_pwm1=0, P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
1430 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5, P_agc_write=0 */
1431 .setup = (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
1432 | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
1435 .time_stabiliz = 10,
1466 .perform_agc_softsplit = 0,
1469 .band_caps = BAND_CBAND,
1470 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1,
1471 * P_agc_inv_pwm1=0, P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
1472 * P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5, P_agc_write=0 */
1473 .setup = (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8)
1474 | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
1477 .time_stabiliz = 10,
1508 .perform_agc_softsplit = 0,
1512 static struct dibx000_bandwidth_config dib8090_pll_config_12mhz = {
1524 .IO_CLK_en_core = 1,
1528 .sad_cfg = (3 << 14) | (1 << 12) | (599 << 0),
1530 .ifreq = (0 << 25) | 0,
1533 .xtal_hz = 12000000,
1536 static int dib8090_get_adc_power(struct dvb_frontend *fe)
1538 struct dvb_usb_adapter *adap = fe->dvb->priv;
1539 struct dib0700_adapter_state *state = adap->priv;
1541 return state->dib8000_ops.get_adc_power(fe, 1);
1544 static void dib8090_agc_control(struct dvb_frontend *fe, u8 restart)
1546 deb_info("AGC control callback: %i\n", restart);
1547 dib0090_dcc_freq(fe, restart);
1549 if (restart == 0) /* before AGC startup */
1550 dib0090_set_dc_servo(fe, 1);
1553 static struct dib8000_config dib809x_dib8000_config[2] = {
1555 .output_mpeg2_in_188_bytes = 1,
1557 .agc_config_count = 2,
1558 .agc = dib8090_agc_config,
1559 .agc_control = dib8090_agc_control,
1560 .pll = &dib8090_pll_config_12mhz,
1561 .tuner_is_baseband = 1,
1563 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1564 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1565 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1567 .hostbus_diversity = 1,
1569 .output_mode = OUTMODE_MPEG2_FIFO,
1571 .diversity_delay = 48,
1574 .output_mpeg2_in_188_bytes = 1,
1576 .agc_config_count = 2,
1577 .agc = dib8090_agc_config,
1578 .agc_control = dib8090_agc_control,
1579 .pll = &dib8090_pll_config_12mhz,
1580 .tuner_is_baseband = 1,
1582 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1583 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1584 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1586 .hostbus_diversity = 1,
1588 .output_mode = OUTMODE_DIVERSITY,
1590 .diversity_delay = 1,
1595 static struct dib0090_wbd_slope dib8090_wbd_table[] = {
1596 /* max freq ; cold slope ; cold offset ; warm slope ; warm offset ; wbd gain */
1597 { 120, 0, 500, 0, 500, 4 }, /* CBAND */
1598 { 170, 0, 450, 0, 450, 4 }, /* CBAND */
1599 { 380, 48, 373, 28, 259, 6 }, /* VHF */
1600 { 860, 34, 700, 36, 616, 6 }, /* high UHF */
1601 { 0xFFFF, 34, 700, 36, 616, 6 }, /* default */
1604 static struct dib0090_config dib809x_dib0090_config = {
1608 .io.pll_loopdiv = 20,
1609 .io.adc_clock_ratio = 8,
1610 .io.pll_int_loop_filt = 0,
1611 .io.clock_khz = 12000,
1612 .reset = dib80xx_tuner_reset,
1613 .sleep = dib80xx_tuner_sleep,
1616 .i2c_address = DEFAULT_DIB0090_I2C_ADDRESS,
1619 .get_adc_power = dib8090_get_adc_power,
1620 .freq_offset_khz_uhf = -63,
1621 .freq_offset_khz_vhf = -143,
1622 .wbd = dib8090_wbd_table,
1623 .fref_clock_ratio = 6,
1626 static u8 dib8090_compute_pll_parameters(struct dvb_frontend *fe)
1628 u8 optimal_pll_ratio = 20;
1629 u32 freq_adc, ratio, rest, max = 0;
1632 for (pll_ratio = 17; pll_ratio <= 20; pll_ratio++) {
1633 freq_adc = 12 * pll_ratio * (1 << 8) / 16;
1634 ratio = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) / freq_adc;
1635 rest = ((fe->dtv_property_cache.frequency / 1000) * (1 << 8) / 1000) - ratio * freq_adc;
1637 if (rest > freq_adc / 2)
1638 rest = freq_adc - rest;
1639 deb_info("PLL ratio=%i rest=%i\n", pll_ratio, rest);
1640 if ((rest > max) && (rest > 717)) {
1641 optimal_pll_ratio = pll_ratio;
1645 deb_info("optimal PLL ratio=%i\n", optimal_pll_ratio);
1647 return optimal_pll_ratio;
1650 static int dib8096_set_param_override(struct dvb_frontend *fe)
1652 struct dvb_usb_adapter *adap = fe->dvb->priv;
1653 struct dib0700_adapter_state *state = adap->priv;
1654 u8 pll_ratio, band = BAND_OF_FREQUENCY(fe->dtv_property_cache.frequency / 1000);
1655 u16 target, ltgain, rf_gain_limit;
1658 enum frontend_tune_state tune_state = CT_SHUTDOWN;
1662 deb_info("Warning : Rf frequency (%iHz) is not in the supported range, using VHF switch ", fe->dtv_property_cache.frequency);
1665 state->dib8000_ops.set_gpio(fe, 3, 0, 1);
1668 state->dib8000_ops.set_gpio(fe, 3, 0, 0);
1672 ret = state->set_param_save(fe);
1676 if (fe->dtv_property_cache.bandwidth_hz != 6000000) {
1677 deb_info("only 6MHz bandwidth is supported\n");
1681 /* Update PLL if needed ratio */
1682 state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz / 1000, 0);
1684 /* Get optimize PLL ratio to remove spurious */
1685 pll_ratio = dib8090_compute_pll_parameters(fe);
1686 if (pll_ratio == 17)
1688 else if (pll_ratio == 18)
1690 else if (pll_ratio == 19)
1696 state->dib8000_ops.update_pll(fe, &dib8090_pll_config_12mhz, fe->dtv_property_cache.bandwidth_hz / 1000, pll_ratio);
1698 state->dib8000_ops.ctrl_timf(fe, DEMOD_TIMF_SET, timf);
1700 if (band != BAND_CBAND) {
1701 /* dib0090_get_wbd_target is returning any possible temperature compensated wbd-target */
1702 target = (dib0090_get_wbd_target(fe) * 8 * 18 / 33 + 1) / 2;
1703 state->dib8000_ops.set_wbd_ref(fe, target);
1706 if (band == BAND_CBAND) {
1707 deb_info("tuning in CBAND - soft-AGC startup\n");
1708 dib0090_set_tune_state(fe, CT_AGC_START);
1711 ret = dib0090_gain_control(fe);
1713 tune_state = dib0090_get_tune_state(fe);
1714 if (tune_state == CT_AGC_STEP_0)
1715 state->dib8000_ops.set_gpio(fe, 6, 0, 1);
1716 else if (tune_state == CT_AGC_STEP_1) {
1717 dib0090_get_current_gain(fe, NULL, NULL, &rf_gain_limit, <gain);
1718 if (rf_gain_limit < 2000) /* activate the external attenuator in case of very high input power */
1719 state->dib8000_ops.set_gpio(fe, 6, 0, 0);
1721 } while (tune_state < CT_AGC_STOP);
1723 deb_info("switching to PWM AGC\n");
1724 dib0090_pwm_gain_reset(fe);
1725 state->dib8000_ops.pwm_agc_reset(fe);
1726 state->dib8000_ops.set_tune_state(fe, CT_DEMOD_START);
1728 /* for everything else than CBAND we are using standard AGC */
1729 deb_info("not tuning in CBAND - standard AGC startup\n");
1730 dib0090_pwm_gain_reset(fe);
1736 static int dib809x_tuner_attach(struct dvb_usb_adapter *adap)
1738 struct dib0700_adapter_state *st = adap->priv;
1739 struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1);
1741 /* FIXME: if adap->id != 0, check if it is fe_adap[1] */
1742 if (!dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c, &dib809x_dib0090_config))
1745 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
1746 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib8096_set_param_override;
1750 static int stk809x_frontend_attach(struct dvb_usb_adapter *adap)
1752 struct dib0700_adapter_state *state = adap->priv;
1754 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
1757 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1759 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1760 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1761 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1763 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1765 dib0700_ctrl_clock(adap->dev, 72, 1);
1768 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1770 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1772 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 18, 0x80, 0);
1774 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x80, &dib809x_dib8000_config[0]);
1776 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
1779 static int stk809x_frontend1_attach(struct dvb_usb_adapter *adap)
1781 struct dib0700_adapter_state *state = adap->priv;
1783 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
1786 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 0x10, 0x82, 0);
1788 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x82, &dib809x_dib8000_config[1]);
1790 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
1793 static int nim8096md_tuner_attach(struct dvb_usb_adapter *adap)
1795 struct dib0700_adapter_state *st = adap->priv;
1796 struct i2c_adapter *tun_i2c;
1797 struct dvb_frontend *fe_slave = st->dib8000_ops.get_slave_frontend(adap->fe_adap[0].fe, 1);
1800 tun_i2c = st->dib8000_ops.get_i2c_master(fe_slave, DIBX000_I2C_INTERFACE_TUNER, 1);
1801 if (dvb_attach(dib0090_register, fe_slave, tun_i2c, &dib809x_dib0090_config) == NULL)
1803 fe_slave->dvb = adap->fe_adap[0].fe->dvb;
1804 fe_slave->ops.tuner_ops.set_params = dib8096_set_param_override;
1806 tun_i2c = st->dib8000_ops.get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_TUNER, 1);
1807 if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c, &dib809x_dib0090_config) == NULL)
1810 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
1811 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib8096_set_param_override;
1816 static int nim8096md_frontend_attach(struct dvb_usb_adapter *adap)
1818 struct dvb_frontend *fe_slave;
1819 struct dib0700_adapter_state *state = adap->priv;
1821 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
1824 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
1826 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
1828 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
1829 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
1830 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
1832 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
1834 dib0700_ctrl_clock(adap->dev, 72, 1);
1837 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
1839 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
1841 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 2, 18, 0x80, 0);
1843 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x80, &dib809x_dib8000_config[0]);
1844 if (adap->fe_adap[0].fe == NULL)
1847 /* Needed to increment refcount */
1848 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
1851 fe_slave = state->dib8000_ops.init(&adap->dev->i2c_adap, 0x82, &dib809x_dib8000_config[1]);
1852 state->dib8000_ops.set_slave_frontend(adap->fe_adap[0].fe, fe_slave);
1854 return fe_slave == NULL ? -ENODEV : 0;
1858 static struct dibx000_agc_config dib8096p_agc_config[2] = {
1860 .band_caps = BAND_UHF,
1861 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0,
1862 P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0,
1863 P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
1864 P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5,
1866 .setup = (0 << 15) | (0 << 14) | (5 << 11)
1867 | (0 << 10) | (0 << 9) | (0 << 8) | (3 << 5)
1868 | (0 << 4) | (5 << 1) | (0 << 0),
1871 .time_stabiliz = 10,
1902 .perform_agc_softsplit = 0,
1904 .band_caps = BAND_FM | BAND_VHF | BAND_CBAND,
1905 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0,
1906 P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0,
1907 P_agc_inv_pwm2=0, P_agc_inh_dc_rv_est=0,
1908 P_agc_time_est=3, P_agc_freeze=0, P_agc_nb_est=5,
1910 .setup = (0 << 15) | (0 << 14) | (5 << 11)
1911 | (0 << 10) | (0 << 9) | (0 << 8) | (3 << 5)
1912 | (0 << 4) | (5 << 1) | (0 << 0),
1915 .time_stabiliz = 10,
1946 .perform_agc_softsplit = 0,
1950 static struct dibx000_bandwidth_config dib8096p_clock_config_12_mhz = {
1960 .IO_CLK_en_core = 0,
1963 .sad_cfg = (3 << 14) | (1 << 12) | (524 << 0),
1964 .ifreq = (0 << 25) | 0,
1966 .xtal_hz = 12000000,
1969 static struct dib8000_config tfe8096p_dib8000_config = {
1970 .output_mpeg2_in_188_bytes = 1,
1971 .hostbus_diversity = 1,
1974 .agc_config_count = 2,
1975 .agc = dib8096p_agc_config,
1976 .pll = &dib8096p_clock_config_12_mhz,
1978 .gpio_dir = DIB8000_GPIO_DEFAULT_DIRECTIONS,
1979 .gpio_val = DIB8000_GPIO_DEFAULT_VALUES,
1980 .gpio_pwm_pos = DIB8000_GPIO_DEFAULT_PWM_POS,
1982 .agc_control = NULL,
1983 .diversity_delay = 48,
1984 .output_mode = OUTMODE_MPEG2_FIFO,
1988 static struct dib0090_wbd_slope dib8096p_wbd_table[] = {
1989 { 380, 81, 850, 64, 540, 4},
1990 { 860, 51, 866, 21, 375, 4},
1991 {1700, 0, 250, 0, 100, 6},
1992 {2600, 0, 250, 0, 100, 6},
1993 { 0xFFFF, 0, 0, 0, 0, 0},
1996 static struct dib0090_config tfe8096p_dib0090_config = {
1997 .io.clock_khz = 12000,
2001 .io.pll_loopdiv = 6,
2002 .io.adc_clock_ratio = 0,
2003 .io.pll_int_loop_filt = 0,
2005 .freq_offset_khz_uhf = -143,
2006 .freq_offset_khz_vhf = -143,
2008 .get_adc_power = dib8090_get_adc_power,
2013 .wbd_vhf_offset = 0,
2014 .wbd_cband_offset = 0,
2018 .fref_clock_ratio = 1,
2020 .ls_cfg_pad_drv = 0,
2024 .force_cband_input = 0,
2027 struct dibx090p_best_adc {
2033 static int dib8096p_get_best_sampling(struct dvb_frontend *fe, struct dibx090p_best_adc *adc)
2035 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1;
2037 u16 fcp_min = 1900; /* PLL, Minimum Frequency of phase comparator (KHz) */
2038 u16 fcp_max = 20000; /* PLL, Maximum Frequency of phase comparator (KHz) */
2039 u32 fmem_max = 140000; /* 140MHz max SDRAM freq */
2040 u32 fdem_min = 66000;
2041 u32 fcp = 0, fs = 0, fdem = 0, fmem = 0;
2042 u32 harmonic_id = 0;
2045 adc->pll_loopdiv = loopdiv;
2046 adc->pll_prediv = prediv;
2048 deb_info("bandwidth = %d", fe->dtv_property_cache.bandwidth_hz);
2050 /* Find Min and Max prediv */
2051 while ((xtal / max_prediv) >= fcp_min)
2055 min_prediv = max_prediv;
2056 while ((xtal / min_prediv) <= fcp_max) {
2058 if (min_prediv == 1)
2061 deb_info("MIN prediv = %d : MAX prediv = %d", min_prediv, max_prediv);
2065 for (prediv = min_prediv; prediv < max_prediv; prediv++) {
2066 fcp = xtal / prediv;
2067 if (fcp > fcp_min && fcp < fcp_max) {
2068 for (loopdiv = 1; loopdiv < 64; loopdiv++) {
2069 fmem = ((xtal/prediv) * loopdiv);
2073 /* test min/max system restrictions */
2074 if ((fdem >= fdem_min) && (fmem <= fmem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz / 1000)) {
2076 /* test fs harmonics positions */
2077 for (harmonic_id = (fe->dtv_property_cache.frequency / (1000 * fs)); harmonic_id <= ((fe->dtv_property_cache.frequency / (1000 * fs)) + 1); harmonic_id++) {
2078 if (((fs * harmonic_id) >= (fe->dtv_property_cache.frequency / 1000 - (fe->dtv_property_cache.bandwidth_hz / 2000))) && ((fs * harmonic_id) <= (fe->dtv_property_cache.frequency / 1000 + (fe->dtv_property_cache.bandwidth_hz / 2000)))) {
2085 adc->pll_loopdiv = loopdiv;
2086 adc->pll_prediv = prediv;
2087 adc->timf = (4260880253U / fdem) * (1 << 8);
2088 adc->timf += ((4260880253U % fdem) << 8) / fdem;
2090 deb_info("RF %6d; BW %6d; Xtal %6d; Fmem %6d; Fdem %6d; Fs %6d; Prediv %2d; Loopdiv %2d; Timf %8d;", fe->dtv_property_cache.frequency, fe->dtv_property_cache.bandwidth_hz, xtal, fmem, fdem, fs, prediv, loopdiv, adc->timf);
2100 if (adc->pll_loopdiv == 0 && adc->pll_prediv == 0)
2105 static int dib8096p_agc_startup(struct dvb_frontend *fe)
2107 struct dvb_usb_adapter *adap = fe->dvb->priv;
2108 struct dib0700_adapter_state *state = adap->priv;
2109 struct dibx000_bandwidth_config pll;
2110 struct dibx090p_best_adc adc;
2114 ret = state->set_param_save(fe);
2117 memset(&pll, 0, sizeof(struct dibx000_bandwidth_config));
2119 dib0090_pwm_gain_reset(fe);
2120 /* dib0090_get_wbd_target is returning any possible
2121 temperature compensated wbd-target */
2122 target = (dib0090_get_wbd_target(fe) * 8 + 1) / 2;
2123 state->dib8000_ops.set_wbd_ref(fe, target);
2125 if (dib8096p_get_best_sampling(fe, &adc) == 0) {
2126 pll.pll_ratio = adc.pll_loopdiv;
2127 pll.pll_prediv = adc.pll_prediv;
2129 dib0700_set_i2c_speed(adap->dev, 200);
2130 state->dib8000_ops.update_pll(fe, &pll, fe->dtv_property_cache.bandwidth_hz / 1000, 0);
2131 state->dib8000_ops.ctrl_timf(fe, DEMOD_TIMF_SET, adc.timf);
2132 dib0700_set_i2c_speed(adap->dev, 1000);
2137 static int tfe8096p_frontend_attach(struct dvb_usb_adapter *adap)
2139 struct dib0700_state *st = adap->dev->priv;
2141 struct dib0700_adapter_state *state = adap->priv;
2143 if (!dvb_attach(dib8000_attach, &state->dib8000_ops))
2146 dib0700_get_version(adap->dev, NULL, NULL, &fw_version, NULL);
2147 if (fw_version >= 0x10200)
2148 st->fw_use_new_i2c_api = 1;
2150 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
2152 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
2153 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
2154 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
2156 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
2158 dib0700_ctrl_clock(adap->dev, 72, 1);
2161 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
2163 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
2165 state->dib8000_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 0x10, 0x80, 1);
2167 adap->fe_adap[0].fe = state->dib8000_ops.init(&adap->dev->i2c_adap,
2168 0x80, &tfe8096p_dib8000_config);
2170 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
2173 static int tfe8096p_tuner_attach(struct dvb_usb_adapter *adap)
2175 struct dib0700_adapter_state *st = adap->priv;
2176 struct i2c_adapter *tun_i2c = st->dib8000_ops.get_i2c_tuner(adap->fe_adap[0].fe);
2178 tfe8096p_dib0090_config.reset = st->dib8000_ops.tuner_sleep;
2179 tfe8096p_dib0090_config.sleep = st->dib8000_ops.tuner_sleep;
2180 tfe8096p_dib0090_config.wbd = dib8096p_wbd_table;
2182 if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c,
2183 &tfe8096p_dib0090_config) == NULL)
2186 st->dib8000_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 1);
2188 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
2189 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib8096p_agc_startup;
2194 static int dib90x0_pid_filter(struct dvb_usb_adapter *adapter, int index, u16 pid, int onoff)
2196 return dib9000_fw_pid_filter(adapter->fe_adap[0].fe, index, pid, onoff);
2199 static int dib90x0_pid_filter_ctrl(struct dvb_usb_adapter *adapter, int onoff)
2201 return dib9000_fw_pid_filter_ctrl(adapter->fe_adap[0].fe, onoff);
2204 static int dib90x0_tuner_reset(struct dvb_frontend *fe, int onoff)
2206 return dib9000_set_gpio(fe, 5, 0, !onoff);
2209 static int dib90x0_tuner_sleep(struct dvb_frontend *fe, int onoff)
2211 return dib9000_set_gpio(fe, 0, 0, onoff);
2214 static int dib01x0_pmu_update(struct i2c_adapter *i2c, u16 *data, u8 len)
2216 u8 wb[4] = { 0xc >> 8, 0xc & 0xff, 0, 0 };
2218 struct i2c_msg msg[2] = {
2219 {.addr = 0x1e >> 1, .flags = 0, .buf = wb, .len = 2},
2220 {.addr = 0x1e >> 1, .flags = I2C_M_RD, .buf = rb, .len = 2},
2224 dibx000_i2c_set_speed(i2c, 250);
2226 if (i2c_transfer(i2c, msg, 2) != 2)
2229 switch (rb[0] << 8 | rb[1]) {
2231 deb_info("Found DiB0170 rev1: This version of DiB0170 is not supported any longer.\n");
2234 deb_info("Found DiB0170 rev2");
2237 deb_info("Found DiB0190 rev2");
2240 deb_info("DiB01x0 not found");
2244 for (index_data = 0; index_data < len; index_data += 2) {
2245 wb[2] = (data[index_data + 1] >> 8) & 0xff;
2246 wb[3] = (data[index_data + 1]) & 0xff;
2248 if (data[index_data] == 0) {
2249 wb[0] = (data[index_data] >> 8) & 0xff;
2250 wb[1] = (data[index_data]) & 0xff;
2252 if (i2c_transfer(i2c, msg, 2) != 2)
2255 wb[3] |= rb[1] & ~(3 << 4);
2258 wb[0] = (data[index_data] >> 8)&0xff;
2259 wb[1] = (data[index_data])&0xff;
2261 if (i2c_transfer(i2c, &msg[0], 1) != 1)
2267 static struct dib9000_config stk9090m_config = {
2268 .output_mpeg2_in_188_bytes = 1,
2269 .output_mode = OUTMODE_MPEG2_FIFO,
2270 .vcxo_timer = 279620,
2271 .timing_frequency = 20452225,
2272 .demod_clock_khz = 60000,
2273 .xtal_clock_khz = 30000,
2274 .if_drives = (0 << 15) | (1 << 13) | (0 << 12) | (3 << 10) | (0 << 9) | (1 << 7) | (0 << 6) | (0 << 4) | (1 << 3) | (1 << 1) | (0),
2278 { 240, { BOARD_GPIO_COMPONENT_DEMOD, BOARD_GPIO_FUNCTION_SUBBAND_GPIO, 0x0008, 0x0000, 0x0008 } }, /* GPIO 3 to 1 for VHF */
2279 { 890, { BOARD_GPIO_COMPONENT_DEMOD, BOARD_GPIO_FUNCTION_SUBBAND_GPIO, 0x0008, 0x0000, 0x0000 } }, /* GPIO 3 to 0 for UHF */
2284 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_ON, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = (0x10 & ~0x1) | 0x20 },
2285 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_OFF, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = 0 | 0x21 },
2289 static struct dib9000_config nim9090md_config[2] = {
2291 .output_mpeg2_in_188_bytes = 1,
2292 .output_mode = OUTMODE_MPEG2_FIFO,
2293 .vcxo_timer = 279620,
2294 .timing_frequency = 20452225,
2295 .demod_clock_khz = 60000,
2296 .xtal_clock_khz = 30000,
2297 .if_drives = (0 << 15) | (1 << 13) | (0 << 12) | (3 << 10) | (0 << 9) | (1 << 7) | (0 << 6) | (0 << 4) | (1 << 3) | (1 << 1) | (0),
2299 .output_mpeg2_in_188_bytes = 1,
2300 .output_mode = OUTMODE_DIVERSITY,
2301 .vcxo_timer = 279620,
2302 .timing_frequency = 20452225,
2303 .demod_clock_khz = 60000,
2304 .xtal_clock_khz = 30000,
2305 .if_drives = (0 << 15) | (1 << 13) | (0 << 12) | (3 << 10) | (0 << 9) | (1 << 7) | (0 << 6) | (0 << 4) | (1 << 3) | (1 << 1) | (0),
2309 { 240, { BOARD_GPIO_COMPONENT_DEMOD, BOARD_GPIO_FUNCTION_SUBBAND_GPIO, 0x0006, 0x0000, 0x0006 } }, /* GPIO 1 and 2 to 1 for VHF */
2310 { 890, { BOARD_GPIO_COMPONENT_DEMOD, BOARD_GPIO_FUNCTION_SUBBAND_GPIO, 0x0006, 0x0000, 0x0000 } }, /* GPIO 1 and 2 to 0 for UHF */
2315 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_ON, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = (0x10 & ~0x1) | 0x20 },
2316 { .component = BOARD_GPIO_COMPONENT_DEMOD, .function = BOARD_GPIO_FUNCTION_COMPONENT_OFF, .mask = 0x10 | 0x21, .direction = 0 & ~0x21, .value = 0 | 0x21 },
2321 static struct dib0090_config dib9090_dib0090_config = {
2325 .io.pll_loopdiv = 8,
2326 .io.adc_clock_ratio = 8,
2327 .io.pll_int_loop_filt = 0,
2328 .io.clock_khz = 30000,
2329 .reset = dib90x0_tuner_reset,
2330 .sleep = dib90x0_tuner_sleep,
2335 .freq_offset_khz_uhf = 0,
2336 .freq_offset_khz_vhf = 0,
2339 static struct dib0090_config nim9090md_dib0090_config[2] = {
2344 .io.pll_loopdiv = 8,
2345 .io.adc_clock_ratio = 8,
2346 .io.pll_int_loop_filt = 0,
2347 .io.clock_khz = 30000,
2348 .reset = dib90x0_tuner_reset,
2349 .sleep = dib90x0_tuner_sleep,
2354 .freq_offset_khz_uhf = 0,
2355 .freq_offset_khz_vhf = 0,
2360 .io.pll_loopdiv = 8,
2361 .io.adc_clock_ratio = 8,
2362 .io.pll_int_loop_filt = 0,
2363 .io.clock_khz = 30000,
2364 .reset = dib90x0_tuner_reset,
2365 .sleep = dib90x0_tuner_sleep,
2370 .freq_offset_khz_uhf = 0,
2371 .freq_offset_khz_vhf = 0,
2376 static int stk9090m_frontend_attach(struct dvb_usb_adapter *adap)
2378 struct dib0700_adapter_state *state = adap->priv;
2379 struct dib0700_state *st = adap->dev->priv;
2382 /* Make use of the new i2c functions from FW 1.20 */
2383 dib0700_get_version(adap->dev, NULL, NULL, &fw_version, NULL);
2384 if (fw_version >= 0x10200)
2385 st->fw_use_new_i2c_api = 1;
2386 dib0700_set_i2c_speed(adap->dev, 340);
2388 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
2390 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
2391 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
2392 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
2393 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
2395 dib0700_ctrl_clock(adap->dev, 72, 1);
2398 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
2400 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
2402 dib9000_i2c_enumeration(&adap->dev->i2c_adap, 1, 0x10, 0x80);
2404 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) {
2405 deb_info("%s: Upload failed. (file not found?)\n", __func__);
2408 deb_info("%s: firmware read %zu bytes.\n", __func__, state->frontend_firmware->size);
2410 stk9090m_config.microcode_B_fe_size = state->frontend_firmware->size;
2411 stk9090m_config.microcode_B_fe_buffer = state->frontend_firmware->data;
2413 adap->fe_adap[0].fe = dvb_attach(dib9000_attach, &adap->dev->i2c_adap, 0x80, &stk9090m_config);
2415 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
2418 static int dib9090_tuner_attach(struct dvb_usb_adapter *adap)
2420 struct dib0700_adapter_state *state = adap->priv;
2421 struct i2c_adapter *i2c = dib9000_get_tuner_interface(adap->fe_adap[0].fe);
2422 u16 data_dib190[10] = {
2430 if (!IS_ENABLED(CONFIG_DVB_DIB9000))
2432 if (dvb_attach(dib0090_fw_register, adap->fe_adap[0].fe, i2c, &dib9090_dib0090_config) == NULL)
2434 i2c = dib9000_get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_GPIO_1_2, 0);
2437 if (dib01x0_pmu_update(i2c, data_dib190, 10) != 0)
2439 dib0700_set_i2c_speed(adap->dev, 1500);
2440 if (dib9000_firmware_post_pll_init(adap->fe_adap[0].fe) < 0)
2442 release_firmware(state->frontend_firmware);
2446 static int nim9090md_frontend_attach(struct dvb_usb_adapter *adap)
2448 struct dib0700_adapter_state *state = adap->priv;
2449 struct dib0700_state *st = adap->dev->priv;
2450 struct i2c_adapter *i2c;
2451 struct dvb_frontend *fe_slave;
2454 /* Make use of the new i2c functions from FW 1.20 */
2455 dib0700_get_version(adap->dev, NULL, NULL, &fw_version, NULL);
2456 if (fw_version >= 0x10200)
2457 st->fw_use_new_i2c_api = 1;
2458 dib0700_set_i2c_speed(adap->dev, 340);
2460 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
2462 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
2463 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
2464 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
2465 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
2467 dib0700_ctrl_clock(adap->dev, 72, 1);
2470 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
2472 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
2474 if (request_firmware(&state->frontend_firmware, "dib9090.fw", &adap->dev->udev->dev)) {
2475 deb_info("%s: Upload failed. (file not found?)\n", __func__);
2478 deb_info("%s: firmware read %zu bytes.\n", __func__, state->frontend_firmware->size);
2480 nim9090md_config[0].microcode_B_fe_size = state->frontend_firmware->size;
2481 nim9090md_config[0].microcode_B_fe_buffer = state->frontend_firmware->data;
2482 nim9090md_config[1].microcode_B_fe_size = state->frontend_firmware->size;
2483 nim9090md_config[1].microcode_B_fe_buffer = state->frontend_firmware->data;
2485 dib9000_i2c_enumeration(&adap->dev->i2c_adap, 1, 0x20, 0x80);
2486 adap->fe_adap[0].fe = dvb_attach(dib9000_attach, &adap->dev->i2c_adap, 0x80, &nim9090md_config[0]);
2488 if (adap->fe_adap[0].fe == NULL)
2491 i2c = dib9000_get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_GPIO_3_4, 0);
2492 dib9000_i2c_enumeration(i2c, 1, 0x12, 0x82);
2494 fe_slave = dvb_attach(dib9000_attach, i2c, 0x82, &nim9090md_config[1]);
2495 dib9000_set_slave_frontend(adap->fe_adap[0].fe, fe_slave);
2497 return fe_slave == NULL ? -ENODEV : 0;
2500 static int nim9090md_tuner_attach(struct dvb_usb_adapter *adap)
2502 struct dib0700_adapter_state *state = adap->priv;
2503 struct i2c_adapter *i2c;
2504 struct dvb_frontend *fe_slave;
2505 u16 data_dib190[10] = {
2512 if (!IS_ENABLED(CONFIG_DVB_DIB9000))
2514 i2c = dib9000_get_tuner_interface(adap->fe_adap[0].fe);
2515 if (dvb_attach(dib0090_fw_register, adap->fe_adap[0].fe, i2c, &nim9090md_dib0090_config[0]) == NULL)
2517 i2c = dib9000_get_i2c_master(adap->fe_adap[0].fe, DIBX000_I2C_INTERFACE_GPIO_1_2, 0);
2520 if (dib01x0_pmu_update(i2c, data_dib190, 10) < 0)
2523 dib0700_set_i2c_speed(adap->dev, 1500);
2524 if (dib9000_firmware_post_pll_init(adap->fe_adap[0].fe) < 0)
2527 fe_slave = dib9000_get_slave_frontend(adap->fe_adap[0].fe, 1);
2528 if (fe_slave != NULL) {
2529 i2c = dib9000_get_component_bus_interface(adap->fe_adap[0].fe);
2530 dib9000_set_i2c_adapter(fe_slave, i2c);
2532 i2c = dib9000_get_tuner_interface(fe_slave);
2533 if (dvb_attach(dib0090_fw_register, fe_slave, i2c, &nim9090md_dib0090_config[1]) == NULL)
2535 fe_slave->dvb = adap->fe_adap[0].fe->dvb;
2536 dib9000_fw_set_component_bus_speed(adap->fe_adap[0].fe, 1500);
2537 if (dib9000_firmware_post_pll_init(fe_slave) < 0)
2540 release_firmware(state->frontend_firmware);
2546 static int dib7090p_get_best_sampling(struct dvb_frontend *fe , struct dibx090p_best_adc *adc)
2548 u8 spur = 0, prediv = 0, loopdiv = 0, min_prediv = 1, max_prediv = 1;
2551 u32 fcp_min = 1900; /* PLL Minimum Frequency comparator KHz */
2552 u32 fcp_max = 20000; /* PLL Maximum Frequency comparator KHz */
2553 u32 fdem_max = 76000;
2554 u32 fdem_min = 69500;
2555 u32 fcp = 0, fs = 0, fdem = 0;
2556 u32 harmonic_id = 0;
2558 adc->pll_loopdiv = loopdiv;
2559 adc->pll_prediv = prediv;
2562 deb_info("bandwidth = %d fdem_min =%d", fe->dtv_property_cache.bandwidth_hz, fdem_min);
2564 /* Find Min and Max prediv */
2565 while ((xtal/max_prediv) >= fcp_min)
2569 min_prediv = max_prediv;
2570 while ((xtal/min_prediv) <= fcp_max) {
2572 if (min_prediv == 1)
2575 deb_info("MIN prediv = %d : MAX prediv = %d", min_prediv, max_prediv);
2579 for (prediv = min_prediv ; prediv < max_prediv; prediv++) {
2580 fcp = xtal / prediv;
2581 if (fcp > fcp_min && fcp < fcp_max) {
2582 for (loopdiv = 1 ; loopdiv < 64 ; loopdiv++) {
2583 fdem = ((xtal/prediv) * loopdiv);
2585 /* test min/max system restrictions */
2587 if ((fdem >= fdem_min) && (fdem <= fdem_max) && (fs >= fe->dtv_property_cache.bandwidth_hz/1000)) {
2589 /* test fs harmonics positions */
2590 for (harmonic_id = (fe->dtv_property_cache.frequency / (1000*fs)) ; harmonic_id <= ((fe->dtv_property_cache.frequency / (1000*fs))+1) ; harmonic_id++) {
2591 if (((fs*harmonic_id) >= ((fe->dtv_property_cache.frequency/1000) - (fe->dtv_property_cache.bandwidth_hz/2000))) && ((fs*harmonic_id) <= ((fe->dtv_property_cache.frequency/1000) + (fe->dtv_property_cache.bandwidth_hz/2000)))) {
2598 adc->pll_loopdiv = loopdiv;
2599 adc->pll_prediv = prediv;
2600 adc->timf = 2396745143UL/fdem*(1 << 9);
2601 adc->timf += ((2396745143UL%fdem) << 9)/fdem;
2602 deb_info("loopdiv=%i prediv=%i timf=%i", loopdiv, prediv, adc->timf);
2613 if (adc->pll_loopdiv == 0 && adc->pll_prediv == 0)
2619 static int dib7090_agc_startup(struct dvb_frontend *fe)
2621 struct dvb_usb_adapter *adap = fe->dvb->priv;
2622 struct dib0700_adapter_state *state = adap->priv;
2623 struct dibx000_bandwidth_config pll;
2625 struct dibx090p_best_adc adc;
2628 ret = state->set_param_save(fe);
2632 memset(&pll, 0, sizeof(struct dibx000_bandwidth_config));
2633 dib0090_pwm_gain_reset(fe);
2634 target = (dib0090_get_wbd_target(fe) * 8 + 1) / 2;
2635 state->dib7000p_ops.set_wbd_ref(fe, target);
2637 if (dib7090p_get_best_sampling(fe, &adc) == 0) {
2638 pll.pll_ratio = adc.pll_loopdiv;
2639 pll.pll_prediv = adc.pll_prediv;
2641 state->dib7000p_ops.update_pll(fe, &pll);
2642 state->dib7000p_ops.ctrl_timf(fe, DEMOD_TIMF_SET, adc.timf);
2647 static int dib7090_agc_restart(struct dvb_frontend *fe, u8 restart)
2649 deb_info("AGC restart callback: %d", restart);
2650 if (restart == 0) /* before AGC startup */
2651 dib0090_set_dc_servo(fe, 1);
2655 static int tfe7790p_update_lna(struct dvb_frontend *fe, u16 agc_global)
2657 struct dvb_usb_adapter *adap = fe->dvb->priv;
2658 struct dib0700_adapter_state *state = adap->priv;
2660 deb_info("update LNA: agc global=%i", agc_global);
2662 if (agc_global < 25000) {
2663 state->dib7000p_ops.set_gpio(fe, 8, 0, 0);
2664 state->dib7000p_ops.set_agc1_min(fe, 0);
2666 state->dib7000p_ops.set_gpio(fe, 8, 0, 1);
2667 state->dib7000p_ops.set_agc1_min(fe, 32768);
2673 static struct dib0090_wbd_slope dib7090_wbd_table[] = {
2674 { 380, 81, 850, 64, 540, 4},
2675 { 860, 51, 866, 21, 375, 4},
2676 {1700, 0, 250, 0, 100, 6},
2677 {2600, 0, 250, 0, 100, 6},
2678 { 0xFFFF, 0, 0, 0, 0, 0},
2681 static struct dibx000_agc_config dib7090_agc_config[2] = {
2683 .band_caps = BAND_UHF,
2684 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0, P_agc_inv_pwm2=0,
2685 * 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 */
2686 .setup = (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8) | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
2689 .time_stabiliz = 10,
2720 .perform_agc_softsplit = 0,
2722 .band_caps = BAND_FM | BAND_VHF | BAND_CBAND,
2723 /* P_agc_use_sd_mod1=0, P_agc_use_sd_mod2=0, P_agc_freq_pwm_div=1, P_agc_inv_pwm1=0, P_agc_inv_pwm2=0,
2724 * 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 */
2725 .setup = (0 << 15) | (0 << 14) | (5 << 11) | (0 << 10) | (0 << 9) | (0 << 8) | (3 << 5) | (0 << 4) | (5 << 1) | (0 << 0),
2728 .time_stabiliz = 10,
2759 .perform_agc_softsplit = 0,
2763 static struct dibx000_bandwidth_config dib7090_clock_config_12_mhz = {
2773 .IO_CLK_en_core = 1,
2776 .sad_cfg = (3 << 14) | (1 << 12) | (524 << 0),
2777 .ifreq = (0 << 25) | 0,
2779 .xtal_hz = 15000000,
2782 static struct dib7000p_config nim7090_dib7000p_config = {
2783 .output_mpeg2_in_188_bytes = 1,
2784 .hostbus_diversity = 1,
2785 .tuner_is_baseband = 1,
2786 .update_lna = tfe7790p_update_lna, /* GPIO used is the same as TFE7790 */
2788 .agc_config_count = 2,
2789 .agc = dib7090_agc_config,
2791 .bw = &dib7090_clock_config_12_mhz,
2793 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
2794 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
2795 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
2799 .agc_control = dib7090_agc_restart,
2802 .disable_sample_and_hold = 0,
2803 .enable_current_mirror = 0,
2804 .diversity_delay = 0,
2806 .output_mode = OUTMODE_MPEG2_FIFO,
2810 static int tfe7090p_pvr_update_lna(struct dvb_frontend *fe, u16 agc_global)
2812 struct dvb_usb_adapter *adap = fe->dvb->priv;
2813 struct dib0700_adapter_state *state = adap->priv;
2815 deb_info("TFE7090P-PVR update LNA: agc global=%i", agc_global);
2816 if (agc_global < 25000) {
2817 state->dib7000p_ops.set_gpio(fe, 5, 0, 0);
2818 state->dib7000p_ops.set_agc1_min(fe, 0);
2820 state->dib7000p_ops.set_gpio(fe, 5, 0, 1);
2821 state->dib7000p_ops.set_agc1_min(fe, 32768);
2827 static struct dib7000p_config tfe7090pvr_dib7000p_config[2] = {
2829 .output_mpeg2_in_188_bytes = 1,
2830 .hostbus_diversity = 1,
2831 .tuner_is_baseband = 1,
2832 .update_lna = tfe7090p_pvr_update_lna,
2834 .agc_config_count = 2,
2835 .agc = dib7090_agc_config,
2837 .bw = &dib7090_clock_config_12_mhz,
2839 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
2840 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
2841 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
2845 .agc_control = dib7090_agc_restart,
2848 .disable_sample_and_hold = 0,
2849 .enable_current_mirror = 0,
2850 .diversity_delay = 0,
2852 .output_mode = OUTMODE_MPEG2_PAR_GATED_CLK,
2853 .default_i2c_addr = 0x90,
2856 .output_mpeg2_in_188_bytes = 1,
2857 .hostbus_diversity = 1,
2858 .tuner_is_baseband = 1,
2859 .update_lna = tfe7090p_pvr_update_lna,
2861 .agc_config_count = 2,
2862 .agc = dib7090_agc_config,
2864 .bw = &dib7090_clock_config_12_mhz,
2866 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
2867 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
2868 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
2872 .agc_control = dib7090_agc_restart,
2875 .disable_sample_and_hold = 0,
2876 .enable_current_mirror = 0,
2877 .diversity_delay = 0,
2879 .output_mode = OUTMODE_MPEG2_PAR_GATED_CLK,
2880 .default_i2c_addr = 0x92,
2885 static struct dib0090_config nim7090_dib0090_config = {
2886 .io.clock_khz = 12000,
2890 .io.pll_loopdiv = 6,
2891 .io.adc_clock_ratio = 0,
2892 .io.pll_int_loop_filt = 0,
2894 .freq_offset_khz_uhf = 0,
2895 .freq_offset_khz_vhf = 0,
2900 .wbd_vhf_offset = 0,
2901 .wbd_cband_offset = 0,
2905 .fref_clock_ratio = 0,
2907 .wbd = dib7090_wbd_table,
2909 .ls_cfg_pad_drv = 0,
2915 static struct dib7000p_config tfe7790p_dib7000p_config = {
2916 .output_mpeg2_in_188_bytes = 1,
2917 .hostbus_diversity = 1,
2918 .tuner_is_baseband = 1,
2919 .update_lna = tfe7790p_update_lna,
2921 .agc_config_count = 2,
2922 .agc = dib7090_agc_config,
2924 .bw = &dib7090_clock_config_12_mhz,
2926 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
2927 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
2928 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
2932 .agc_control = dib7090_agc_restart,
2935 .disable_sample_and_hold = 0,
2936 .enable_current_mirror = 0,
2937 .diversity_delay = 0,
2939 .output_mode = OUTMODE_MPEG2_PAR_GATED_CLK,
2943 static struct dib0090_config tfe7790p_dib0090_config = {
2944 .io.clock_khz = 12000,
2948 .io.pll_loopdiv = 6,
2949 .io.adc_clock_ratio = 0,
2950 .io.pll_int_loop_filt = 0,
2952 .freq_offset_khz_uhf = 0,
2953 .freq_offset_khz_vhf = 0,
2958 .wbd_vhf_offset = 0,
2959 .wbd_cband_offset = 0,
2963 .fref_clock_ratio = 0,
2965 .wbd = dib7090_wbd_table,
2967 .ls_cfg_pad_drv = 0,
2971 .force_cband_input = 0,
2973 .force_crystal_mode = 1,
2976 static struct dib0090_config tfe7090pvr_dib0090_config[2] = {
2978 .io.clock_khz = 12000,
2982 .io.pll_loopdiv = 6,
2983 .io.adc_clock_ratio = 0,
2984 .io.pll_int_loop_filt = 0,
2986 .freq_offset_khz_uhf = 50,
2987 .freq_offset_khz_vhf = 70,
2992 .wbd_vhf_offset = 0,
2993 .wbd_cband_offset = 0,
2997 .fref_clock_ratio = 0,
2999 .wbd = dib7090_wbd_table,
3001 .ls_cfg_pad_drv = 0,
3006 .io.clock_khz = 12000,
3010 .io.pll_loopdiv = 6,
3011 .io.adc_clock_ratio = 0,
3012 .io.pll_int_loop_filt = 0,
3014 .freq_offset_khz_uhf = -50,
3015 .freq_offset_khz_vhf = -70,
3020 .wbd_vhf_offset = 0,
3021 .wbd_cband_offset = 0,
3025 .fref_clock_ratio = 0,
3027 .wbd = dib7090_wbd_table,
3029 .ls_cfg_pad_drv = 0,
3036 static int nim7090_frontend_attach(struct dvb_usb_adapter *adap)
3038 struct dib0700_adapter_state *state = adap->priv;
3040 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3043 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
3045 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
3046 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
3047 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
3048 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
3051 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3053 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
3055 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 0x10, &nim7090_dib7000p_config) != 0) {
3056 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n", __func__);
3057 dvb_detach(state->dib7000p_ops.set_wbd_ref);
3060 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x80, &nim7090_dib7000p_config);
3062 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3065 static int nim7090_tuner_attach(struct dvb_usb_adapter *adap)
3067 struct dib0700_adapter_state *st = adap->priv;
3068 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_tuner(adap->fe_adap[0].fe);
3070 nim7090_dib0090_config.reset = st->dib7000p_ops.tuner_sleep;
3071 nim7090_dib0090_config.sleep = st->dib7000p_ops.tuner_sleep;
3072 nim7090_dib0090_config.get_adc_power = st->dib7000p_ops.get_adc_power;
3074 if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c, &nim7090_dib0090_config) == NULL)
3077 st->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 1);
3079 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
3080 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7090_agc_startup;
3084 static int tfe7090pvr_frontend0_attach(struct dvb_usb_adapter *adap)
3086 struct dib0700_state *st = adap->dev->priv;
3087 struct dib0700_adapter_state *state = adap->priv;
3089 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3092 /* The TFE7090 requires the dib0700 to not be in master mode */
3093 st->disable_streaming_master_mode = 1;
3095 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
3097 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
3098 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
3099 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
3100 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
3103 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3105 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
3107 /* initialize IC 0 */
3108 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 1, 0x20, &tfe7090pvr_dib7000p_config[0]) != 0) {
3109 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n", __func__);
3110 dvb_detach(state->dib7000p_ops.set_wbd_ref);
3114 dib0700_set_i2c_speed(adap->dev, 340);
3115 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x90, &tfe7090pvr_dib7000p_config[0]);
3116 if (adap->fe_adap[0].fe == NULL)
3119 state->dib7000p_ops.slave_reset(adap->fe_adap[0].fe);
3124 static int tfe7090pvr_frontend1_attach(struct dvb_usb_adapter *adap)
3126 struct i2c_adapter *i2c;
3127 struct dib0700_adapter_state *state = adap->priv;
3129 if (adap->dev->adapter[0].fe_adap[0].fe == NULL) {
3130 err("the master dib7090 has to be initialized first");
3131 return -ENODEV; /* the master device has not been initialized */
3134 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3137 i2c = state->dib7000p_ops.get_i2c_master(adap->dev->adapter[0].fe_adap[0].fe, DIBX000_I2C_INTERFACE_GPIO_6_7, 1);
3138 if (state->dib7000p_ops.i2c_enumeration(i2c, 1, 0x10, &tfe7090pvr_dib7000p_config[1]) != 0) {
3139 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n", __func__);
3140 dvb_detach(state->dib7000p_ops.set_wbd_ref);
3144 adap->fe_adap[0].fe = state->dib7000p_ops.init(i2c, 0x92, &tfe7090pvr_dib7000p_config[1]);
3145 dib0700_set_i2c_speed(adap->dev, 200);
3147 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3150 static int tfe7090pvr_tuner0_attach(struct dvb_usb_adapter *adap)
3152 struct dib0700_adapter_state *st = adap->priv;
3153 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_tuner(adap->fe_adap[0].fe);
3155 tfe7090pvr_dib0090_config[0].reset = st->dib7000p_ops.tuner_sleep;
3156 tfe7090pvr_dib0090_config[0].sleep = st->dib7000p_ops.tuner_sleep;
3157 tfe7090pvr_dib0090_config[0].get_adc_power = st->dib7000p_ops.get_adc_power;
3159 if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c, &tfe7090pvr_dib0090_config[0]) == NULL)
3162 st->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 1);
3164 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
3165 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7090_agc_startup;
3169 static int tfe7090pvr_tuner1_attach(struct dvb_usb_adapter *adap)
3171 struct dib0700_adapter_state *st = adap->priv;
3172 struct i2c_adapter *tun_i2c = st->dib7000p_ops.get_i2c_tuner(adap->fe_adap[0].fe);
3174 tfe7090pvr_dib0090_config[1].reset = st->dib7000p_ops.tuner_sleep;
3175 tfe7090pvr_dib0090_config[1].sleep = st->dib7000p_ops.tuner_sleep;
3176 tfe7090pvr_dib0090_config[1].get_adc_power = st->dib7000p_ops.get_adc_power;
3178 if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c, &tfe7090pvr_dib0090_config[1]) == NULL)
3181 st->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 1);
3183 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
3184 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7090_agc_startup;
3188 static int tfe7790p_frontend_attach(struct dvb_usb_adapter *adap)
3190 struct dib0700_state *st = adap->dev->priv;
3191 struct dib0700_adapter_state *state = adap->priv;
3193 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3196 /* The TFE7790P requires the dib0700 to not be in master mode */
3197 st->disable_streaming_master_mode = 1;
3199 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
3201 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
3202 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
3203 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
3204 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
3206 dib0700_ctrl_clock(adap->dev, 72, 1);
3207 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3209 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
3211 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap,
3212 1, 0x10, &tfe7790p_dib7000p_config) != 0) {
3213 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n",
3215 dvb_detach(state->dib7000p_ops.set_wbd_ref);
3218 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap,
3219 0x80, &tfe7790p_dib7000p_config);
3221 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3224 static int tfe7790p_tuner_attach(struct dvb_usb_adapter *adap)
3226 struct dib0700_adapter_state *st = adap->priv;
3227 struct i2c_adapter *tun_i2c =
3228 st->dib7000p_ops.get_i2c_tuner(adap->fe_adap[0].fe);
3231 tfe7790p_dib0090_config.reset = st->dib7000p_ops.tuner_sleep;
3232 tfe7790p_dib0090_config.sleep = st->dib7000p_ops.tuner_sleep;
3233 tfe7790p_dib0090_config.get_adc_power = st->dib7000p_ops.get_adc_power;
3235 if (dvb_attach(dib0090_register, adap->fe_adap[0].fe, tun_i2c,
3236 &tfe7790p_dib0090_config) == NULL)
3239 st->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 1);
3241 st->set_param_save = adap->fe_adap[0].fe->ops.tuner_ops.set_params;
3242 adap->fe_adap[0].fe->ops.tuner_ops.set_params = dib7090_agc_startup;
3247 static struct dib7000p_config stk7070pd_dib7000p_config[2] = {
3249 .output_mpeg2_in_188_bytes = 1,
3251 .agc_config_count = 1,
3252 .agc = &dib7070_agc_config,
3253 .bw = &dib7070_bw_config_12_mhz,
3254 .tuner_is_baseband = 1,
3257 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
3258 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
3259 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
3261 .hostbus_diversity = 1,
3263 .output_mpeg2_in_188_bytes = 1,
3265 .agc_config_count = 1,
3266 .agc = &dib7070_agc_config,
3267 .bw = &dib7070_bw_config_12_mhz,
3268 .tuner_is_baseband = 1,
3271 .gpio_dir = DIB7000P_GPIO_DEFAULT_DIRECTIONS,
3272 .gpio_val = DIB7000P_GPIO_DEFAULT_VALUES,
3273 .gpio_pwm_pos = DIB7000P_GPIO_DEFAULT_PWM_POS,
3275 .hostbus_diversity = 1,
3279 static void stk7070pd_init(struct dvb_usb_device *dev)
3281 dib0700_set_gpio(dev, GPIO6, GPIO_OUT, 1);
3283 dib0700_set_gpio(dev, GPIO9, GPIO_OUT, 1);
3284 dib0700_set_gpio(dev, GPIO4, GPIO_OUT, 1);
3285 dib0700_set_gpio(dev, GPIO7, GPIO_OUT, 1);
3286 dib0700_set_gpio(dev, GPIO10, GPIO_OUT, 0);
3288 dib0700_ctrl_clock(dev, 72, 1);
3291 dib0700_set_gpio(dev, GPIO10, GPIO_OUT, 1);
3294 static int stk7070pd_frontend_attach0(struct dvb_usb_adapter *adap)
3296 struct dib0700_adapter_state *state = adap->priv;
3298 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3301 stk7070pd_init(adap->dev);
3304 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
3306 if (state->dib7000p_ops.i2c_enumeration(&adap->dev->i2c_adap, 2, 18,
3307 stk7070pd_dib7000p_config) != 0) {
3308 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n",
3310 dvb_detach(state->dib7000p_ops.set_wbd_ref);
3314 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x80, &stk7070pd_dib7000p_config[0]);
3315 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3318 static int stk7070pd_frontend_attach1(struct dvb_usb_adapter *adap)
3320 struct dib0700_adapter_state *state = adap->priv;
3322 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3325 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x82, &stk7070pd_dib7000p_config[1]);
3326 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3329 static int novatd_read_status_override(struct dvb_frontend *fe,
3330 enum fe_status *stat)
3332 struct dvb_usb_adapter *adap = fe->dvb->priv;
3333 struct dvb_usb_device *dev = adap->dev;
3334 struct dib0700_state *state = dev->priv;
3337 ret = state->read_status(fe, stat);
3340 dib0700_set_gpio(dev, adap->id == 0 ? GPIO1 : GPIO0, GPIO_OUT,
3341 !!(*stat & FE_HAS_LOCK));
3346 static int novatd_sleep_override(struct dvb_frontend* fe)
3348 struct dvb_usb_adapter *adap = fe->dvb->priv;
3349 struct dvb_usb_device *dev = adap->dev;
3350 struct dib0700_state *state = dev->priv;
3353 dib0700_set_gpio(dev, adap->id == 0 ? GPIO1 : GPIO0, GPIO_OUT, 0);
3355 return state->sleep(fe);
3359 * novatd_frontend_attach - Nova-TD specific attach
3361 * Nova-TD has GPIO0, 1 and 2 for LEDs. So do not fiddle with them except for
3362 * information purposes.
3364 static int novatd_frontend_attach(struct dvb_usb_adapter *adap)
3366 struct dvb_usb_device *dev = adap->dev;
3367 struct dib0700_state *st = dev->priv;
3368 struct dib0700_adapter_state *state = adap->priv;
3370 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3373 if (adap->id == 0) {
3374 stk7070pd_init(dev);
3376 /* turn the power LED on, the other two off (just in case) */
3377 dib0700_set_gpio(dev, GPIO0, GPIO_OUT, 0);
3378 dib0700_set_gpio(dev, GPIO1, GPIO_OUT, 0);
3379 dib0700_set_gpio(dev, GPIO2, GPIO_OUT, 1);
3381 if (state->dib7000p_ops.i2c_enumeration(&dev->i2c_adap, 2, 18,
3382 stk7070pd_dib7000p_config) != 0) {
3383 err("%s: state->dib7000p_ops.i2c_enumeration failed. Cannot continue\n",
3385 dvb_detach(state->dib7000p_ops.set_wbd_ref);
3390 adap->fe_adap[0].fe = state->dib7000p_ops.init(&dev->i2c_adap,
3391 adap->id == 0 ? 0x80 : 0x82,
3392 &stk7070pd_dib7000p_config[adap->id]);
3394 if (adap->fe_adap[0].fe == NULL)
3397 st->read_status = adap->fe_adap[0].fe->ops.read_status;
3398 adap->fe_adap[0].fe->ops.read_status = novatd_read_status_override;
3399 st->sleep = adap->fe_adap[0].fe->ops.sleep;
3400 adap->fe_adap[0].fe->ops.sleep = novatd_sleep_override;
3406 static struct s5h1411_config pinnacle_801e_config = {
3407 .output_mode = S5H1411_PARALLEL_OUTPUT,
3408 .gpio = S5H1411_GPIO_OFF,
3409 .mpeg_timing = S5H1411_MPEGTIMING_NONCONTINUOUS_NONINVERTING_CLOCK,
3410 .qam_if = S5H1411_IF_44000,
3411 .vsb_if = S5H1411_IF_44000,
3412 .inversion = S5H1411_INVERSION_OFF,
3413 .status_mode = S5H1411_DEMODLOCKING
3416 /* Pinnacle PCTV HD Pro 801e GPIOs map:
3417 GPIO0 - currently unknown
3418 GPIO1 - xc5000 tuner reset
3419 GPIO2 - CX25843 sleep
3420 GPIO3 - currently unknown
3421 GPIO4 - currently unknown
3422 GPIO6 - currently unknown
3423 GPIO7 - currently unknown
3424 GPIO9 - currently unknown
3425 GPIO10 - CX25843 reset
3427 static int s5h1411_frontend_attach(struct dvb_usb_adapter *adap)
3429 struct dib0700_state *st = adap->dev->priv;
3431 /* Make use of the new i2c functions from FW 1.20 */
3432 st->fw_use_new_i2c_api = 1;
3434 /* The s5h1411 requires the dib0700 to not be in master mode */
3435 st->disable_streaming_master_mode = 1;
3437 /* All msleep values taken from Windows USB trace */
3438 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 0);
3439 dib0700_set_gpio(adap->dev, GPIO3, GPIO_OUT, 0);
3440 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
3442 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
3444 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3446 dib0700_set_gpio(adap->dev, GPIO0, GPIO_OUT, 1);
3447 dib0700_set_gpio(adap->dev, GPIO9, GPIO_OUT, 1);
3448 dib0700_set_gpio(adap->dev, GPIO4, GPIO_OUT, 1);
3449 dib0700_set_gpio(adap->dev, GPIO7, GPIO_OUT, 1);
3450 dib0700_set_gpio(adap->dev, GPIO2, GPIO_OUT, 0);
3453 /* Put the CX25843 to sleep for now since we're in digital mode */
3454 dib0700_set_gpio(adap->dev, GPIO2, GPIO_OUT, 1);
3456 /* GPIOs are initialized, do the attach */
3457 adap->fe_adap[0].fe = dvb_attach(s5h1411_attach, &pinnacle_801e_config,
3458 &adap->dev->i2c_adap);
3459 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3462 static int dib0700_xc5000_tuner_callback(void *priv, int component,
3463 int command, int arg)
3465 struct dvb_usb_adapter *adap = priv;
3467 if (command == XC5000_TUNER_RESET) {
3468 /* Reset the tuner */
3469 dib0700_set_gpio(adap->dev, GPIO1, GPIO_OUT, 0);
3471 dib0700_set_gpio(adap->dev, GPIO1, GPIO_OUT, 1);
3474 err("xc5000: unknown tuner callback command: %d\n", command);
3481 static struct xc5000_config s5h1411_xc5000_tunerconfig = {
3482 .i2c_address = 0x64,
3486 static int xc5000_tuner_attach(struct dvb_usb_adapter *adap)
3488 /* FIXME: generalize & move to common area */
3489 adap->fe_adap[0].fe->callback = dib0700_xc5000_tuner_callback;
3491 return dvb_attach(xc5000_attach, adap->fe_adap[0].fe, &adap->dev->i2c_adap,
3492 &s5h1411_xc5000_tunerconfig)
3493 == NULL ? -ENODEV : 0;
3496 static int dib0700_xc4000_tuner_callback(void *priv, int component,
3497 int command, int arg)
3499 struct dvb_usb_adapter *adap = priv;
3500 struct dib0700_adapter_state *state = adap->priv;
3502 if (command == XC4000_TUNER_RESET) {
3503 /* Reset the tuner */
3504 state->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 0);
3506 state->dib7000p_ops.set_gpio(adap->fe_adap[0].fe, 8, 0, 1);
3508 err("xc4000: unknown tuner callback command: %d\n", command);
3515 static struct dibx000_agc_config stk7700p_7000p_xc4000_agc_config = {
3516 .band_caps = BAND_UHF | BAND_VHF,
3519 .time_stabiliz = 0x15,
3520 .alpha_level = 0x00,
3533 .agc1_slope1 = 0x00,
3534 .agc1_slope2 = 0x00,
3537 .agc2_slope1 = 0x1d,
3538 .agc2_slope2 = 0x1d,
3543 .perform_agc_softsplit = 0x00,
3546 static struct dibx000_bandwidth_config stk7700p_xc4000_pll_config = {
3556 .IO_CLK_en_core = 1,
3559 .sad_cfg = (3 << 14) | (1 << 12) | 524, /* sad_cfg: refsel, sel, freq_15k */
3565 /* FIXME: none of these inputs are validated yet */
3566 static struct dib7000p_config pctv_340e_config = {
3567 .output_mpeg2_in_188_bytes = 1,
3569 .agc_config_count = 1,
3570 .agc = &stk7700p_7000p_xc4000_agc_config,
3571 .bw = &stk7700p_xc4000_pll_config,
3573 .gpio_dir = DIB7000M_GPIO_DEFAULT_DIRECTIONS,
3574 .gpio_val = DIB7000M_GPIO_DEFAULT_VALUES,
3575 .gpio_pwm_pos = DIB7000M_GPIO_DEFAULT_PWM_POS,
3578 /* PCTV 340e GPIOs map:
3580 GPIO2 - CX25843 sleep
3581 GPIO3 - CS5340 reset
3583 GPIO6 - Power Supply
3584 GPIO8 - LNA (1=off 0=on)
3585 GPIO10 - CX25843 reset
3587 GPIO8 - xc4000 reset
3589 static int pctv340e_frontend_attach(struct dvb_usb_adapter *adap)
3591 struct dib0700_state *st = adap->dev->priv;
3592 struct dib0700_adapter_state *state = adap->priv;
3594 if (!dvb_attach(dib7000p_attach, &state->dib7000p_ops))
3597 /* Power Supply on */
3598 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
3600 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
3601 msleep(100); /* Allow power supply to settle before probing */
3604 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
3605 msleep(1); /* cx25843 datasheet say 350us required */
3606 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3608 /* LNA off for now */
3609 dib0700_set_gpio(adap->dev, GPIO8, GPIO_OUT, 1);
3611 /* Put the CX25843 to sleep for now since we're in digital mode */
3612 dib0700_set_gpio(adap->dev, GPIO2, GPIO_OUT, 1);
3614 /* FIXME: not verified yet */
3615 dib0700_ctrl_clock(adap->dev, 72, 1);
3619 if (state->dib7000p_ops.dib7000pc_detection(&adap->dev->i2c_adap) == 0) {
3620 /* Demodulator not found for some reason? */
3621 dvb_detach(state->dib7000p_ops.set_wbd_ref);
3625 adap->fe_adap[0].fe = state->dib7000p_ops.init(&adap->dev->i2c_adap, 0x12,
3627 st->is_dib7000pc = 1;
3629 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3632 static struct xc4000_config dib7000p_xc4000_tunerconfig = {
3633 .i2c_address = 0x61,
3636 .set_smoothedcvbs = 0,
3640 static int xc4000_tuner_attach(struct dvb_usb_adapter *adap)
3642 struct i2c_adapter *tun_i2c;
3643 struct dib0700_adapter_state *state = adap->priv;
3645 /* The xc4000 is not on the main i2c bus */
3646 tun_i2c = state->dib7000p_ops.get_i2c_master(adap->fe_adap[0].fe,
3647 DIBX000_I2C_INTERFACE_TUNER, 1);
3648 if (tun_i2c == NULL) {
3649 printk(KERN_ERR "Could not reach tuner i2c bus\n");
3653 /* Setup the reset callback */
3654 adap->fe_adap[0].fe->callback = dib0700_xc4000_tuner_callback;
3656 return dvb_attach(xc4000_attach, adap->fe_adap[0].fe, tun_i2c,
3657 &dib7000p_xc4000_tunerconfig)
3658 == NULL ? -ENODEV : 0;
3661 static struct lgdt3305_config hcw_lgdt3305_config = {
3663 .mpeg_mode = LGDT3305_MPEG_PARALLEL,
3664 .tpclk_edge = LGDT3305_TPCLK_FALLING_EDGE,
3665 .tpvalid_polarity = LGDT3305_TP_VALID_LOW,
3667 .spectral_inversion = 1,
3670 .usref_8vsb = 0x0500,
3673 static struct mxl5007t_config hcw_mxl5007t_config = {
3674 .xtal_freq_hz = MxL_XTAL_25_MHZ,
3675 .if_freq_hz = MxL_IF_6_MHZ,
3680 GPIO0 - LNA_CTR (H: LNA power enabled, L: LNA power disabled)
3681 GPIO1 - ANT_SEL (H: VPA, L: MCX)
3687 MXL is behind LG's i2c repeater. LG is on SCL2/SDA2 gpios on the DIB
3689 static int lgdt3305_frontend_attach(struct dvb_usb_adapter *adap)
3691 struct dib0700_state *st = adap->dev->priv;
3693 /* Make use of the new i2c functions from FW 1.20 */
3694 st->fw_use_new_i2c_api = 1;
3696 st->disable_streaming_master_mode = 1;
3698 /* fe power enable */
3699 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
3701 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
3705 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3707 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
3709 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3712 adap->fe_adap[0].fe = dvb_attach(lgdt3305_attach,
3713 &hcw_lgdt3305_config,
3714 &adap->dev->i2c_adap);
3716 return adap->fe_adap[0].fe == NULL ? -ENODEV : 0;
3719 static int mxl5007t_tuner_attach(struct dvb_usb_adapter *adap)
3721 return dvb_attach(mxl5007t_attach, adap->fe_adap[0].fe,
3722 &adap->dev->i2c_adap, 0x60,
3723 &hcw_mxl5007t_config) == NULL ? -ENODEV : 0;
3726 static int xbox_one_attach(struct dvb_usb_adapter *adap)
3728 struct dib0700_state *st = adap->dev->priv;
3729 struct i2c_client *client_demod, *client_tuner;
3730 struct dvb_usb_device *d = adap->dev;
3731 struct mn88472_config mn88472_config = { };
3732 struct tda18250_config tda18250_config;
3733 struct i2c_board_info info;
3735 st->fw_use_new_i2c_api = 1;
3736 st->disable_streaming_master_mode = 1;
3738 /* fe power enable */
3739 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 0);
3741 dib0700_set_gpio(adap->dev, GPIO6, GPIO_OUT, 1);
3745 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3747 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 0);
3749 dib0700_set_gpio(adap->dev, GPIO10, GPIO_OUT, 1);
3753 mn88472_config.fe = &adap->fe_adap[0].fe;
3754 mn88472_config.i2c_wr_max = 22;
3755 mn88472_config.xtal = 20500000;
3756 mn88472_config.ts_mode = PARALLEL_TS_MODE;
3757 mn88472_config.ts_clock = FIXED_TS_CLOCK;
3758 memset(&info, 0, sizeof(struct i2c_board_info));
3759 strscpy(info.type, "mn88472", I2C_NAME_SIZE);
3761 info.platform_data = &mn88472_config;
3762 request_module(info.type);
3763 client_demod = i2c_new_client_device(&d->i2c_adap, &info);
3764 if (!i2c_client_has_driver(client_demod))
3765 goto fail_demod_device;
3766 if (!try_module_get(client_demod->dev.driver->owner))
3767 goto fail_demod_module;
3769 st->i2c_client_demod = client_demod;
3771 adap->fe_adap[0].fe = mn88472_config.get_dvb_frontend(client_demod);
3774 memset(&tda18250_config, 0, sizeof(tda18250_config));
3775 tda18250_config.if_dvbt_6 = 3950;
3776 tda18250_config.if_dvbt_7 = 4450;
3777 tda18250_config.if_dvbt_8 = 4950;
3778 tda18250_config.if_dvbc_6 = 4950;
3779 tda18250_config.if_dvbc_8 = 4950;
3780 tda18250_config.if_atsc = 4079;
3781 tda18250_config.loopthrough = true;
3782 tda18250_config.xtal_freq = TDA18250_XTAL_FREQ_27MHZ;
3783 tda18250_config.fe = adap->fe_adap[0].fe;
3785 memset(&info, 0, sizeof(struct i2c_board_info));
3786 strscpy(info.type, "tda18250", I2C_NAME_SIZE);
3788 info.platform_data = &tda18250_config;
3790 request_module(info.type);
3791 client_tuner = i2c_new_client_device(&adap->dev->i2c_adap, &info);
3792 if (!i2c_client_has_driver(client_tuner))
3793 goto fail_tuner_device;
3794 if (!try_module_get(client_tuner->dev.driver->owner))
3795 goto fail_tuner_module;
3797 st->i2c_client_tuner = client_tuner;
3801 i2c_unregister_device(client_tuner);
3803 module_put(client_demod->dev.driver->owner);
3805 i2c_unregister_device(client_demod);
3811 /* DVB-USB and USB stuff follows */
3815 HAUPPAUGE_NOVA_T_500,
3816 HAUPPAUGE_NOVA_T_500_2,
3817 HAUPPAUGE_NOVA_T_STICK,
3819 COMPRO_VIDEOMATE_U500,
3821 LEADTEK_WINFAST_DTV_DONGLE_STK7700P,
3822 HAUPPAUGE_NOVA_T_STICK_2,
3825 TERRATEC_CINERGY_DT_XS_DIVERSITY,
3826 HAUPPAUGE_NOVA_TD_STICK,
3829 PINNACLE_PCTV_DVB_T_FLASH,
3831 PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T,
3832 COMPRO_VIDEOMATE_U500_PC,
3838 HAUPPAUGE_NOVA_T_STICK_3,
3840 TERRATEC_CINERGY_HT_USB_XE,
3841 PINNACLE_EXPRESSCARD_320CX,
3845 TERRATEC_CINERGY_HT_EXPRESS,
3846 TERRATEC_CINERGY_T_XXS,
3847 LEADTEK_WINFAST_DTV_DONGLE_STK7700P_2,
3848 HAUPPAUGE_NOVA_TD_STICK_52009,
3849 HAUPPAUGE_NOVA_T_500_3,
3854 PINNACLE_PCTV801E_SE,
3855 TERRATEC_CINERGY_T_EXPRESS,
3856 TERRATEC_CINERGY_DT_XS_DIVERSITY_2,
3859 HAUPPAUGE_TIGER_ATSC,
3860 HAUPPAUGE_TIGER_ATSC_B210,
3863 ELGATO_EYETV_DTT_Dlx,
3864 LEADTEK_WINFAST_DTV_DONGLE_H,
3870 PCTV_PINNACLE_PCTV73ESE,
3871 PCTV_PINNACLE_PCTV282E,
3873 TERRATEC_CINERGY_T_XXS_2,
3877 EVOLUTEPC_TVWAY_PLUS,
3881 ELGATO_EYETV_DIVERSITY,
3887 TECHNISAT_AIRSTAR_TELESTICK_2,
3888 MEDION_CREATIX_CTX1921,
3890 PINNACLE_PCTV340E_SE,
3896 PCTV_DIBCOM_STK8096PVR,
3899 MICROSOFT_XBOX_ONE_TUNER,
3902 struct usb_device_id dib0700_usb_id_table[] = {
3903 DVB_USB_DEV(DIBCOM, DIBCOM_STK7700P),
3904 DVB_USB_DEV(DIBCOM, DIBCOM_STK7700P_PC),
3905 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_T_500),
3906 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_T_500_2),
3907 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_T_STICK),
3908 DVB_USB_DEV(AVERMEDIA, AVERMEDIA_VOLAR),
3909 DVB_USB_DEV(COMPRO, COMPRO_VIDEOMATE_U500),
3910 DVB_USB_DEV(UNIWILL, UNIWILL_STK7700P),
3911 DVB_USB_DEV(LEADTEK, LEADTEK_WINFAST_DTV_DONGLE_STK7700P),
3912 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_T_STICK_2),
3913 DVB_USB_DEV(AVERMEDIA, AVERMEDIA_VOLAR_2),
3914 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV2000E),
3915 DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_DT_XS_DIVERSITY),
3916 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_TD_STICK),
3917 DVB_USB_DEV(DIBCOM, DIBCOM_STK7700D),
3918 DVB_USB_DEV(DIBCOM, DIBCOM_STK7070P),
3919 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV_DVB_T_FLASH),
3920 DVB_USB_DEV(DIBCOM, DIBCOM_STK7070PD),
3921 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T),
3922 DVB_USB_DEV(COMPRO, COMPRO_VIDEOMATE_U500_PC),
3923 DVB_USB_DEV(AVERMEDIA, AVERMEDIA_EXPRESS),
3924 DVB_USB_DEV(GIGABYTE, GIGABYTE_U7000),
3925 DVB_USB_DEV(ULTIMA_ELECTRONIC, ULTIMA_ARTEC_T14BR),
3926 DVB_USB_DEV(ASUS, ASUS_U3000),
3927 DVB_USB_DEV(ASUS, ASUS_U3100),
3928 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_T_STICK_3),
3929 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_MYTV_T),
3930 DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_HT_USB_XE),
3931 DVB_USB_DEV(PINNACLE, PINNACLE_EXPRESSCARD_320CX),
3932 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV72E),
3933 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV73E),
3934 DVB_USB_DEV(YUAN, YUAN_EC372S),
3935 DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_HT_EXPRESS),
3936 DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_T_XXS),
3937 DVB_USB_DEV(LEADTEK, LEADTEK_WINFAST_DTV_DONGLE_STK7700P_2),
3938 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_TD_STICK_52009),
3939 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_NOVA_T_500_3),
3940 DVB_USB_DEV(GIGABYTE, GIGABYTE_U8000),
3941 DVB_USB_DEV(YUAN, YUAN_STK7700PH),
3942 DVB_USB_DEV(ASUS, ASUS_U3000H),
3943 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV801E),
3944 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV801E_SE),
3945 DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_T_EXPRESS),
3946 DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_DT_XS_DIVERSITY_2),
3947 DVB_USB_DEV(SONY, SONY_PLAYTV),
3948 DVB_USB_DEV(YUAN, YUAN_PD378S),
3949 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_TIGER_ATSC),
3950 DVB_USB_DEV(HAUPPAUGE, HAUPPAUGE_TIGER_ATSC_B210),
3951 DVB_USB_DEV(YUAN, YUAN_MC770),
3952 DVB_USB_DEV(ELGATO, ELGATO_EYETV_DTT),
3953 DVB_USB_DEV(ELGATO, ELGATO_EYETV_DTT_Dlx),
3954 DVB_USB_DEV(LEADTEK, LEADTEK_WINFAST_DTV_DONGLE_H),
3955 DVB_USB_DEV(TERRATEC, TERRATEC_T3),
3956 DVB_USB_DEV(TERRATEC, TERRATEC_T5),
3957 DVB_USB_DEV(YUAN, YUAN_STK7700D),
3958 DVB_USB_DEV(YUAN, YUAN_STK7700D_2),
3959 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV73A),
3960 DVB_USB_DEV(PCTV, PCTV_PINNACLE_PCTV73ESE),
3961 DVB_USB_DEV(PCTV, PCTV_PINNACLE_PCTV282E),
3962 DVB_USB_DEV(DIBCOM, DIBCOM_STK7770P),
3963 DVB_USB_DEV(TERRATEC, TERRATEC_CINERGY_T_XXS_2),
3964 DVB_USB_DEV(DIBCOM, DIBCOM_STK807XPVR),
3965 DVB_USB_DEV(DIBCOM, DIBCOM_STK807XP),
3966 DVB_USB_DEV_VER(PIXELVIEW, PIXELVIEW_SBTVD, 0x000, 0x3f00),
3967 DVB_USB_DEV(EVOLUTEPC, EVOLUTEPC_TVWAY_PLUS),
3968 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV73ESE),
3969 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV282E),
3970 DVB_USB_DEV(DIBCOM, DIBCOM_STK8096GP),
3971 DVB_USB_DEV(ELGATO, ELGATO_EYETV_DIVERSITY),
3972 DVB_USB_DEV(DIBCOM, DIBCOM_NIM9090M),
3973 DVB_USB_DEV(DIBCOM, DIBCOM_NIM8096MD),
3974 DVB_USB_DEV(DIBCOM, DIBCOM_NIM9090MD),
3975 DVB_USB_DEV(DIBCOM, DIBCOM_NIM7090),
3976 DVB_USB_DEV(DIBCOM, DIBCOM_TFE7090PVR),
3977 DVB_USB_DEV(TECHNISAT, TECHNISAT_AIRSTAR_TELESTICK_2),
3978 DVB_USB_DEV(MEDION, MEDION_CREATIX_CTX1921),
3979 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV340E),
3980 DVB_USB_DEV(PINNACLE, PINNACLE_PCTV340E_SE),
3981 DVB_USB_DEV(DIBCOM, DIBCOM_TFE7790P),
3982 DVB_USB_DEV(DIBCOM, DIBCOM_TFE8096P),
3983 DVB_USB_DEV(ELGATO, ELGATO_EYETV_DTT_2),
3984 DVB_USB_DEV(PCTV, PCTV_2002E),
3985 DVB_USB_DEV(PCTV, PCTV_2002E_SE),
3986 DVB_USB_DEV(PCTV, PCTV_DIBCOM_STK8096PVR),
3987 DVB_USB_DEV(DIBCOM, DIBCOM_STK8096PVR),
3988 DVB_USB_DEV(HAMA, HAMA_DVBT_HYBRID),
3989 DVB_USB_DEV(MICROSOFT, MICROSOFT_XBOX_ONE_TUNER),
3993 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
3995 #define DIB0700_DEFAULT_DEVICE_PROPERTIES \
3996 .caps = DVB_USB_IS_AN_I2C_ADAPTER, \
3997 .usb_ctrl = DEVICE_SPECIFIC, \
3998 .firmware = "dvb-usb-dib0700-1.20.fw", \
3999 .download_firmware = dib0700_download_firmware, \
4000 .no_reconnect = 1, \
4001 .size_of_priv = sizeof(struct dib0700_state), \
4002 .i2c_algo = &dib0700_i2c_algo, \
4003 .identify_state = dib0700_identify_state
4005 #define DIB0700_DEFAULT_STREAMING_CONFIG(ep) \
4006 .streaming_ctrl = dib0700_streaming_ctrl, \
4013 .buffersize = 39480, \
4018 #define DIB0700_NUM_FRONTENDS(n) \
4019 .num_frontends = n, \
4020 .size_of_priv = sizeof(struct dib0700_adapter_state)
4022 struct dvb_usb_device_properties dib0700_devices[] = {
4024 DIB0700_DEFAULT_DEVICE_PROPERTIES,
4029 DIB0700_NUM_FRONTENDS(1),
4031 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4032 .pid_filter_count = 32,
4033 .pid_filter = stk7700p_pid_filter,
4034 .pid_filter_ctrl = stk7700p_pid_filter_ctrl,
4035 .frontend_attach = stk7700p_frontend_attach,
4036 .tuner_attach = stk7700p_tuner_attach,
4038 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4043 .num_device_descs = 8,
4045 { "DiBcom STK7700P reference design",
4046 { &dib0700_usb_id_table[DIBCOM_STK7700P], &dib0700_usb_id_table[DIBCOM_STK7700P_PC] },
4049 { "Hauppauge Nova-T Stick",
4050 { &dib0700_usb_id_table[HAUPPAUGE_NOVA_T_STICK], &dib0700_usb_id_table[HAUPPAUGE_NOVA_T_STICK_2], NULL },
4053 { "AVerMedia AVerTV DVB-T Volar",
4054 { &dib0700_usb_id_table[AVERMEDIA_VOLAR], &dib0700_usb_id_table[AVERMEDIA_VOLAR_2] },
4057 { "Compro Videomate U500",
4058 { &dib0700_usb_id_table[COMPRO_VIDEOMATE_U500], &dib0700_usb_id_table[COMPRO_VIDEOMATE_U500_PC] },
4061 { "Uniwill STK7700P based (Hama and others)",
4062 { &dib0700_usb_id_table[UNIWILL_STK7700P], NULL },
4065 { "Leadtek Winfast DTV Dongle (STK7700P based)",
4066 { &dib0700_usb_id_table[LEADTEK_WINFAST_DTV_DONGLE_STK7700P], &dib0700_usb_id_table[LEADTEK_WINFAST_DTV_DONGLE_STK7700P_2] },
4069 { "AVerMedia AVerTV DVB-T Express",
4070 { &dib0700_usb_id_table[AVERMEDIA_EXPRESS] },
4074 { &dib0700_usb_id_table[GIGABYTE_U7000], NULL },
4080 .rc_interval = DEFAULT_RC_INTERVAL,
4081 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4082 .rc_query = dib0700_rc_query_old_firmware,
4083 .allowed_protos = RC_PROTO_BIT_RC5 |
4084 RC_PROTO_BIT_RC6_MCE |
4086 .change_protocol = dib0700_change_protocol,
4088 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4093 DIB0700_NUM_FRONTENDS(1),
4095 .frontend_attach = bristol_frontend_attach,
4096 .tuner_attach = bristol_tuner_attach,
4098 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4101 DIB0700_NUM_FRONTENDS(1),
4103 .frontend_attach = bristol_frontend_attach,
4104 .tuner_attach = bristol_tuner_attach,
4106 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
4111 .num_device_descs = 1,
4113 { "Hauppauge Nova-T 500 Dual DVB-T",
4114 { &dib0700_usb_id_table[HAUPPAUGE_NOVA_T_500], &dib0700_usb_id_table[HAUPPAUGE_NOVA_T_500_2], NULL },
4120 .rc_interval = DEFAULT_RC_INTERVAL,
4121 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4122 .rc_query = dib0700_rc_query_old_firmware,
4123 .allowed_protos = RC_PROTO_BIT_RC5 |
4124 RC_PROTO_BIT_RC6_MCE |
4126 .change_protocol = dib0700_change_protocol,
4128 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4133 DIB0700_NUM_FRONTENDS(1),
4135 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4136 .pid_filter_count = 32,
4137 .pid_filter = stk70x0p_pid_filter,
4138 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4139 .frontend_attach = stk7700d_frontend_attach,
4140 .tuner_attach = stk7700d_tuner_attach,
4142 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4145 DIB0700_NUM_FRONTENDS(1),
4147 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4148 .pid_filter_count = 32,
4149 .pid_filter = stk70x0p_pid_filter,
4150 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4151 .frontend_attach = stk7700d_frontend_attach,
4152 .tuner_attach = stk7700d_tuner_attach,
4154 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
4159 .num_device_descs = 5,
4161 { "Pinnacle PCTV 2000e",
4162 { &dib0700_usb_id_table[PINNACLE_PCTV2000E], NULL },
4165 { "Terratec Cinergy DT XS Diversity",
4166 { &dib0700_usb_id_table[TERRATEC_CINERGY_DT_XS_DIVERSITY], NULL },
4169 { "Hauppauge Nova-TD Stick/Elgato Eye-TV Diversity",
4170 { &dib0700_usb_id_table[HAUPPAUGE_NOVA_TD_STICK], NULL },
4173 { "DiBcom STK7700D reference design",
4174 { &dib0700_usb_id_table[DIBCOM_STK7700D], NULL },
4177 { "YUAN High-Tech DiBcom STK7700D",
4178 { &dib0700_usb_id_table[YUAN_STK7700D_2], NULL },
4185 .rc_interval = DEFAULT_RC_INTERVAL,
4186 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4187 .rc_query = dib0700_rc_query_old_firmware,
4188 .allowed_protos = RC_PROTO_BIT_RC5 |
4189 RC_PROTO_BIT_RC6_MCE |
4191 .change_protocol = dib0700_change_protocol,
4193 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4198 DIB0700_NUM_FRONTENDS(1),
4200 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4201 .pid_filter_count = 32,
4202 .pid_filter = stk70x0p_pid_filter,
4203 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4204 .frontend_attach = stk7700P2_frontend_attach,
4205 .tuner_attach = stk7700d_tuner_attach,
4207 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4212 .num_device_descs = 3,
4214 { "ASUS My Cinema U3000 Mini DVBT Tuner",
4215 { &dib0700_usb_id_table[ASUS_U3000], NULL },
4219 { &dib0700_usb_id_table[YUAN_EC372S], NULL },
4222 { "Terratec Cinergy T Express",
4223 { &dib0700_usb_id_table[TERRATEC_CINERGY_T_EXPRESS], NULL },
4229 .rc_interval = DEFAULT_RC_INTERVAL,
4230 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4231 .module_name = "dib0700",
4232 .rc_query = dib0700_rc_query_old_firmware,
4233 .allowed_protos = RC_PROTO_BIT_RC5 |
4234 RC_PROTO_BIT_RC6_MCE |
4236 .change_protocol = dib0700_change_protocol,
4238 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4243 DIB0700_NUM_FRONTENDS(1),
4245 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4246 .pid_filter_count = 32,
4247 .pid_filter = stk70x0p_pid_filter,
4248 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4249 .frontend_attach = stk7070p_frontend_attach,
4250 .tuner_attach = dib7070p_tuner_attach,
4252 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4257 .num_device_descs = 12,
4259 { "DiBcom STK7070P reference design",
4260 { &dib0700_usb_id_table[DIBCOM_STK7070P], NULL },
4263 { "Pinnacle PCTV DVB-T Flash Stick",
4264 { &dib0700_usb_id_table[PINNACLE_PCTV_DVB_T_FLASH], NULL },
4267 { "Artec T14BR DVB-T",
4268 { &dib0700_usb_id_table[ULTIMA_ARTEC_T14BR], NULL },
4271 { "ASUS My Cinema U3100 Mini DVBT Tuner",
4272 { &dib0700_usb_id_table[ASUS_U3100], NULL },
4275 { "Hauppauge Nova-T Stick",
4276 { &dib0700_usb_id_table[HAUPPAUGE_NOVA_T_STICK_3], NULL },
4279 { "Hauppauge Nova-T MyTV.t",
4280 { &dib0700_usb_id_table[HAUPPAUGE_MYTV_T], NULL },
4283 { "Pinnacle PCTV 72e",
4284 { &dib0700_usb_id_table[PINNACLE_PCTV72E], NULL },
4287 { "Pinnacle PCTV 73e",
4288 { &dib0700_usb_id_table[PINNACLE_PCTV73E], NULL },
4291 { "Elgato EyeTV DTT",
4292 { &dib0700_usb_id_table[ELGATO_EYETV_DTT], NULL },
4296 { &dib0700_usb_id_table[YUAN_PD378S], NULL },
4299 { "Elgato EyeTV Dtt Dlx PD378S",
4300 { &dib0700_usb_id_table[ELGATO_EYETV_DTT_Dlx], NULL },
4303 { "Elgato EyeTV DTT rev. 2",
4304 { &dib0700_usb_id_table[ELGATO_EYETV_DTT_2], NULL },
4310 .rc_interval = DEFAULT_RC_INTERVAL,
4311 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4312 .module_name = "dib0700",
4313 .rc_query = dib0700_rc_query_old_firmware,
4314 .allowed_protos = RC_PROTO_BIT_RC5 |
4315 RC_PROTO_BIT_RC6_MCE |
4317 .change_protocol = dib0700_change_protocol,
4319 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4324 DIB0700_NUM_FRONTENDS(1),
4326 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4327 .pid_filter_count = 32,
4328 .pid_filter = stk70x0p_pid_filter,
4329 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4330 .frontend_attach = stk7070p_frontend_attach,
4331 .tuner_attach = dib7070p_tuner_attach,
4333 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4338 .num_device_descs = 3,
4340 { "Pinnacle PCTV 73A",
4341 { &dib0700_usb_id_table[PINNACLE_PCTV73A], NULL },
4344 { "Pinnacle PCTV 73e SE",
4345 { &dib0700_usb_id_table[PCTV_PINNACLE_PCTV73ESE], &dib0700_usb_id_table[PINNACLE_PCTV73ESE], NULL },
4348 { "Pinnacle PCTV 282e",
4349 { &dib0700_usb_id_table[PCTV_PINNACLE_PCTV282E], &dib0700_usb_id_table[PINNACLE_PCTV282E], NULL },
4355 .rc_interval = DEFAULT_RC_INTERVAL,
4356 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4357 .module_name = "dib0700",
4358 .rc_query = dib0700_rc_query_old_firmware,
4359 .allowed_protos = RC_PROTO_BIT_RC5 |
4360 RC_PROTO_BIT_RC6_MCE |
4362 .change_protocol = dib0700_change_protocol,
4364 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4369 DIB0700_NUM_FRONTENDS(1),
4371 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4372 .pid_filter_count = 32,
4373 .pid_filter = stk70x0p_pid_filter,
4374 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4375 .frontend_attach = novatd_frontend_attach,
4376 .tuner_attach = dib7070p_tuner_attach,
4378 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4381 DIB0700_NUM_FRONTENDS(1),
4383 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4384 .pid_filter_count = 32,
4385 .pid_filter = stk70x0p_pid_filter,
4386 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4387 .frontend_attach = novatd_frontend_attach,
4388 .tuner_attach = dib7070p_tuner_attach,
4390 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
4395 .num_device_descs = 3,
4397 { "Hauppauge Nova-TD Stick (52009)",
4398 { &dib0700_usb_id_table[HAUPPAUGE_NOVA_TD_STICK_52009], NULL },
4402 { &dib0700_usb_id_table[PCTV_2002E], NULL },
4406 { &dib0700_usb_id_table[PCTV_2002E_SE], NULL },
4412 .rc_interval = DEFAULT_RC_INTERVAL,
4413 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4414 .module_name = "dib0700",
4415 .rc_query = dib0700_rc_query_old_firmware,
4416 .allowed_protos = RC_PROTO_BIT_RC5 |
4417 RC_PROTO_BIT_RC6_MCE |
4419 .change_protocol = dib0700_change_protocol,
4421 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4426 DIB0700_NUM_FRONTENDS(1),
4428 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4429 .pid_filter_count = 32,
4430 .pid_filter = stk70x0p_pid_filter,
4431 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4432 .frontend_attach = stk7070pd_frontend_attach0,
4433 .tuner_attach = dib7070p_tuner_attach,
4435 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4438 DIB0700_NUM_FRONTENDS(1),
4440 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4441 .pid_filter_count = 32,
4442 .pid_filter = stk70x0p_pid_filter,
4443 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4444 .frontend_attach = stk7070pd_frontend_attach1,
4445 .tuner_attach = dib7070p_tuner_attach,
4447 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
4452 .num_device_descs = 5,
4454 { "DiBcom STK7070PD reference design",
4455 { &dib0700_usb_id_table[DIBCOM_STK7070PD], NULL },
4458 { "Pinnacle PCTV Dual DVB-T Diversity Stick",
4459 { &dib0700_usb_id_table[PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T], NULL },
4462 { "Hauppauge Nova-TD-500 (84xxx)",
4463 { &dib0700_usb_id_table[HAUPPAUGE_NOVA_T_500_3], NULL },
4466 { "Terratec Cinergy DT USB XS Diversity/ T5",
4467 { &dib0700_usb_id_table[TERRATEC_CINERGY_DT_XS_DIVERSITY_2],
4468 &dib0700_usb_id_table[TERRATEC_T5], NULL},
4472 { &dib0700_usb_id_table[SONY_PLAYTV], NULL },
4478 .rc_interval = DEFAULT_RC_INTERVAL,
4479 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4480 .module_name = "dib0700",
4481 .rc_query = dib0700_rc_query_old_firmware,
4482 .allowed_protos = RC_PROTO_BIT_RC5 |
4483 RC_PROTO_BIT_RC6_MCE |
4485 .change_protocol = dib0700_change_protocol,
4487 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4492 DIB0700_NUM_FRONTENDS(1),
4494 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4495 .pid_filter_count = 32,
4496 .pid_filter = stk70x0p_pid_filter,
4497 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4498 .frontend_attach = stk7070pd_frontend_attach0,
4499 .tuner_attach = dib7070p_tuner_attach,
4501 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4504 DIB0700_NUM_FRONTENDS(1),
4506 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4507 .pid_filter_count = 32,
4508 .pid_filter = stk70x0p_pid_filter,
4509 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4510 .frontend_attach = stk7070pd_frontend_attach1,
4511 .tuner_attach = dib7070p_tuner_attach,
4513 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
4518 .num_device_descs = 1,
4520 { "Elgato EyeTV Diversity",
4521 { &dib0700_usb_id_table[ELGATO_EYETV_DIVERSITY], NULL },
4527 .rc_interval = DEFAULT_RC_INTERVAL,
4528 .rc_codes = RC_MAP_DIB0700_NEC_TABLE,
4529 .module_name = "dib0700",
4530 .rc_query = dib0700_rc_query_old_firmware,
4531 .allowed_protos = RC_PROTO_BIT_RC5 |
4532 RC_PROTO_BIT_RC6_MCE |
4534 .change_protocol = dib0700_change_protocol,
4536 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4541 DIB0700_NUM_FRONTENDS(1),
4543 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4544 .pid_filter_count = 32,
4545 .pid_filter = stk70x0p_pid_filter,
4546 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4547 .frontend_attach = stk7700ph_frontend_attach,
4548 .tuner_attach = stk7700ph_tuner_attach,
4550 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4555 .num_device_descs = 10,
4557 { "Terratec Cinergy HT USB XE",
4558 { &dib0700_usb_id_table[TERRATEC_CINERGY_HT_USB_XE], NULL },
4561 { "Pinnacle Expresscard 320cx",
4562 { &dib0700_usb_id_table[PINNACLE_EXPRESSCARD_320CX], NULL },
4565 { "Terratec Cinergy HT Express",
4566 { &dib0700_usb_id_table[TERRATEC_CINERGY_HT_EXPRESS], NULL },
4569 { "Gigabyte U8000-RH",
4570 { &dib0700_usb_id_table[GIGABYTE_U8000], NULL },
4573 { "YUAN High-Tech STK7700PH",
4574 { &dib0700_usb_id_table[YUAN_STK7700PH], NULL },
4577 { "Asus My Cinema-U3000Hybrid",
4578 { &dib0700_usb_id_table[ASUS_U3000H], NULL },
4581 { "YUAN High-Tech MC770",
4582 { &dib0700_usb_id_table[YUAN_MC770], NULL },
4585 { "Leadtek WinFast DTV Dongle H",
4586 { &dib0700_usb_id_table[LEADTEK_WINFAST_DTV_DONGLE_H], NULL },
4589 { "YUAN High-Tech STK7700D",
4590 { &dib0700_usb_id_table[YUAN_STK7700D], NULL },
4593 { "Hama DVB=T Hybrid USB Stick",
4594 { &dib0700_usb_id_table[HAMA_DVBT_HYBRID], NULL },
4600 .rc_interval = DEFAULT_RC_INTERVAL,
4601 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4602 .module_name = "dib0700",
4603 .rc_query = dib0700_rc_query_old_firmware,
4604 .allowed_protos = RC_PROTO_BIT_RC5 |
4605 RC_PROTO_BIT_RC6_MCE |
4607 .change_protocol = dib0700_change_protocol,
4609 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4613 DIB0700_NUM_FRONTENDS(1),
4615 .frontend_attach = s5h1411_frontend_attach,
4616 .tuner_attach = xc5000_tuner_attach,
4618 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4623 .num_device_descs = 2,
4625 { "Pinnacle PCTV HD Pro USB Stick",
4626 { &dib0700_usb_id_table[PINNACLE_PCTV801E], NULL },
4629 { "Pinnacle PCTV HD USB Stick",
4630 { &dib0700_usb_id_table[PINNACLE_PCTV801E_SE], NULL },
4636 .rc_interval = DEFAULT_RC_INTERVAL,
4637 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4638 .module_name = "dib0700",
4639 .rc_query = dib0700_rc_query_old_firmware,
4640 .allowed_protos = RC_PROTO_BIT_RC5 |
4641 RC_PROTO_BIT_RC6_MCE |
4643 .change_protocol = dib0700_change_protocol,
4645 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4649 DIB0700_NUM_FRONTENDS(1),
4651 .frontend_attach = lgdt3305_frontend_attach,
4652 .tuner_attach = mxl5007t_tuner_attach,
4654 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4659 .num_device_descs = 2,
4661 { "Hauppauge ATSC MiniCard (B200)",
4662 { &dib0700_usb_id_table[HAUPPAUGE_TIGER_ATSC], NULL },
4665 { "Hauppauge ATSC MiniCard (B210)",
4666 { &dib0700_usb_id_table[HAUPPAUGE_TIGER_ATSC_B210], NULL },
4670 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4675 DIB0700_NUM_FRONTENDS(1),
4677 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4678 .pid_filter_count = 32,
4679 .pid_filter = stk70x0p_pid_filter,
4680 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4681 .frontend_attach = stk7770p_frontend_attach,
4682 .tuner_attach = dib7770p_tuner_attach,
4684 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4689 .num_device_descs = 4,
4691 { "DiBcom STK7770P reference design",
4692 { &dib0700_usb_id_table[DIBCOM_STK7770P], NULL },
4695 { "Terratec Cinergy T USB XXS (HD)/ T3",
4696 { &dib0700_usb_id_table[TERRATEC_CINERGY_T_XXS],
4697 &dib0700_usb_id_table[TERRATEC_T3],
4698 &dib0700_usb_id_table[TERRATEC_CINERGY_T_XXS_2], NULL},
4701 { "TechniSat AirStar TeleStick 2",
4702 { &dib0700_usb_id_table[TECHNISAT_AIRSTAR_TELESTICK_2], NULL },
4705 { "Medion CTX1921 DVB-T USB",
4706 { &dib0700_usb_id_table[MEDION_CREATIX_CTX1921], NULL },
4712 .rc_interval = DEFAULT_RC_INTERVAL,
4713 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4714 .module_name = "dib0700",
4715 .rc_query = dib0700_rc_query_old_firmware,
4716 .allowed_protos = RC_PROTO_BIT_RC5 |
4717 RC_PROTO_BIT_RC6_MCE |
4719 .change_protocol = dib0700_change_protocol,
4721 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4725 DIB0700_NUM_FRONTENDS(1),
4727 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4728 .pid_filter_count = 32,
4729 .pid_filter = stk80xx_pid_filter,
4730 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
4731 .frontend_attach = stk807x_frontend_attach,
4732 .tuner_attach = dib807x_tuner_attach,
4734 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4739 .num_device_descs = 3,
4741 { "DiBcom STK807xP reference design",
4742 { &dib0700_usb_id_table[DIBCOM_STK807XP], NULL },
4745 { "Prolink Pixelview SBTVD",
4746 { &dib0700_usb_id_table[PIXELVIEW_SBTVD], NULL },
4749 { "EvolutePC TVWay+",
4750 { &dib0700_usb_id_table[EVOLUTEPC_TVWAY_PLUS], NULL },
4756 .rc_interval = DEFAULT_RC_INTERVAL,
4757 .rc_codes = RC_MAP_DIB0700_NEC_TABLE,
4758 .module_name = "dib0700",
4759 .rc_query = dib0700_rc_query_old_firmware,
4760 .allowed_protos = RC_PROTO_BIT_RC5 |
4761 RC_PROTO_BIT_RC6_MCE |
4763 .change_protocol = dib0700_change_protocol,
4765 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4769 DIB0700_NUM_FRONTENDS(1),
4771 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4772 .pid_filter_count = 32,
4773 .pid_filter = stk80xx_pid_filter,
4774 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
4775 .frontend_attach = stk807xpvr_frontend_attach0,
4776 .tuner_attach = dib807x_tuner_attach,
4778 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4782 DIB0700_NUM_FRONTENDS(1),
4784 .caps = DVB_USB_ADAP_HAS_PID_FILTER | DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4785 .pid_filter_count = 32,
4786 .pid_filter = stk80xx_pid_filter,
4787 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
4788 .frontend_attach = stk807xpvr_frontend_attach1,
4789 .tuner_attach = dib807x_tuner_attach,
4791 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
4796 .num_device_descs = 1,
4798 { "DiBcom STK807xPVR reference design",
4799 { &dib0700_usb_id_table[DIBCOM_STK807XPVR], NULL },
4805 .rc_interval = DEFAULT_RC_INTERVAL,
4806 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4807 .module_name = "dib0700",
4808 .rc_query = dib0700_rc_query_old_firmware,
4809 .allowed_protos = RC_PROTO_BIT_RC5 |
4810 RC_PROTO_BIT_RC6_MCE |
4812 .change_protocol = dib0700_change_protocol,
4814 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4818 DIB0700_NUM_FRONTENDS(1),
4820 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
4821 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4822 .pid_filter_count = 32,
4823 .pid_filter = stk80xx_pid_filter,
4824 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
4825 .frontend_attach = stk809x_frontend_attach,
4826 .tuner_attach = dib809x_tuner_attach,
4828 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4833 .num_device_descs = 1,
4835 { "DiBcom STK8096GP reference design",
4836 { &dib0700_usb_id_table[DIBCOM_STK8096GP], NULL },
4842 .rc_interval = DEFAULT_RC_INTERVAL,
4843 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4844 .module_name = "dib0700",
4845 .rc_query = dib0700_rc_query_old_firmware,
4846 .allowed_protos = RC_PROTO_BIT_RC5 |
4847 RC_PROTO_BIT_RC6_MCE |
4849 .change_protocol = dib0700_change_protocol,
4851 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4855 DIB0700_NUM_FRONTENDS(1),
4857 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
4858 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4859 .pid_filter_count = 32,
4860 .pid_filter = dib90x0_pid_filter,
4861 .pid_filter_ctrl = dib90x0_pid_filter_ctrl,
4862 .frontend_attach = stk9090m_frontend_attach,
4863 .tuner_attach = dib9090_tuner_attach,
4865 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4870 .num_device_descs = 1,
4872 { "DiBcom STK9090M reference design",
4873 { &dib0700_usb_id_table[DIBCOM_NIM9090M], NULL },
4879 .rc_interval = DEFAULT_RC_INTERVAL,
4880 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4881 .module_name = "dib0700",
4882 .rc_query = dib0700_rc_query_old_firmware,
4883 .allowed_protos = RC_PROTO_BIT_RC5 |
4884 RC_PROTO_BIT_RC6_MCE |
4886 .change_protocol = dib0700_change_protocol,
4888 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4892 DIB0700_NUM_FRONTENDS(1),
4894 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
4895 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4896 .pid_filter_count = 32,
4897 .pid_filter = stk80xx_pid_filter,
4898 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
4899 .frontend_attach = nim8096md_frontend_attach,
4900 .tuner_attach = nim8096md_tuner_attach,
4902 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4907 .num_device_descs = 1,
4909 { "DiBcom NIM8096MD reference design",
4910 { &dib0700_usb_id_table[DIBCOM_NIM8096MD], NULL },
4916 .rc_interval = DEFAULT_RC_INTERVAL,
4917 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4918 .module_name = "dib0700",
4919 .rc_query = dib0700_rc_query_old_firmware,
4920 .allowed_protos = RC_PROTO_BIT_RC5 |
4921 RC_PROTO_BIT_RC6_MCE |
4923 .change_protocol = dib0700_change_protocol,
4925 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4929 DIB0700_NUM_FRONTENDS(1),
4931 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
4932 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4933 .pid_filter_count = 32,
4934 .pid_filter = dib90x0_pid_filter,
4935 .pid_filter_ctrl = dib90x0_pid_filter_ctrl,
4936 .frontend_attach = nim9090md_frontend_attach,
4937 .tuner_attach = nim9090md_tuner_attach,
4939 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4944 .num_device_descs = 1,
4946 { "DiBcom NIM9090MD reference design",
4947 { &dib0700_usb_id_table[DIBCOM_NIM9090MD], NULL },
4953 .rc_interval = DEFAULT_RC_INTERVAL,
4954 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4955 .module_name = "dib0700",
4956 .rc_query = dib0700_rc_query_old_firmware,
4957 .allowed_protos = RC_PROTO_BIT_RC5 |
4958 RC_PROTO_BIT_RC6_MCE |
4960 .change_protocol = dib0700_change_protocol,
4962 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
4966 DIB0700_NUM_FRONTENDS(1),
4968 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
4969 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
4970 .pid_filter_count = 32,
4971 .pid_filter = stk70x0p_pid_filter,
4972 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
4973 .frontend_attach = nim7090_frontend_attach,
4974 .tuner_attach = nim7090_tuner_attach,
4976 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
4981 .num_device_descs = 1,
4983 { "DiBcom NIM7090 reference design",
4984 { &dib0700_usb_id_table[DIBCOM_NIM7090], NULL },
4990 .rc_interval = DEFAULT_RC_INTERVAL,
4991 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
4992 .module_name = "dib0700",
4993 .rc_query = dib0700_rc_query_old_firmware,
4994 .allowed_protos = RC_PROTO_BIT_RC5 |
4995 RC_PROTO_BIT_RC6_MCE |
4997 .change_protocol = dib0700_change_protocol,
4999 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
5003 DIB0700_NUM_FRONTENDS(1),
5005 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
5006 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
5007 .pid_filter_count = 32,
5008 .pid_filter = stk70x0p_pid_filter,
5009 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
5010 .frontend_attach = tfe7090pvr_frontend0_attach,
5011 .tuner_attach = tfe7090pvr_tuner0_attach,
5013 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
5017 DIB0700_NUM_FRONTENDS(1),
5019 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
5020 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
5021 .pid_filter_count = 32,
5022 .pid_filter = stk70x0p_pid_filter,
5023 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
5024 .frontend_attach = tfe7090pvr_frontend1_attach,
5025 .tuner_attach = tfe7090pvr_tuner1_attach,
5027 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
5032 .num_device_descs = 1,
5034 { "DiBcom TFE7090PVR reference design",
5035 { &dib0700_usb_id_table[DIBCOM_TFE7090PVR], NULL },
5041 .rc_interval = DEFAULT_RC_INTERVAL,
5042 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
5043 .module_name = "dib0700",
5044 .rc_query = dib0700_rc_query_old_firmware,
5045 .allowed_protos = RC_PROTO_BIT_RC5 |
5046 RC_PROTO_BIT_RC6_MCE |
5048 .change_protocol = dib0700_change_protocol,
5050 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
5054 DIB0700_NUM_FRONTENDS(1),
5056 .frontend_attach = pctv340e_frontend_attach,
5057 .tuner_attach = xc4000_tuner_attach,
5059 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
5064 .num_device_descs = 2,
5066 { "Pinnacle PCTV 340e HD Pro USB Stick",
5067 { &dib0700_usb_id_table[PINNACLE_PCTV340E], NULL },
5070 { "Pinnacle PCTV Hybrid Stick Solo",
5071 { &dib0700_usb_id_table[PINNACLE_PCTV340E_SE], NULL },
5076 .rc_interval = DEFAULT_RC_INTERVAL,
5077 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
5078 .module_name = "dib0700",
5079 .rc_query = dib0700_rc_query_old_firmware,
5080 .allowed_protos = RC_PROTO_BIT_RC5 |
5081 RC_PROTO_BIT_RC6_MCE |
5083 .change_protocol = dib0700_change_protocol,
5085 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
5089 DIB0700_NUM_FRONTENDS(1),
5091 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
5092 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
5093 .pid_filter_count = 32,
5094 .pid_filter = stk70x0p_pid_filter,
5095 .pid_filter_ctrl = stk70x0p_pid_filter_ctrl,
5096 .frontend_attach = tfe7790p_frontend_attach,
5097 .tuner_attach = tfe7790p_tuner_attach,
5099 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
5104 .num_device_descs = 1,
5106 { "DiBcom TFE7790P reference design",
5107 { &dib0700_usb_id_table[DIBCOM_TFE7790P], NULL },
5113 .rc_interval = DEFAULT_RC_INTERVAL,
5114 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
5115 .module_name = "dib0700",
5116 .rc_query = dib0700_rc_query_old_firmware,
5117 .allowed_protos = RC_PROTO_BIT_RC5 |
5118 RC_PROTO_BIT_RC6_MCE |
5120 .change_protocol = dib0700_change_protocol,
5122 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
5126 DIB0700_NUM_FRONTENDS(1),
5128 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
5129 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
5130 .pid_filter_count = 32,
5131 .pid_filter = stk80xx_pid_filter,
5132 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
5133 .frontend_attach = tfe8096p_frontend_attach,
5134 .tuner_attach = tfe8096p_tuner_attach,
5136 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
5142 .num_device_descs = 1,
5144 { "DiBcom TFE8096P reference design",
5145 { &dib0700_usb_id_table[DIBCOM_TFE8096P], NULL },
5151 .rc_interval = DEFAULT_RC_INTERVAL,
5152 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
5153 .module_name = "dib0700",
5154 .rc_query = dib0700_rc_query_old_firmware,
5155 .allowed_protos = RC_PROTO_BIT_RC5 |
5156 RC_PROTO_BIT_RC6_MCE |
5158 .change_protocol = dib0700_change_protocol,
5160 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
5166 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
5167 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
5168 .pid_filter_count = 32,
5169 .pid_filter = stk80xx_pid_filter,
5170 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
5171 .frontend_attach = stk809x_frontend_attach,
5172 .tuner_attach = dib809x_tuner_attach,
5174 DIB0700_DEFAULT_STREAMING_CONFIG(0x02),
5177 sizeof(struct dib0700_adapter_state),
5181 .caps = DVB_USB_ADAP_HAS_PID_FILTER |
5182 DVB_USB_ADAP_PID_FILTER_CAN_BE_TURNED_OFF,
5183 .pid_filter_count = 32,
5184 .pid_filter = stk80xx_pid_filter,
5185 .pid_filter_ctrl = stk80xx_pid_filter_ctrl,
5186 .frontend_attach = stk809x_frontend1_attach,
5187 .tuner_attach = dib809x_tuner_attach,
5189 DIB0700_DEFAULT_STREAMING_CONFIG(0x03),
5192 sizeof(struct dib0700_adapter_state),
5195 .num_device_descs = 1,
5197 { "DiBcom STK8096-PVR reference design",
5198 { &dib0700_usb_id_table[PCTV_DIBCOM_STK8096PVR],
5199 &dib0700_usb_id_table[DIBCOM_STK8096PVR], NULL},
5205 .rc_interval = DEFAULT_RC_INTERVAL,
5206 .rc_codes = RC_MAP_DIB0700_RC5_TABLE,
5207 .module_name = "dib0700",
5208 .rc_query = dib0700_rc_query_old_firmware,
5209 .allowed_protos = RC_PROTO_BIT_RC5 |
5210 RC_PROTO_BIT_RC6_MCE |
5212 .change_protocol = dib0700_change_protocol,
5214 }, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
5218 DIB0700_NUM_FRONTENDS(1),
5220 .frontend_attach = xbox_one_attach,
5222 DIB0700_DEFAULT_STREAMING_CONFIG(0x82),
5226 .num_device_descs = 1,
5228 { "Microsoft Xbox One Digital TV Tuner",
5229 { &dib0700_usb_id_table[MICROSOFT_XBOX_ONE_TUNER], NULL },
5236 int dib0700_device_count = ARRAY_SIZE(dib0700_devices);