Home
last modified time | relevance | path

Searched refs:psmouse_smartscroll (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/input/mouse/
Dpsmouse-base.c66 static bool psmouse_smartscroll = true; variable
67 module_param_named(smartscroll, psmouse_smartscroll, bool, 0644);
1556 psmouse->smartscroll = psmouse_smartscroll; in psmouse_connect()