Searched refs:emulate_scroll_wheel (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/hid/
H A Dhid-magicmouse.c29 static bool emulate_scroll_wheel = true; variable
30 module_param(emulate_scroll_wheel, bool, 0644);
31 MODULE_PARM_DESC(emulate_scroll_wheel, "Emulate a scroll wheel");
185 if (emulate_scroll_wheel) {
350 if (emulate_scroll_wheel) {

Completed in 133 milliseconds