aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorDaniel Oliveira Nascimento <don@syst.com.br>2008-09-07 11:39:44 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2008-10-12 07:37:08 -0400
commit8751aaa6c8be191171cd8c7db01a9b4e01892b08 (patch)
treec7811aefe35904bf26d84994d584ded46d9b7b04 /drivers
parent4d2858c65bbd9a98d109b3548b4742d7fd74dcb0 (diff)
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>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/dvb/dvb-usb/dib0700_devices.c7
-rw-r--r--drivers/media/dvb/dvb-usb/dvb-usb-ids.h1
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 2555e53b31dd..a5e970ecab2c 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[] = {
1120/* 35 */{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009) }, 1120/* 35 */{ USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_TD_STICK_52009) },
1121 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_500_3) }, 1121 { USB_DEVICE(USB_VID_HAUPPAUGE, USB_PID_HAUPPAUGE_NOVA_T_500_3) },
1122 { USB_DEVICE(USB_VID_GIGABYTE, USB_PID_GIGABYTE_U8000) }, 1122 { USB_DEVICE(USB_VID_GIGABYTE, USB_PID_GIGABYTE_U8000) },
1123 { USB_DEVICE(USB_VID_YUAN, USB_PID_YUAN_STK7700PH) },
1123 { 0 } /* Terminating entry */ 1124 { 0 } /* Terminating entry */
1124}; 1125};
1125MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table); 1126MODULE_DEVICE_TABLE(usb, dib0700_usb_id_table);
@@ -1409,7 +1410,7 @@ struct dvb_usb_device_properties dib0700_devices[] = {
1409 }, 1410 },
1410 }, 1411 },
1411 1412
1412 .num_device_descs = 4, 1413 .num_device_descs = 5,
1413 .devices = { 1414 .devices = {
1414 { "Terratec Cinergy HT USB XE", 1415 { "Terratec Cinergy HT USB XE",
1415 { &dib0700_usb_id_table[27], NULL }, 1416 { &dib0700_usb_id_table[27], NULL },
@@ -1427,6 +1428,10 @@ struct dvb_usb_device_properties dib0700_devices[] = {
1427 { &dib0700_usb_id_table[37], NULL }, 1428 { &dib0700_usb_id_table[37], NULL },
1428 { NULL }, 1429 { NULL },
1429 }, 1430 },
1431 { "YUAN High-Tech STK7700PH",
1432 { &dib0700_usb_id_table[38], NULL },
1433 { NULL },
1434 },
1430 }, 1435 },
1431 .rc_interval = DEFAULT_RC_INTERVAL, 1436 .rc_interval = DEFAULT_RC_INTERVAL,
1432 .rc_key_map = dib0700_rc_keys, 1437 .rc_key_map = dib0700_rc_keys,
diff --git a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
index e60e87315548..7bf5a1cdb49c 100644
--- a/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
+++ b/drivers/media/dvb/dvb-usb/dvb-usb-ids.h
@@ -225,6 +225,7 @@
225#define USB_PID_ASUS_U3000 0x171f 225#define USB_PID_ASUS_U3000 0x171f
226#define USB_PID_ASUS_U3100 0x173f 226#define USB_PID_ASUS_U3100 0x173f
227#define USB_PID_YUAN_EC372S 0x1edc 227#define USB_PID_YUAN_EC372S 0x1edc
228#define USB_PID_YUAN_STK7700PH 0x1f08
228#define USB_PID_DW2102 0x2102 229#define USB_PID_DW2102 0x2102
229#define USB_PID_XTENSIONS_XD_380 0x0381 230#define USB_PID_XTENSIONS_XD_380 0x0381
230#define USB_PID_TELESTAR_STARSTICK_2 0x8000 231#define USB_PID_TELESTAR_STARSTICK_2 0x8000