Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-magicmouse.c30 static bool emulate_scroll_wheel = true; variable
31 module_param(emulate_scroll_wheel, bool, 0644);
32 MODULE_PARM_DESC(emulate_scroll_wheel, "Emulate a scroll wheel");
259 if (emulate_scroll_wheel && (input->id.product != in magicmouse_emit_touch()
539 if (emulate_scroll_wheel) { in magicmouse_setup_input()