Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: Terratec Cinergy 1200 DVB-T support in budget.c



Andrew de Quincey wrote:

On Wednesday 20 Oct 2004 18:01, Oliver Endriss wrote:

On Mittwoch, 20. Oktober 2004 10:18, Christian Cier-Zniewski wrote:

Hello ML,

would it be possible to add support for the Terratec Cinergy 1200 DVB-T
to the dvb-kernel source?

The card uses a SAA7146 and a Philips DVB-T frontend with a TDA10046H
(in my case).

I was able to get it running by modifying budget.c.

Here is what I have added:
-----------------------------------------------------------------
budget.c:
-----------------------------------------------------------------
MAKE_BUDGET_INFO(cin12t, "Terratec Cinergy 1200 DVB-T PCI",
BUDGET_CIN1200);

static struct pci_device_id pci_tbl[] = {
/* Uncomment for Budget Patch */
/*MAKE_EXTENSION_PCI(fs_1_3,0x13c2, 0x0000),*/
MAKE_EXTENSION_PCI(ttbs, 0x13c2, 0x1003),
MAKE_EXTENSION_PCI(ttbc, 0x13c2, 0x1004),//13c2,1004
MAKE_EXTENSION_PCI(ttbt, 0x13c2, 0x1005),
MAKE_EXTENSION_PCI(satel, 0x13c2, 0x1013),
MAKE_EXTENSION_PCI(fsacs, 0x1131, 0x4f61),
MAKE_EXTENSION_PCI(cin12t, 0x153b, 0x1157),
{
.vendor = 0,
}
};

Hm, shouldn't this be added to the *budget-av* driver?
There is already an entry for the Cinergy 1200 DVB-S:
MAKE_EXTENSION_PCI(cin1200, 0x153b, 0x1154).

I was wondering about that as well - the Cinergy DVB-C is in the buget drivers as well.

Do these cards actually have A/V inputs?

As far I know the ports are connected like in the designs with the A/V inputs.

Holger





Home | Main Index | Thread Index