diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-09-07 17:39:44 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2008-09-07 17:39:44 +0200 |
commit | a8c47d6fe59867e3b3f6ee4ed672eb434b375188 (patch) | |
tree | b65a0e09bedadfc80ac127c17d4cd117570e8eaf /linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | 57a7e7f304515be9abbcf4eb0f81f217c19676fe (diff) | |
download | mediapointer-dvb-s2-a8c47d6fe59867e3b3f6ee4ed672eb434b375188.tar.gz mediapointer-dvb-s2-a8c47d6fe59867e3b3f6ee4ed672eb434b375188.tar.bz2 |
Add support YUAN High-Tech STK7700D (1164:1f08)
From: Daniel Oliveira Nascimento <don@syst.com.br>
This patch extends the dib0700 driver to support the DVB-part of the Asus notebook M51Sn tv-tunner (USB-ID 1164:1f08).
Priority: normal
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h index d4c38b11d..cd0af6a97 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h @@ -209,6 +209,7 @@ #define USB_PID_ASUS_U3000 0x171f #define USB_PID_ASUS_U3100 0x173f #define USB_PID_YUAN_EC372S 0x1edc +#define USB_PID_YUAN_STK7700PH 0x1f08 #define USB_PID_DW2102 0x2102 #endif |