summaryrefslogtreecommitdiff
path: root/src/evdev-debounce.c
Commit message (Expand)AuthorAgeFilesLines
* evdev: restart debouncing timers after every eventsatrmb2021-05-191-1/+11
* fallback: disable mouse scroll wheel while middle button is pressedJoseExposito2021-03-171-1/+1
* Drop the trailing slash from the HTTP_DOC_LINKPeter Hutterer2020-09-091-1/+1
* evdev: Rename button up and down states to mirror each otherBenjamin Poirier2019-03-211-40/+40
* evdev: Do not perform spurious detection when spurious is already enabledBenjamin Poirier2019-03-041-1/+1
* evdev: Rename some debouncing functions for consistencyBenjamin Poirier2019-02-041-4/+4
* evdev: switch the model flags to use the quirks directlyPeter Hutterer2018-09-201-1/+1
* Fix doc links to use dashes, not underscoresPeter Hutterer2018-08-101-1/+1
* evdev: add three more Logitech K400-like devices to the debouncing quirkPeter Hutterer2018-05-171-2/+1
* Remove some duplicate empty linesPeter Hutterer2018-04-161-4/+0
* debounce: disable debouncing on the Logitech K400Peter Hutterer2018-04-131-1/+2
* evdev: add a quirk to disable debouncing on the MS Nano TranscieversPeter Hutterer2018-02-131-1/+37
* debounce: handle a timeout in MAYBE_SPURIOUS statePeter Hutterer2017-11-221-3/+1
* evdev: add new debouncing codePeter Hutterer2017-11-201-0/+564