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/Kconfig | |
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/Kconfig')
-rw-r--r-- | linux/drivers/media/dvb/dvb-usb/Kconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-usb/Kconfig b/linux/drivers/media/dvb/dvb-usb/Kconfig index 91e88b2ed..612e5b087 100644 --- a/linux/drivers/media/dvb/dvb-usb/Kconfig +++ b/linux/drivers/media/dvb/dvb-usb/Kconfig @@ -109,9 +109,11 @@ config DVB_USB_NOVA_T_USB2 Say Y here to support the Hauppauge WinTV-NOVA-T usb2 DVB-T USB2.0 receiver. config DVB_USB_DTT200U - tristate "WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 support" + tristate "WideView WT-200U and WT-220U (pen) DVB-T USB2.0 support (Yakumo/Hama/Typhoon/Yuan)" depends on DVB_USB help Say Y here to support the WideView/Yakumo/Hama/Typhoon/Yuan DVB-T USB2.0 receiver. The receivers are also known as DTT200U (Yakumo) and UB300 (Yuan). + + The WT-220U and its clones are pen-sized. |