All of lore.kernel.org
 help / color / mirror / Atom feed
* DD Cine CT DVB-C/T
@ 2011-08-25 16:47 Thomas Kaiser
  2011-08-29 17:23 ` Thomas Kaiser
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Kaiser @ 2011-08-25 16:47 UTC (permalink / raw)
  To: linux-media

Hi

Which modules do I have to build and install to use this card (DD Cine 
CT DVB-C/T Rev. V6).

I checkd out:
hg clone http://linuxtv.org/hg/~endriss/media_build_experimental

I would like to build only the needed modules. What do I have to select 
in "make menuconfig"?

Regards, Thomas



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: DD Cine CT DVB-C/T
  2011-08-25 16:47 DD Cine CT DVB-C/T Thomas Kaiser
@ 2011-08-29 17:23 ` Thomas Kaiser
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Kaiser @ 2011-08-29 17:23 UTC (permalink / raw)
  To: linux-media

On 08/25/2011 06:47 PM, Thomas Kaiser wrote:
> Hi
>
> Which modules do I have to build and install to use this card (DD Cine 
> CT DVB-C/T Rev. V6).
>
> I checkd out:
> hg clone http://linuxtv.org/hg/~endriss/media_build_experimental
>
> I would like to build only the needed modules. What do I have to 
> select in "make menuconfig"?
>
> Regards, Thomas
>
>
> -- 
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

Looks like I took the wrong source...

static const struct pci_device_id ddb_id_tbl[] __devinitdata = {
     DDB_ID(DDVID, 0x0002, DDVID, 0x0001, ddb_octopus),
     DDB_ID(DDVID, 0x0003, DDVID, 0x0001, ddb_octopus),
     DDB_ID(DDVID, 0x0003, DDVID, 0x0002, ddb_octopus_le),
     DDB_ID(DDVID, 0x0003, DDVID, 0x0010, ddb_octopus),
     DDB_ID(DDVID, 0x0003, DDVID, 0x0020, ddb_v6),
     /* in case sub-ids got deleted in flash */
     DDB_ID(DDVID, 0x0003, PCI_ANY_ID, PCI_ANY_ID, ddb_none),
     {0}
};

My card has the _subdev 0x0030!

Where can I find the right source code for this card?

I am ready to help developing and testing.

Thomas


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-08-29 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-08-25 16:47 DD Cine CT DVB-C/T Thomas Kaiser
2011-08-29 17:23 ` Thomas Kaiser

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.