Re: The new Terratec Cinergy C PCI

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

 



Tuomas Jousimaa wrote:

On Jan 17, 2008, at 7:45 PM, Manu Abraham wrote:

Tuomas Jousimaa wrote:
Hi
I just bought the new Terratec Cinergy C PCI -card. It would seem that it isn't supported yet by any drivers. With Manus mantis-drivers recognize the card, but the frontend doesn't work.


Please try the attached patch whether it helps. Apply it on to the mantis tree
The frontend used is the tda10021.

In case of any trouble, plese send the log messages too.

Regards,
Manu


diff -r 7018cbcec6ec linux/drivers/media/dvb/mantis/mantis_core.c
--- a/linux/drivers/media/dvb/mantis/mantis_core.c	Fri Nov 30 02:45:49 2007 +0400
+++ b/linux/drivers/media/dvb/mantis/mantis_core.c	Thu Jan 17 22:04:24 2008 +0400
@@ -111,6 +111,7 @@ static void mantis_load_config(struct ma
 		mantis->hwconfig = &vp1034_mantis_config;
 		break;
 	case MANTIS_VP_2033_DVB_C:	// VP-2033
+	case TERRATEC_CINERGY_C_PCI:	// Terratec Cinergy C PCI
 		mantis->hwconfig = &vp2033_mantis_config;
 		break;
 	case MANTIS_VP_3030_DVB_T:	// VP-3030
diff -r 7018cbcec6ec linux/drivers/media/dvb/mantis/mantis_dvb.c
--- a/linux/drivers/media/dvb/mantis/mantis_dvb.c	Fri Nov 30 02:45:49 2007 +0400
+++ b/linux/drivers/media/dvb/mantis/mantis_dvb.c	Thu Jan 17 22:07:44 2008 +0400
@@ -238,6 +238,7 @@ int __devinit mantis_frontend_init(struc
 		}
 		break;
 	case MANTIS_VP_2033_DVB_C:	// VP-2033
+	case TERRATEC_CINERGY_C_PCI:
 		dprintk(verbose, MANTIS_ERROR, 1, "Probing for CU1216 (DVB-C)");
 		mantis->fe = tda10021_attach(&philips_cu1216_config, &mantis->adapter, read_pwm(mantis));
 		if (mantis->fe) {
diff -r 7018cbcec6ec linux/drivers/media/dvb/mantis/mantis_vp2033.h
--- a/linux/drivers/media/dvb/mantis/mantis_vp2033.h	Fri Nov 30 02:45:49 2007 +0400
+++ b/linux/drivers/media/dvb/mantis/mantis_vp2033.h	Thu Jan 17 22:09:36 2008 +0400
@@ -26,6 +26,7 @@
 #include "tda1002x.h"
 
 #define MANTIS_VP_2033_DVB_C	0x0008
+#define TERRATEC_CINERGY_C_PCI	0x1178
 
 extern struct tda1002x_config philips_cu1216_config;
 extern struct mantis_hwconfig vp2033_mantis_config;
_______________________________________________
linux-dvb mailing list
linux-dvb@xxxxxxxxxxx
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

[Index of Archives]     [Linux Media]     [Video 4 Linux]     [Asterisk]     [Samba]     [Xorg]     [Xfree86]     [Linux USB]

  Powered by Linux