public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Sony PlayTV (PS3)
@ 2009-02-13 10:18 Vigasoco SDL
  2009-02-15 23:01 ` CityK
  0 siblings, 1 reply; 2+ messages in thread
From: Vigasoco SDL @ 2009-02-13 10:18 UTC (permalink / raw)
  To: linux-media

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

Quick and dirty patch por Sony PlayTV (Playstation 3 DVB-T)

[-- Attachment #2: playtv.patch --]
[-- Type: application/octet-stream, Size: 989 bytes --]

--- dib0700_devices.c	Fri Feb 13 00:24:42 2009
+++ dib0700_devices.c.playtv	Fri Feb 13 00:24:42 2009
@@ -1393,6 +1393,7 @@
 	{ USB_DEVICE(USB_VID_ASUS,	USB_PID_ASUS_U3000H) },
 /* 40 */{ USB_DEVICE(USB_VID_PINNACLE,  USB_PID_PINNACLE_PCTV801E) },
 	{ USB_DEVICE(USB_VID_PINNACLE,  USB_PID_PINNACLE_PCTV801E_SE) },
+	{ USB_DEVICE(0x1415,  0x0003) }, /* prueba playtv */
 	{ 0 }		/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1653,7 +1654,8 @@
 			}
 		},
 
-		.num_device_descs = 4,
+		/* .num_device_descs = 4, */
+		.num_device_descs = 5,
 		.devices = {
 			{   "DiBcom STK7070PD reference design",
 				{ &dib0700_usb_id_table[17], NULL },
@@ -1670,8 +1672,13 @@
 			{   "Hauppauge Nova-TD-500 (84xxx)",
 				{ &dib0700_usb_id_table[36], NULL },
 				{ NULL },
+			},
+/* prueba playtv */
+			{   "Prueba PlayTV",
+				{ &dib0700_usb_id_table[42], NULL },
+				{ NULL },
 			}
-		}
+}
 	}, { DIB0700_DEFAULT_DEVICE_PROPERTIES,
 
 		.num_adapters = 1,

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

* Re: Sony PlayTV (PS3)
  2009-02-13 10:18 Sony PlayTV (PS3) Vigasoco SDL
@ 2009-02-15 23:01 ` CityK
  0 siblings, 0 replies; 2+ messages in thread
From: CityK @ 2009-02-15 23:01 UTC (permalink / raw)
  To: Vigasoco SDL; +Cc: linux-media

Vigasoco SDL wrote:
> Quick and dirty patch por Sony PlayTV (Playstation 3 DVB-T)
>   

Hi, please see
http://www.linuxtv.org/wiki/index.php/Development:_How_to_submit_patches

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

end of thread, other threads:[~2009-02-15 23:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-13 10:18 Sony PlayTV (PS3) Vigasoco SDL
2009-02-15 23:01 ` CityK

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