Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] Re: [PATCHES] Frontend kernel i2c conversion.



Kenneth Aafløy wrote:
> 
> Can I also make something like the attached change to all frontends?
> 
> It would make module parameters be read/writable in /sys/module/[module],
> and also make all frontends have the same debug interface. Thus you can turn 
> on/off debugging without reloading the module, which could be usefull/handy 
> when this change goes in. Offcourse I'll make the module load parameters 
> read-only, as they would not have an effect anyways.
...
> +module_param(debug, int, 0600);
> +MODULE_PARM_DESC(debug, "Turn on/off frontend debugging (default:off).");
> +module_param(stv0299_status, int, 0600);
> +MODULE_PARM_DESC(stv0299_status, "Which status value to support "
> +		 "(0 == BER (default), 1 == UCBLOCKS)");
...
> -MODULE_PARM(stv0299_status, "i");
> -MODULE_PARM_DESC(stv0299_status, "Which status value to support (0: BER, 1: UCBLOCKS)");

This is very much appreciated. Please commit it right away.

Thanks again,
Johannes




Home | Main Index | Thread Index