aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/input/ati_remote.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/input/ati_remote.c')
-rw-r--r--drivers/usb/input/ati_remote.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/input/ati_remote.c b/drivers/usb/input/ati_remote.c
index b00232cdd392..bdf144bf7f1b 100644
--- a/drivers/usb/input/ati_remote.c
+++ b/drivers/usb/input/ati_remote.c
@@ -122,11 +122,11 @@
122#define FILTER_TIME 60 /* msec */ 122#define FILTER_TIME 60 /* msec */
123 123
124static unsigned long channel_mask; 124static unsigned long channel_mask;
125module_param(channel_mask, ulong, 0444); 125module_param(channel_mask, ulong, 0644);
126MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore"); 126MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
127 127
128static int debug; 128static int debug;
129module_param(debug, int, 0444); 129module_param(debug, int, 0644);
130MODULE_PARM_DESC(debug, "Enable extra debug messages and information"); 130MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
131 131
132static int repeat_filter = FILTER_TIME; 132static int repeat_filter = FILTER_TIME;