diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2008-03-29 22:37:54 +0100 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2008-03-29 22:37:54 +0100 |
commit | 746c9f11dafbaa6597681934507b7b6f6b7c0557 (patch) | |
tree | 5bb2ba82b9ac039f53f12c8ab92ea5948fed4049 /linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | dccd5e9ec5e1abee6e6ea82fe609c71ff643d868 (diff) | |
download | mediapointer-dvb-s2-746c9f11dafbaa6597681934507b7b6f6b7c0557.tar.gz mediapointer-dvb-s2-746c9f11dafbaa6597681934507b7b6f6b7c0557.tar.bz2 |
Added support for Terratec Cinergy T USB XXS
From: Alexander Simon <alexander.simon@informatik.tu-muenchen.de>
Alexander Simon found out that the Terratec Cinergy T USB XXS is just a clone of another DiB7070P-based device.
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 | 3 |
1 files changed, 2 insertions, 1 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 2214bfe80..9757fb2c3 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h @@ -139,6 +139,7 @@ #define USB_PID_TERRATEC_CINERGY_DT_XS_DIVERSITY 0x005a #define USB_PID_TERRATEC_CINERGY_HT_USB_XE 0x0058 #define USB_PID_TERRATEC_CINERGY_HT_EXPRESS 0x0060 +#define USB_PID_TERRATEC_CINERGY_T_XXS 0x0078 #define USB_PID_PINNACLE_EXPRESSCARD_320CX 0x022e #define USB_PID_PINNACLE_PCTV2000E 0x022c #define USB_PID_PINNACLE_PCTV_DVB_T_FLASH 0x0228 @@ -193,6 +194,6 @@ #define USB_PID_GIGABYTE_U7000 0x7001 #define USB_PID_ASUS_U3000 0x171f #define USB_PID_ASUS_U3100 0x173f -#define USB_PID_YUAN_EC372S 0x1edc +#define USB_PID_YUAN_EC372S 0x1edc #endif |