|
@@ -63,7 +63,7 @@ static unsigned int psmouse_rate = 100;
|
|
|
module_param_named(rate, psmouse_rate, uint, 0644);
|
|
|
MODULE_PARM_DESC(rate, "Report rate, in reports per second.");
|
|
|
|
|
|
-static bool psmouse_smartscroll = 1;
|
|
|
+static bool psmouse_smartscroll = true;
|
|
|
module_param_named(smartscroll, psmouse_smartscroll, bool, 0644);
|
|
|
MODULE_PARM_DESC(smartscroll, "Logitech Smartscroll autorepeat, 1 = enabled (default), 0 = disabled.");
|
|
|
|