V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)

Previous thread: V4L/DVB (9040): TTUSB-DEC DVB-S: claim to have lock by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:15 pm. (1 message)

Next thread: V4L/DVB (9042): Add support for Asus My Cinema U3000 Hybrid by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:15 pm. (1 message)
From: Linux Kernel Mailing List
Date: Monday, October 13, 2008 - 3:15 pm

Gitweb:     http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=8751aa...
Commit:     8751aaa6c8be191171cd8c7db01a9b4e01892b08
Parent:     4d2858c65bbd9a98d109b3548b4742d7fd74dcb0
Author:     Daniel Oliveira Nascimento <don@syst.com.br>
AuthorDate: Sun Sep 7 12:39:44 2008 -0300
Committer:  Mauro Carvalho Chehab <mchehab@redhat.com>
CommitDate: Sun Oct 12 09:37:08 2008 -0200

    V4L/DVB (9041): Add support YUAN High-Tech STK7700D (1164:1f08)
    
    This patch extends the dib0700 driver to support the DVB-part of the Asus notebook M51Sn tv-tunner (USB-ID 1164:1f08).
    
    Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
    Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
---
 drivers/media/dvb/dvb-usb/dib0700_devices.c |    7 ++++++-
 drivers/media/dvb/dvb-usb/dvb-usb-ids.h     |    1 +
 2 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/drivers/media/dvb/dvb-usb/dib0700_devices.c b/drivers/media/dvb/dvb-usb/dib0700_devices.c
index 2555e53..a5e970e 100644
--- a/drivers/media/dvb/dvb-usb/dib0700_devices.c
+++ b/drivers/media/dvb/dvb-usb/dib0700_devices.c
@@ -1120,6 +1120,7 @@ struct usb_device_id dib0700_usb_id_table[] = {
 /* 35 */{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009) },
 	{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_500_3) },
 	{ USB_DEVICE(USB_VID_GIGABYTE,  USB_PID_GIGABYTE_U8000) },
+	{ USB_DEVICE(USB_VID_YUAN,      USB_PID_YUAN_STK7700PH) },
 	{ 0 }		/* Terminating entry */
 };
 MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1409,7 +1410,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
 			},
 		},
 
-		.num_device_descs = 4,
+		.num_device_descs = 5,
 		.devices = {
 			{   "Terratec Cinergy HT USB XE",
 				{ &dib0700_usb_id_table[27], NULL },
@@ -1427,6 +1428,10 @@ struct dvb_usb_device_properties dib0700_devices[] = {
 				{ &dib0700_usb_id_table[37], NULL },
 				{ NULL },
 			},
+			{   "YUAN High-Tech ...
Previous thread: V4L/DVB (9040): TTUSB-DEC DVB-S: claim to have lock by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:15 pm. (1 message)

Next thread: V4L/DVB (9042): Add support for Asus My Cinema U3000 Hybrid by Linux Kernel Mailing List on Monday, October 13, 2008 - 3:15 pm. (1 message)