All of lore.kernel.org
 help / color / mirror / Atom feed
From: Herbert Graeber <lists@graeber-clan.de>
To: linux-dvb@linuxtv.org
Subject: [linux-dvb] [PATCH]Add USB ID for MSI DIGIVOX mini III
Date: Mon, 6 Oct 2008 23:08:33 +0200	[thread overview]
Message-ID: <200810062308.36231.lists@graeber-clan.de> (raw)


[-- 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

             reply	other threads:[~2008-10-06 21:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-06 21:08 Herbert Graeber [this message]
2008-10-07 13:08 ` [linux-dvb] [PATCH]Add USB ID for MSI DIGIVOX mini III Antti Palosaari

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200810062308.36231.lists@graeber-clan.de \
    --to=lists@graeber-clan.de \
    --cc=linux-dvb@linuxtv.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.