@@ -46,12 +46,12 @@
#define DRIVER_LICENSE "GPL"
int hid_debug = 0;
-module_param_named(debug, hid_debug, int, 0600);
+module_param_named(debug, hid_debug, int, S_IRUSR | S_IWUSR);
MODULE_PARM_DESC(debug, "toggle HID debugging messages");
EXPORT_SYMBOL_GPL(hid_debug);
static int hid_ignore_special_drivers = 0;
-module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, 0600);
+module_param_named(ignore_special_drivers, hid_ignore_special_drivers, int, S_IRUSR | S_IWUSR);
MODULE_PARM_DESC(ignore_special_drivers, "Ignore any special drivers and handle all devices by generic driver");
/*