Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hid/
H A Dhid-input.c1456 int hi_res, lo_res; in hidinput_handle_scroll() local
1475 lo_res = usage->wheel_accumulated/120; in hidinput_handle_scroll()
1476 if (lo_res) in hidinput_handle_scroll()
1477 usage->wheel_accumulated -= lo_res * 120; in hidinput_handle_scroll()
1479 input_event(input, EV_REL, code, lo_res); in hidinput_handle_scroll()