All of lore.kernel.org
 help / color / mirror / Atom feed
* EvolutePC TvWay+ USB ISDB-Tb fullseg device support
@ 2009-09-26 20:49 Sérgio Fortier
  2009-09-28  9:26 ` Patrick Boettcher
  0 siblings, 1 reply; 2+ messages in thread
From: Sérgio Fortier @ 2009-09-26 20:49 UTC (permalink / raw)
  To: linux-media

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

Patch for EvolutePC TvWay+ USB ISDB-Tb fullseg device support

==========================
diff -r 6b7617d4a0be linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c    Sat Sep 26 13:45:03 2009 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c    Sat Sep 26 17:18:45 2009 -0300
@@ -1917,6 +1917,7 @@
    { USB_DEVICE(USB_VID_DIBCOM,    USB_PID_DIBCOM_STK807XPVR) },
    { USB_DEVICE(USB_VID_DIBCOM,    USB_PID_DIBCOM_STK807XP) },
    { USB_DEVICE(USB_VID_PIXELVIEW, USB_PID_PIXELVIEW_SBTVD) },
+    { USB_DEVICE(USB_VID_EVOLUTEPC, USB_PID_TVWAY_PLUS) },
    { 0 }        /* Terminating entry */
};
MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -2422,7 +2423,7 @@
            },
        },

-        .num_device_descs = 2,
+        .num_device_descs = 3,
        .devices = {
            {   "DiBcom STK807xP reference design",
                { &dib0700_usb_id_table[62], NULL },
@@ -2432,6 +2433,10 @@
                { &dib0700_usb_id_table[63], NULL },
                { NULL },
            },
+            {   "EvolutePC TVWay+",
+                { &dib0700_usb_id_table[64], NULL },
+                { NULL },
+            },
        },

        .rc_interval      = DEFAULT_RC_INTERVAL,
diff -r 6b7617d4a0be linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h    Sat Sep 26 13:45:03 2009 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h    Sat Sep 26 17:18:45 2009 -0300
@@ -61,6 +61,7 @@
#define USB_VID_XTENSIONS            0x1ae7
#define USB_VID_HUMAX_COEX            0x10b9
#define USB_VID_774                0x7a69
+#define USB_VID_EVOLUTEPC            0x1e59

/* Product IDs */
#define USB_PID_ADSTECH_USB2_COLD            0xa333
@@ -276,5 +277,6 @@
#define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_COLD        0x5000
#define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_WARM        0x5001
#define USB_PID_FRIIO_WHITE                0x0001
+#define USB_PID_TVWAY_PLUS                0x0002

#endif
===========================================
Signed-off-by: Sérgio C Fortier <sergiofortier@yahoo.com.br>

Regards,



      ____________________________________________________________________________________
Veja quais são os assuntos do momento no Yahoo! +Buscados
http://br.maisbuscados.yahoo.com

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: tvwayplus.patch --]
[-- Type: text/x-patch; name="tvwayplus.patch", Size: 1697 bytes --]

diff -r 6b7617d4a0be linux/drivers/media/dvb/dvb-usb/dib0700_devices.c
--- a/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Sat Sep 26 13:45:03 2009 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dib0700_devices.c	Sat Sep 26 17:18:45 2009 -0300
@@ -1917,6 +1917,7 @@
 	{ USB_DEVICE(USB_VID_DIBCOM,    USB_PID_DIBCOM_STK807XPVR) },
 	{ USB_DEVICE(USB_VID_DIBCOM,    USB_PID_DIBCOM_STK807XP) },
 	{ USB_DEVICE(USB_VID_PIXELVIEW, USB_PID_PIXELVIEW_SBTVD) },
+	{ USB_DEVICE(USB_VID_EVOLUTEPC, USB_PID_TVWAY_PLUS) },
 	{ 0 }		/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -2422,7 +2423,7 @@
 			},
 		},
 
-		.num_device_descs = 2,
+		.num_device_descs = 3,
 		.devices = {
 			{   "DiBcom STK807xP reference design",
 				{ &dib0700_usb_id_table[62], NULL },
@@ -2432,6 +2433,10 @@
 				{ &dib0700_usb_id_table[63], NULL },
 				{ NULL },
 			},
+			{   "EvolutePC TVWay+",
+				{ &dib0700_usb_id_table[64], NULL },
+				{ NULL },
+			},
 		},
 
 		.rc_interval      = DEFAULT_RC_INTERVAL,
diff -r 6b7617d4a0be linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Sat Sep 26 13:45:03 2009 -0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Sat Sep 26 17:18:45 2009 -0300
@@ -61,6 +61,7 @@
 #define USB_VID_XTENSIONS			0x1ae7
 #define USB_VID_HUMAX_COEX			0x10b9
 #define USB_VID_774				0x7a69
+#define USB_VID_EVOLUTEPC			0x1e59
 
 /* Product IDs */
 #define USB_PID_ADSTECH_USB2_COLD			0xa333
@@ -276,5 +277,6 @@
 #define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_COLD		0x5000
 #define USB_PID_DVB_T_USB_STICK_HIGH_SPEED_WARM		0x5001
 #define USB_PID_FRIIO_WHITE				0x0001
+#define USB_PID_TVWAY_PLUS				0x0002
 
 #endif

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

* Re: EvolutePC TvWay+ USB ISDB-Tb fullseg device support
  2009-09-26 20:49 EvolutePC TvWay+ USB ISDB-Tb fullseg device support Sérgio Fortier
@ 2009-09-28  9:26 ` Patrick Boettcher
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick Boettcher @ 2009-09-28  9:26 UTC (permalink / raw)
  To: Sérgio Fortier; +Cc: linux-media

[-- Attachment #1: Type: TEXT/PLAIN, Size: 316 bytes --]

On Sat, 26 Sep 2009, Sérgio Fortier wrote:
> [..]
> +#define USB_PID_TVWAY_PLUS                0x0002
>
> #endif
> ===========================================
> Signed-off-by: Sérgio C Fortier <sergiofortier@yahoo.com.br>
>
> Regards,

Applied, thanks.

--

Patrick Boettcher - Kernel Labs
http://www.kernellabs.com/

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

end of thread, other threads:[~2009-09-28  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-09-26 20:49 EvolutePC TvWay+ USB ISDB-Tb fullseg device support Sérgio Fortier
2009-09-28  9:26 ` Patrick Boettcher

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.