diff options
author | Patrick Boettcher <devnull@localhost> | 2005-07-01 09:52:14 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-07-01 09:52:14 +0000 |
commit | 44ceccea02622c41411160e52b0f53b169fdfa46 (patch) | |
tree | 5c133fde02f5bee2578c838ee8b2eb86236babe0 /linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h | |
parent | 217f62ffa40e6475f3ad1ca8a2b9d04b0a69de4e (diff) | |
download | mediapointer-dvb-s2-44ceccea02622c41411160e52b0f53b169fdfa46.tar.gz mediapointer-dvb-s2-44ceccea02622c41411160e52b0f53b169fdfa46.tar.bz2 |
added support and rewrote some parts with the help of vendor information (Thanks to Steve Chang from WideView, Inc.):
- added support for the WT-220U (Pensize DVB-T receiver)
- corrected byte order for unc,ber and the pid filter
- corrected number of pids that can be fetched at the same time.
- added some comments in Kconfig-file
- added USB IDs for the WT-220U
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 75f4cb18a..794d513a8 100644 --- a/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h +++ b/linux/drivers/media/dvb/dvb-usb/dvb-usb-ids.h @@ -72,6 +72,8 @@ #define USB_PID_HANFTEK_UMT_010_WARM 0x0015 #define USB_PID_DTT200U_COLD 0x0201 #define USB_PID_DTT200U_WARM 0x0301 +#define USB_PID_WT220U_COLD 0x0222 +#define USB_PID_WT220U_WARM 0x0221 #define USB_PID_WINTV_NOVA_T_USB2_COLD 0x9300 #define USB_PID_WINTV_NOVA_T_USB2_WARM 0x9301 #define USB_PID_NEBULA_DIGITV 0x0201 @@ -84,5 +86,4 @@ #define USB_PID_KYE_DVB_T_COLD 0x701e #define USB_PID_KYE_DVB_T_WARM 0x701f - #endif |