···122#define FILTER_TIME 60 /* msec */123124static unsigned long channel_mask;125-module_param(channel_mask, ulong, 0444);126MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");127128static int debug;129-module_param(debug, int, 0444);130MODULE_PARM_DESC(debug, "Enable extra debug messages and information");131132static int repeat_filter = FILTER_TIME;
···122#define FILTER_TIME 60 /* msec */123124static unsigned long channel_mask;125+module_param(channel_mask, ulong, 0644);126MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");127128static int debug;129+module_param(debug, int, 0644);130MODULE_PARM_DESC(debug, "Enable extra debug messages and information");131132static int repeat_filter = FILTER_TIME;