All of lore.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770)
@ 2008-03-18 17:34 Antti Palosaari
  2008-03-18 17:48 ` insomniac
  2008-03-18 18:05 ` Albert Comerma
  0 siblings, 2 replies; 3+ messages in thread
From: Antti Palosaari @ 2008-03-18 17:34 UTC (permalink / raw)
  To: linux-dvb, Patrick Boettcher, Albert Comerma, insomniac

[-- Attachment #1: Type: text/plain, Size: 291 bytes --]

moi
This patch adds support for Pinnacle PCTV 73e DVB-T stick.

Albert, could you also give signed-off-by?

Insomniac, can you still test that there is no copy & paste errors in 
this patch :)

Signed-off-by: Antti Palosaari <crope@iki.fi>

Regards
Antti Palosaari

-- 
http://palosaari.fi/

[-- Attachment #2: pinnacle_pctv_73e_2.patch --]
[-- Type: text/x-diff, Size: 1724 bytes --]

diff -r 2e9a92dbe2be linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Sun Mar 16 12:14:12 2008 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Tue Mar 18 19:28:43 2008 +0200
@@ -905,6 +905,7 @@ struct usb_device_id dib0700_usb_id_tabl
 		{ USB_DEVICE(USB_VID_ASUS,      USB_PID_ASUS_U3100) },
 /* 25 */	{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_STICK_3) },
 		{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_MYTV_T) },
+		{ USB_DEVICE(USB_VID_PINNACLE,  USB_PID_PINNACLE_PCTV73E) },
 		{ 0 }		/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1090,7 +1091,7 @@ struct dvb_usb_device_properties dib0700
 			},
 		},
 
-		.num_device_descs = 6,
+		.num_device_descs = 7,
 		.devices = {
 			{   "DiBcom STK7070P reference design",
 				{ &dib0700_usb_id_table[15], NULL },
@@ -1114,6 +1115,10 @@ struct dvb_usb_device_properties dib0700
 			},
 			{   "Hauppauge Nova-T MyTV.t",
 				{ &dib0700_usb_id_table[26], NULL },
+				{ NULL },
+			},
+			{   "Pinnacle PCTV 73e",			
+				{ &dib0700_usb_id_table[27], NULL },
 				{ NULL },
 			},
 		},
diff -r 2e9a92dbe2be linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Sun Mar 16 12:14:12 2008 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Tue Mar 18 19:28:43 2008 +0200
@@ -138,6 +138,7 @@
 #define USB_PID_PINNACLE_PCTV2000E			0x022c
 #define USB_PID_PINNACLE_PCTV_DVB_T_FLASH		0x0228
 #define USB_PID_PINNACLE_PCTV_DUAL_DIVERSITY_DVB_T	0x0229
+#define USB_PID_PINNACLE_PCTV73E			0x0237
 #define USB_PID_PCTV_200E				0x020e
 #define USB_PID_PCTV_400E				0x020f
 #define USB_PID_PCTV_450E				0x0222

[-- Attachment #3: 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] 3+ messages in thread

* Re: [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770)
  2008-03-18 17:34 [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770) Antti Palosaari
@ 2008-03-18 17:48 ` insomniac
  2008-03-18 18:05 ` Albert Comerma
  1 sibling, 0 replies; 3+ messages in thread
From: insomniac @ 2008-03-18 17:48 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: linux-dvb

On Tue, 18 Mar 2008 19:34:05 +0200
Antti Palosaari <crope@iki.fi> wrote:

> moi
> This patch adds support for Pinnacle PCTV 73e DVB-T stick.
> 
> Albert, could you also give signed-off-by?
> 
> Insomniac, can you still test that there is no copy & paste errors in 
> this patch :)

I just tested your patch against the hg tree, it works perfectly after
having removed old modules, rebooted and plugged back again the usb
stick.

I received a *great* support, in less than 2 days my card moved from
being a small expensive brick to a perfectly working DVB-T card :-)
I want to personally thank Albert and Antti, again, great work :-)

Regards,
-- 
Andrea Barberio

a.barberio@oltrelinux.com - Linux&C.
andrea.barberio@slackware.it - Slackware Linux Project Italia
GPG key on http://insomniac.slackware.it/gpgkey.asc
2818 A961 D6D8 1A8C 6E84  6181 5FA6 03B2 E68A 0B7D
SIP: 5327786, Phone: 06 916503784

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

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

* Re: [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770)
  2008-03-18 17:34 [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770) Antti Palosaari
  2008-03-18 17:48 ` insomniac
@ 2008-03-18 18:05 ` Albert Comerma
  1 sibling, 0 replies; 3+ messages in thread
From: Albert Comerma @ 2008-03-18 18:05 UTC (permalink / raw)
  To: Antti Palosaari; +Cc: linux-dvb


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

Here it goes...

2008/3/18, Antti Palosaari <crope@iki.fi>:
>
> moi
> This patch adds support for Pinnacle PCTV 73e DVB-T stick.
>
> Albert, could you also give signed-off-by?
>
> Insomniac, can you still test that there is no copy & paste errors in
> this patch :)
>
> Signed-off-by: Antti Palosaari <crope@iki.fi>


Signed-off-by: Albert Comerma <albert.comerma@gmail.com>

Regards
> Antti Palosaari
>
>
> --
> http://palosaari.fi/
>
>

[-- Attachment #1.2: Type: text/html, Size: 1001 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] 3+ messages in thread

end of thread, other threads:[~2008-03-18 18:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-18 17:34 [linux-dvb] PATCH Support for Pinnacle PCTV 73e (Dib7770) Antti Palosaari
2008-03-18 17:48 ` insomniac
2008-03-18 18:05 ` Albert Comerma

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.