···122122#define FILTER_TIME 60 /* msec */123123124124static unsigned long channel_mask;125125-module_param(channel_mask, ulong, 0444);125125+module_param(channel_mask, ulong, 0644);126126MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");127127128128static int debug;129129-module_param(debug, int, 0444);129129+module_param(debug, int, 0644);130130MODULE_PARM_DESC(debug, "Enable extra debug messages and information");131131132132static int repeat_filter = FILTER_TIME;