]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/usb/input/ati_remote.c
Input: ati_remote - relax permissions sysfs module parameters
[linux-2.6-omap-h63xx.git] / drivers / usb / input / ati_remote.c
index b00232cdd3920c839ccba0b9d9f760563e890bb8..bdf144bf7f1b2dc3aaab8371fe7b4da46591cf9c 100644 (file)
 #define FILTER_TIME    60 /* msec */
 
 static unsigned long channel_mask;
-module_param(channel_mask, ulong, 0444);
+module_param(channel_mask, ulong, 0644);
 MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
 
 static int debug;
-module_param(debug, int, 0444);
+module_param(debug, int, 0644);
 MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
 
 static int repeat_filter = FILTER_TIME;