public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [DVB] Digital Devices Cine CT V6 support
@ 2011-09-23 15:11 Sébastien RAILLARD (COEXSI)
  2011-10-24  7:06 ` Oliver Endriss
  0 siblings, 1 reply; 7+ messages in thread
From: Sébastien RAILLARD (COEXSI) @ 2011-09-23 15:11 UTC (permalink / raw)
  To: o.endriss; +Cc: Linux Media Mailing List

Dear Oliver,

Using your latest development tree (hg clone
http://linuxtv.org/hg/~endriss/media_build_experimental), I have made a
small modification in ddbridge-core.c (see below) to make the new "Cine CT
V6" card detected by the ddbridge module.

With this small patch, the card is now detected, but not the double C/T
tuner onboard.
If I connect a "DuoFlex CT" on a port, the tuners of the add-in card are
detected.

Also, I was wondering why they put a male and a female RF connectors on the
"Cine CT V6" (maybe a loop-through?) where there are two female RF
connectors on the "DuoFlex CT" card.

Best regards,
Sebastien.


Before 
------

static struct ddb_info ddb_v6 = {
	.type     = DDB_OCTOPUS,
	.name     = "Digital Devices Cine S2 V6 DVB adapter",
	.port_num = 3,
};

And

	DDB_ID(DDVID, 0x0003, DDVID, 0x0020, ddb_v6),

After
-----

static struct ddb_info ddb_v6_s2 = {
	.type     = DDB_OCTOPUS,
	.name     = "Digital Devices Cine S2 V6 DVB-S/S2 adapter",
	.port_num = 3,
};

static struct ddb_info ddb_v6_ct = {
	.type     = DDB_OCTOPUS,
	.name     = "Digital Devices Cine S2 V6 DVB-C/T adapter",
	.port_num = 3,
};

And

	DDB_ID(DDVID, 0x0003, DDVID, 0x0020, ddb_v6_s2),
	DDB_ID(DDVID, 0x0003, DDVID, 0x0030, ddb_v6_ct),









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

end of thread, other threads:[~2011-10-28  7:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-23 15:11 [DVB] Digital Devices Cine CT V6 support Sébastien RAILLARD (COEXSI)
2011-10-24  7:06 ` Oliver Endriss
2011-10-24 12:18   ` Sébastien RAILLARD (COEXSI)
2011-10-24 18:31     ` Ralph Metzler
2011-10-24 21:44       ` Sébastien RAILLARD (COEXSI)
2011-10-27  9:05       ` Sébastien RAILLARD (COEXSI)
2011-10-28  7:54         ` Ralph Metzler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox