aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorTim Farrington <timf@iinet.net.au>2008-10-11 11:44:38 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:37:16 -0400
commit19c309e383610453604092473287f77233f31e90 (patch)
tree8e740eee0505c6512ad41b95242ac53a53aa40e1 /drivers/media
parentdd89601d47e2eeab7c17b25f2549444751bcffe4 (diff)
V4L/DVB (9135): cx88 Dvico FusionHDTV Pro
Well, one thing you encouraged me to do was re-test some of my cards which contained the xc3028-zarlink combo. Which led me to test a Dvico FusionHDTV Pro. Almost a year ago, Chris Pascoe did a patch for this which can be found at his ~pascoe/xc-test at Linuxtv. This worked very well, however that was using his version of firmware. Alas, someone attempted to use this and patch v4l-dvb, and messed it up. So I've fixed it. I enclose the patch against today's tree (containing your latest tuner-xc2028.c patch). The card now works very well, well with DVB-T anyway. Signed-off-by: Tim Farrington <timf@iinet.net.au> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/video/cx88/cx88-cards.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/media/video/cx88/cx88-cards.c b/drivers/media/video/cx88/cx88-cards.c
index 369ba69cd0b4..a9e52decb6f9 100644
--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
@@ -1581,9 +1581,9 @@ static const struct cx88_board cx88_boards[] = {
1581 }, 1581 },
1582 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO] = { 1582 [CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO] = {
1583 .name = "DViCO FusionHDTV DVB-T PRO", 1583 .name = "DViCO FusionHDTV DVB-T PRO",
1584 .tuner_type = TUNER_ABSENT, /* XXX: Has XC3028 */ 1584 .tuner_type = TUNER_XC2028,
1585 .tuner_addr = 0x61,
1585 .radio_type = UNSET, 1586 .radio_type = UNSET,
1586 .tuner_addr = ADDR_UNSET,
1587 .radio_addr = ADDR_UNSET, 1587 .radio_addr = ADDR_UNSET,
1588 .input = { { 1588 .input = { {
1589 .type = CX88_VMUX_COMPOSITE1, 1589 .type = CX88_VMUX_COMPOSITE1,
@@ -2671,7 +2671,7 @@ void cx88_setup_xc3028(struct cx88_core *core, struct xc2028_ctrl *ctl)
2671 core->i2c_algo.udelay = 16; 2671 core->i2c_algo.udelay = 16;
2672 break; 2672 break;
2673 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO: 2673 case CX88_BOARD_DVICO_FUSIONHDTV_DVB_T_PRO:
2674 ctl->scode_table = XC3028_FE_ZARLINK456; 2674 ctl->demod = XC3028_FE_ZARLINK456;
2675 break; 2675 break;
2676 case CX88_BOARD_KWORLD_ATSC_120: 2676 case CX88_BOARD_KWORLD_ATSC_120:
2677 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO: 2677 case CX88_BOARD_DVICO_FUSIONHDTV_5_PCI_NANO: