@@ -61,11 +61,11 @@
#define DRIVER_DESC "USB Touchscreen Driver"
static bool swap_xy;
-module_param(swap_xy, bool, 0644);
+module_param(swap_xy, bool, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
MODULE_PARM_DESC(swap_xy, "If set X and Y axes are swapped.");
static bool hwcalib_xy;
-module_param(hwcalib_xy, bool, 0644);
+module_param(hwcalib_xy, bool, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH);
MODULE_PARM_DESC(hwcalib_xy, "If set hw-calibrated X/Y are used if available");
/* device specifc data/functions */