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



On Wednesday 20 Oct 2004 09: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,
>  }
> };
> ------------------------------------------------------------------

Ooh cool - can you send me what is printed on the tin box on the card, and 
also a demesg of loading the modules please? I need this for the refactored 
code.




Home | Main Index | Thread Index