diff options
author | Patrick Boettcher <devnull@localhost> | 2004-09-05 11:49:23 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2004-09-05 11:49:23 +0000 |
commit | 71f6ea3ca21cf22dbb9b12cdc154fc653c11d5bd (patch) | |
tree | f0a124949495419e6363b524ce31fa13a4c45435 /linux/drivers/media/dvb/frontends/dib3000mb.c | |
parent | 4f158be60d861cdafad20d5e3ed891947c5bc4e4 (diff) | |
download | mediapointer-dvb-s2-71f6ea3ca21cf22dbb9b12cdc154fc653c11d5bd.tar.gz mediapointer-dvb-s2-71f6ea3ca21cf22dbb9b12cdc154fc653c11d5bd.tar.bz2 |
removed some text from dib3000mb
Diffstat (limited to 'linux/drivers/media/dvb/frontends/dib3000mb.c')
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000mb.c | 19 |
1 files changed, 4 insertions, 15 deletions
diff --git a/linux/drivers/media/dvb/frontends/dib3000mb.c b/linux/drivers/media/dvb/frontends/dib3000mb.c index 1cfdf18b7..05adffa1d 100644 --- a/linux/drivers/media/dvb/frontends/dib3000mb.c +++ b/linux/drivers/media/dvb/frontends/dib3000mb.c @@ -1,20 +1,7 @@ /* - * Frontend driver for mobile DVB-T demodulator DiBcom 3000-M + * Frontend driver for mobile DVB-T demodulator DiBcom 3000-MB * DiBcom (http://www.dibcom.fr/) * - * the following USB 1.1 devices are equiped with it: - * - * Twinhan VisionPlus VisionDTV USB-Ter DVB-T Device (VP7041) - * http://www.twinhan.com/visiontv-2_4.htm - * - * CTS Portable (Chinese Television System) - * http://www.2cts.tv/ctsportable/ - * - * KWorld V-Stream XPERT DTV - DVB-T USB - * http://www.kworld.com.tw/asp/pindex.asp?id=4&pid=13 - * - * dib3000mb.c - * * Copyright (C) 2004 Patrick Boettcher (patrick.boettcher@desy.de) * * based on GPL code from DibCom, which has @@ -29,6 +16,8 @@ * * Amaury Demol (ademol@dibcom.fr) from DiBcom for providing specs and driver * sources, on which this driver (and the dvb-dibusb) are based. + * + * see Documentation/dvb/README.dibusb for more information * */ @@ -52,7 +41,7 @@ MODULE_PARM_DESC(debug, "Turn on/off debugging (default:off)."); /* Version information */ #define DRIVER_VERSION "0.0" -#define DRIVER_DESC "DiBcom 3000-M DVB-T frontend" +#define DRIVER_DESC "DiBcom 3000-MB DVB-T frontend" #define DRIVER_AUTHOR "Patrick Boettcher, patrick.boettcher@desy.de" struct dib3000mb_state { |