diff options
author | Patrick Boettcher <pb@linuxtv.org> | 2009-05-20 10:08:26 +0200 |
---|---|---|
committer | Patrick Boettcher <pb@linuxtv.org> | 2009-05-20 10:08:26 +0200 |
commit | f947fc2a2490cb5bec7d536e4d7ab98b24e3e333 (patch) | |
tree | ab42f5197df273d8263709ec5e09060d2ba39ab7 /linux/drivers/media/dvb/b2c2/flexcop-common.h | |
parent | 77cae28861d7b7a3542ae1d487c8ac43245811e0 (diff) | |
download | mediapointer-dvb-s2-f947fc2a2490cb5bec7d536e4d7ab98b24e3e333.tar.gz mediapointer-dvb-s2-f947fc2a2490cb5bec7d536e4d7ab98b24e3e333.tar.bz2 |
Rewrote frontend-attach mechanism to gain noise-less deactivation of submodules
From: Patrick Boettcher <pb@linuxtv.org>
This patch is reorganizing the frontend-attach mechanism in order to
gain noise-less (superflous prints) deactivation of submodules.
Credits go to Uwe Bugla for helping to clean and test the code.
Priority: normal
Signed-off-by: Uwe Bugla <uwe.bugla@gmx.de>
Signed-off-by: Patrick Boettcher <pb@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/b2c2/flexcop-common.h')
-rw-r--r-- | linux/drivers/media/dvb/b2c2/flexcop-common.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/linux/drivers/media/dvb/b2c2/flexcop-common.h b/linux/drivers/media/dvb/b2c2/flexcop-common.h index cee2956cb..9d66105d3 100644 --- a/linux/drivers/media/dvb/b2c2/flexcop-common.h +++ b/linux/drivers/media/dvb/b2c2/flexcop-common.h @@ -1,9 +1,7 @@ /* - * This file is part of linux driver the digital TV devices equipped with B2C2 FlexcopII(b)/III - * - * flexcop-common.h - common header file for device-specific source files also. - * - * see flexcop.c for copyright information. + * Linux driver for digital TV devices equipped with B2C2 FlexcopII(b)/III + * flexcop-common.h - common header file for device-specific source files + * see flexcop.c for copyright information */ #ifndef __FLEXCOP_COMMON_H__ #define __FLEXCOP_COMMON_H__ |