public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Re: [linux-dvb] Leadtek Winfast PxDVR 3200 H
@ 2008-08-03  3:01 stev391
  2008-08-03 10:50 ` [linux-dvb] TerraTec Cinergy S USB patch needs testing Igor M. Liplianin
  0 siblings, 1 reply; 2+ messages in thread
From: stev391 @ 2008-08-03  3:01 UTC (permalink / raw)
  To: Mark Carbonaro, Jonathan Hummel; +Cc: linux-dvb


[-- Attachment #1.1: Type: text/plain, Size: 928 bytes --]

 Mark,

Don't worry about opening the shielded area, I have opened mine enough to
read the details on the chip, but not enough to take a photo easily.

The chip in it is exactly the same as my DViCO Dual Express, with the
same components around it, so the settings I have used for that should
work with this one.

Regards,

Stephen.


----- Original Message ------

Hi Jon,

I just added some photos to the wiki that I took of my 3200 about a 
month ago, it's just some close ups of the chips.  I forgot all about 
them until you posted this message, figured I should probably pull my 
finger out and upload them.

I haven't taken the shielding off the card, I can only assume there 
is a tuner in there, I will crack it open on of these days and take 
note (and photos) of what is inside.

Mark

-- 
Be Yourself @ mail.com!
Choose From 200+ Email Addresses
Get a Free Account at www.mail.com


[-- Attachment #1.2: Type: text/html, Size: 1131 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

* [linux-dvb] TerraTec Cinergy S USB patch needs testing
  2008-08-03  3:01 [linux-dvb] Leadtek Winfast PxDVR 3200 H stev391
@ 2008-08-03 10:50 ` Igor M. Liplianin
  0 siblings, 0 replies; 2+ messages in thread
From: Igor M. Liplianin @ 2008-08-03 10:50 UTC (permalink / raw)
  To: linux-dvb

> Hi Igor,
>
> I just gut the Terratec Cinergy S USB (not the mac-edition) to work. I just
> changed the product-id to 0064 und the vendor-id to 0ccd. Here in Germany
> this USB-box is quite popular. Maybe you want to add these values to your
> driver.
>
> best regards
>
> Thorsten Leupold

TerraTec Cinergy S USB patch. 
I am asking all to test it.
-----------------------------------------------------
Add TerraTec Cinergy S USB support

From: Igor M. Liplianin <liplianin@me.by>

Add TerraTec Cinergy S USB support

Signed-off-by: Igor M. Liplianin <liplianin@me.by> 

diff -Naur a/linux/drivers/media/dvb/dvb-usb/dw2102.c b/linux/drivers/media/dvb/dvb-usb/dw2102.c
--- a/linux/drivers/media/dvb/dvb-usb/dw2102.c	2008-07-21 23:51:10.000000000 +0300
+++ b/linux/drivers/media/dvb/dvb-usb/dw2102.c	2008-08-03 13:33:42.000000000 +0300
@@ -16,6 +16,9 @@
 #ifndef USB_PID_DW2102
 #define USB_PID_DW2102 0x2102
 #endif
+#ifndef USB_PID_CINERGY_S
+#define USB_PID_CINERGY_S 0x0064
+#endif
 
 #define DW2102_READ_MSG 0
 #define DW2102_WRITE_MSG 1
@@ -249,6 +252,7 @@
 static struct usb_device_id dw2102_table[] = {
 	{USB_DEVICE(USB_VID_CYPRESS, USB_PID_DW2102)},
 	{USB_DEVICE(USB_VID_CYPRESS, 0x2101)},
+	{USB_DEVICE(USB_VID_TERRATEC, USB_PID_CINERGY_S)},
 	{ }
 };
 
@@ -273,6 +277,7 @@
 			return ret;
 		}
 		break;
+	case USB_PID_CINERGY_S:
 	case USB_PID_DW2102:
 		fw = frmwr;
 		break;
@@ -313,6 +318,7 @@
 		}
 		/* init registers */
 		switch (dev->descriptor.idProduct) {
+		case USB_PID_CINERGY_S:
 		case USB_PID_DW2102:
 			dw2102_op_rw
 				(dev, 0xbf, 0x0040, &reset, 0,
@@ -375,7 +381,7 @@
 			},
 		}
 	},
-	.num_device_descs = 2,
+	.num_device_descs = 3,
 	.devices = {
 		{"DVBWorld DVB-S 2102 USB2.0",
 			{&dw2102_table[0], NULL},
@@ -385,6 +391,10 @@
 			{&dw2102_table[1], NULL},
 			{NULL},
 		},
+		{"TerraTec Cinergy S USB",
+			{&dw2102_table[2], NULL},
+			{NULL},
+		},
 	}
 };
 

_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

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

end of thread, other threads:[~2008-08-03 10:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-03  3:01 [linux-dvb] Leadtek Winfast PxDVR 3200 H stev391
2008-08-03 10:50 ` [linux-dvb] TerraTec Cinergy S USB patch needs testing Igor M. Liplianin

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