diff options
author | Patrick Boettcher <devnull@localhost> | 2005-02-05 18:09:50 +0000 |
---|---|---|
committer | Patrick Boettcher <devnull@localhost> | 2005-02-05 18:09:50 +0000 |
commit | 56f3f340f96e10eddb95d0c0dfe924baa2a3e374 (patch) | |
tree | 7f0324e413543addb79de43dda820af61f27d5bf | |
parent | 6777d03846a997f84aff74d780a272a164a5f654 (diff) | |
download | mediapointer-dvb-s2-56f3f340f96e10eddb95d0c0dfe924baa2a3e374.tar.gz mediapointer-dvb-s2-56f3f340f96e10eddb95d0c0dfe924baa2a3e374.tar.bz2 |
corrected name syntax
-rw-r--r-- | linux/drivers/media/dvb/frontends/Kconfig | 4 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000-common.c | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000-common.h | 8 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000.h | 2 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000mb.c | 6 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000mc.c | 10 | ||||
-rw-r--r-- | linux/drivers/media/dvb/frontends/dib3000mc_priv.h | 2 |
7 files changed, 17 insertions, 17 deletions
diff --git a/linux/drivers/media/dvb/frontends/Kconfig b/linux/drivers/media/dvb/frontends/Kconfig index a0fdebd8f..de132d905 100644 --- a/linux/drivers/media/dvb/frontends/Kconfig +++ b/linux/drivers/media/dvb/frontends/Kconfig @@ -108,14 +108,14 @@ config DVB_MT352 A DVB-T tuner module. Say Y when you want to support this frontend. config DVB_DIB3000MB - tristate "DiBcom 3000-MB" + tristate "DiBcom 3000M-B" depends on DVB_CORE help A DVB-T tuner module. Designed for mobile usage. Say Y when you want to support this frontend. config DVB_DIB3000MC - tristate "DiBcom 3000-MC/P" + tristate "DiBcom 3000P/M-C" depends on DVB_CORE help A DVB-T tuner module. Designed for mobile usage. Say Y when you want diff --git a/linux/drivers/media/dvb/frontends/dib3000-common.c b/linux/drivers/media/dvb/frontends/dib3000-common.c index 247cb85ea..13ba61d53 100644 --- a/linux/drivers/media/dvb/frontends/dib3000-common.c +++ b/linux/drivers/media/dvb/frontends/dib3000-common.c @@ -72,7 +72,7 @@ u16 dib3000_seq[2][2][2] = /* fft,gua, inv */ }; MODULE_AUTHOR("Patrick Boettcher <patrick.boettcher@desy.de"); -MODULE_DESCRIPTION("Common functions for the dib3000mb/dib3000mc dvb frontend drivers"); +MODULE_DESCRIPTION("Common functions for the dib3000mb/dib3000mc dvb-frontend drivers"); MODULE_LICENSE("GPL"); EXPORT_SYMBOL(dib3000_seq); diff --git a/linux/drivers/media/dvb/frontends/dib3000-common.h b/linux/drivers/media/dvb/frontends/dib3000-common.h index 385fcfe4c..31de43a03 100644 --- a/linux/drivers/media/dvb/frontends/dib3000-common.h +++ b/linux/drivers/media/dvb/frontends/dib3000-common.h @@ -1,6 +1,6 @@ /* * .h-files for the common use of the frontend drivers made by DiBcom - * DiBcom 3000-MB/MC/P + * DiBcom 3000M-B/C, 3000P * * DiBcom (http://www.dibcom.fr/) * @@ -29,9 +29,9 @@ #include "dib3000.h" /* info and err, taken from usb.h, if there is anything available like by default. */ -#define err(format, arg...) printk(KERN_ERR "dib3000mX: " format "\n" , ## arg) -#define info(format, arg...) printk(KERN_INFO "dib3000mX: " format "\n" , ## arg) -#define warn(format, arg...) printk(KERN_WARNING "dib3000mX: " format "\n" , ## arg) +#define err(format, arg...) printk(KERN_ERR "dib3000: " format "\n" , ## arg) +#define info(format, arg...) printk(KERN_INFO "dib3000: " format "\n" , ## arg) +#define warn(format, arg...) printk(KERN_WARNING "dib3000: " format "\n" , ## arg) /* frontend state */ struct dib3000_state { diff --git a/linux/drivers/media/dvb/frontends/dib3000.h b/linux/drivers/media/dvb/frontends/dib3000.h index 6cb45620c..a5e21f6bb 100644 --- a/linux/drivers/media/dvb/frontends/dib3000.h +++ b/linux/drivers/media/dvb/frontends/dib3000.h @@ -1,6 +1,6 @@ /* * public header file of the frontend drivers for mobile DVB-T demodulators - * DiBcom 3000-MB and DiBcom 3000-MC/P (http://www.dibcom.fr/) + * DiBcom 3000M-B and DiBcom 3000P/M-C (http://www.dibcom.fr/) * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) * diff --git a/linux/drivers/media/dvb/frontends/dib3000mb.c b/linux/drivers/media/dvb/frontends/dib3000mb.c index 8d59d1a46..4a80fc421 100644 --- a/linux/drivers/media/dvb/frontends/dib3000mb.c +++ b/linux/drivers/media/dvb/frontends/dib3000mb.c @@ -1,5 +1,5 @@ /* - * Frontend driver for mobile DVB-T demodulator DiBcom 3000-MB + * Frontend driver for mobile DVB-T demodulator DiBcom 3000M-B * DiBcom (http://www.dibcom.fr/) * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) @@ -34,7 +34,7 @@ /* Version information */ #define DRIVER_VERSION "0.1" -#define DRIVER_DESC "DiBcom 3000M-B DVB-T demodulator driver" +#define DRIVER_DESC "DiBcom 3000M-B DVB-T demodulator" #define DRIVER_AUTHOR "Patrick Boettcher, patrick.boettcher@desy.de" #ifdef CONFIG_DVB_DIBCOM_DEBUG @@ -744,7 +744,7 @@ error: static struct dvb_frontend_ops dib3000mb_ops = { .info = { - .name = "DiBcom 3000-MB DVB-T", + .name = "DiBcom 3000M-B DVB-T", .type = FE_OFDM, .frequency_min = 44250000, .frequency_max = 867250000, diff --git a/linux/drivers/media/dvb/frontends/dib3000mc.c b/linux/drivers/media/dvb/frontends/dib3000mc.c index 10a32fcce..bc61ddd95 100644 --- a/linux/drivers/media/dvb/frontends/dib3000mc.c +++ b/linux/drivers/media/dvb/frontends/dib3000mc.c @@ -1,5 +1,5 @@ /* - * Frontend driver for mobile DVB-T demodulator DiBcom 3000-MC/P + * Frontend driver for mobile DVB-T demodulator DiBcom 3000P/M-C * DiBcom (http://www.dibcom.fr/) * * Copyright (C) 2004-5 Patrick Boettcher (patrick.boettcher@desy.de) @@ -34,7 +34,7 @@ /* Version information */ #define DRIVER_VERSION "0.1" -#define DRIVER_DESC "DiBcom 3000M-C DVB-T demodulator driver" +#define DRIVER_DESC "DiBcom 3000M-C DVB-T demodulator" #define DRIVER_AUTHOR "Patrick Boettcher, patrick.boettcher@desy.de" #ifdef CONFIG_DVB_DIBCOM_DEBUG @@ -863,10 +863,10 @@ struct dvb_frontend* dib3000mc_attach(const struct dib3000_config* config, switch (devid) { case DIB3000MC_DEVICE_ID: - info("Found a DiBcom 3000-MC, interesting..."); + info("Found a DiBcom 3000M-C, interesting..."); break; case DIB3000P_DEVICE_ID: - info("Found a DiBcom 3000-P."); + info("Found a DiBcom 3000P."); break; } @@ -893,7 +893,7 @@ error: static struct dvb_frontend_ops dib3000mc_ops = { .info = { - .name = "DiBcom 3000-MC/P DVB-T", + .name = "DiBcom 3000P/M-C DVB-T", .type = FE_OFDM, .frequency_min = 44250000, .frequency_max = 867250000, diff --git a/linux/drivers/media/dvb/frontends/dib3000mc_priv.h b/linux/drivers/media/dvb/frontends/dib3000mc_priv.h index 5dd2c99ed..178403da1 100644 --- a/linux/drivers/media/dvb/frontends/dib3000mc_priv.h +++ b/linux/drivers/media/dvb/frontends/dib3000mc_priv.h @@ -320,7 +320,7 @@ static u16 dib3000mc_mobile_mode[][5] = { * pidfilter * it is not a hardware pidfilter but a filter which drops all pids * except the ones set. When connected to USB1.1 bandwidth this is important. - * DiB3000-MC/P can filter up to 32 PIDs + * DiB3000P/M-C can filter up to 32 PIDs */ #define DIB3000MC_REG_FIRST_PID ( 212) #define DIB3000MC_NUM_PIDS ( 32) |