public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* [linux-dvb] [PATCH]Add USB ID for MSI DIGIVOX mini III
@ 2008-10-06 21:08 Herbert Graeber
  2008-10-07 13:08 ` Antti Palosaari
  0 siblings, 1 reply; 2+ messages in thread
From: Herbert Graeber @ 2008-10-06 21:08 UTC (permalink / raw)
  To: linux-dvb


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

This patch adds the USB ID for the MSI Digi VOX mini III DVB-T Stick.

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

[-- Attachment #2: msi-digi-vox-mini-iii.patch --]
[-- Type: text/x-patch, Size: 1637 bytes --]

Add USB ID for MSI DIGIVOX mini III

From: Herbert Graeber <herbert@graeber-clan.de>

Add USB ID for MSI DIGIVOX mini III to af9015.c

Signed-off-by: Herbert Graeber <herbert@graeber-clan.de>

diff -r e9329da68ceb linux/drivers/media/dvb/dvb-usb/af9015.c
--- a/linux/drivers/media/dvb/dvb-usb/af9015.c	Fri Sep 26 17:40:53 2008 +0300
+++ b/linux/drivers/media/dvb/dvb-usb/af9015.c	Mon Oct 06 22:41:01 2008 +0200
@@ -1196,6 +1196,7 @@
 	{USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_VOLAR_X_2)},
 	{USB_DEVICE(USB_VID_TELESTAR,  USB_PID_TELESTAR_STARSTICK_2)},
 	{USB_DEVICE(USB_VID_AVERMEDIA, USB_PID_AVERMEDIA_A309)},
+/* 15 */{USB_DEVICE(USB_VID_MSI_2,     USB_PID_MSI_DIGI_VOX_MINI_III)},
 	{0},
 };
 MODULE_DEVICE_TABLE(usb, af9015_usb_table);
@@ -1346,7 +1347,7 @@
 
 		.i2c_algo = &af9015_i2c_algo,
 
-		.num_device_descs = 5,
+		.num_device_descs = 6,
 		.devices = {
 			{
 				.name = "Xtensions XD-380",
@@ -1371,6 +1372,11 @@
 			{
 				.name = "AVerMedia A309",
 				.cold_ids = {&af9015_usb_table[14], NULL},
+				.warm_ids = {NULL},
+			},
+			{
+				.name = "MSI Digi VOX mini III",
+				.cold_ids = {&af9015_usb_table[15], NULL},
 				.warm_ids = {NULL},
 			},
 		}
diff -r e9329da68ceb linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
--- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Fri Sep 26 17:40:53 2008 +0300
+++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h	Mon Oct 06 22:41:01 2008 +0200
@@ -227,5 +227,6 @@
 #define USB_PID_DW2102					0x2102
 #define USB_PID_XTENSIONS_XD_380			0x0381
 #define USB_PID_TELESTAR_STARSTICK_2			0x8000
+#define USB_PID_MSI_DIGI_VOX_MINI_III                   0x8807
 
 #endif

[-- 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] 2+ messages in thread

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

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-06 21:08 [linux-dvb] [PATCH]Add USB ID for MSI DIGIVOX mini III Herbert Graeber
2008-10-07 13:08 ` Antti Palosaari

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