summaryrefslogtreecommitdiff
path: root/src/evdev.c
Commit message (Expand)AuthorAgeFilesLines
* evdev: strip the device name of format directivesPeter Hutterer2022-04-201-10/+21
* evdev: don't truncate event time to 32 bitsPeter Hutterer2021-04-091-1/+1
* evdev: don't check the event time if it's higher than the dispatch timePeter Hutterer2021-04-071-2/+4
* evdev: reduce the "your system is slow" warning to 5 per hourPeter Hutterer2020-10-281-2/+2
* quirks: switch the models with missing buttonpad to use the new attrPeter Hutterer2020-10-231-15/+0
* quirks: add AttrInputPropEnable and DisablePeter Hutterer2020-10-231-0/+35
* quirks: add AttrEventCodeEnable as counterpoint to the disable onePeter Hutterer2020-10-231-0/+26
* evdev: localize two variables during quirks handlingPeter Hutterer2020-10-231-4/+2
* evdev: quirks_get_tuples can deal with a NULL quirksPeter Hutterer2020-10-231-2/+1
* [clang-tidy] do not use else after returnRosen Penev2020-08-271-4/+8
* evdev: remove now-misleading commentPeter Hutterer2020-08-131-2/+0
* Revert "evdev: fix the check for tablet vs joystick"Peter Hutterer2020-08-131-2/+5
* evdev: drop the check for tablet vs joystickPeter Hutterer2020-07-151-5/+1
* evdev: fix the check for tablet vs joystickPeter Hutterer2020-07-151-3/+4
* evdev: filter unreliable tablet mode switch eventsPeter Hutterer2020-06-031-5/+10
* evdev: a device without any seat caps is an unhandled devicePeter Hutterer2020-06-031-5/+4
* Deprecate wheel tilt as separate axis sourcePeter Hutterer2020-05-211-16/+0
* evdev: warn if our event processing lags by 10ms or morePeter Hutterer2020-05-131-0/+32
* touchpad: only reduce the slot count for ALPS serial touchpadsPeter Hutterer2020-03-051-0/+1
* Adjust for 64bit time_t for 32bit architecturesPeter Hutterer2019-11-261-2/+3
* Add a scroll button lock featurePeter Hutterer2019-10-171-0/+81
* Fixed horizontal scrolling on Logitech MX Master 2S/3Jakub Schmidtke2019-09-301-0/+9
* Touchpad fix and trackpoint speed adjustment for Lenovo T490sSerhii Chaplia2019-09-251-0/+1
* evdev.c: remove unused includeKonstantin Kharlamov2019-09-121-1/+0
* evdev: always store user calibration matrixBrian Ashworth2019-08-051-3/+3
* evdev: when the kernel fuzz is nonzero, set ours to zeroPeter Hutterer2019-06-271-9/+30
* evdev: only extract the fuzz for touchpads and touchscreensPeter Hutterer2019-06-261-6/+9
* Add a new dispatch interface for the Dell Canvas TotemPeter Hutterer2019-06-071-0/+8
* quirks: add trackpoint integration attributePeter Hutterer2019-05-281-4/+28
* Abstract libwacom database initialization into a single placePeter Hutterer2019-05-281-7/+6
* Revert "Reduce button scroll timeout to 38ms"Peter Hutterer2019-05-021-1/+1
* evdev: remove unnecessary comparisonKonstantin Kharlamov2019-03-221-2/+1
* evdev: fix "always false" comparisonKonstantin Kharlamov2019-03-211-2/+1
* Reduce button scroll timeout to 38msHenré Botha2019-02-191-1/+1
* Drop the AS_MASK macro, replace with bitPeter Hutterer2019-02-111-4/+4
* Add a bit() macroPeter Hutterer2019-02-111-12/+12
* quirks: add a quirk for the Lenovo L380 (Yoga) clickpadPascal Kockwelp2019-02-111-2/+4
* evdev: fix a a compiler warningPeter Hutterer2019-02-071-1/+1
* quirks: add a quirk to ignore unreliable tablet mode switch devicesPeter Hutterer2019-02-051-3/+9
* evdev: cancel the middle button timer on device removedPeter Hutterer2019-01-311-0/+1
* evdev: cancel the button scroll timer on device removedPeter Hutterer2019-01-311-0/+2
* quirks: add a quirk for the Lenovo T480s clickpadPeter Hutterer2018-12-131-0/+6
* quirks: switch a few model quirks over to use the new evcode disablingPeter Hutterer2018-10-291-80/+6
* quirks: add the ability to disable custom event codes/typesPeter Hutterer2018-10-291-0/+20
* evdev: log the wheel click angle settingPeter Hutterer2018-10-291-13/+15
* evdev: disable pressure on the Asus UX302LA touchpadPeter Hutterer2018-09-261-0/+14
* evdev: add a quirk for the Kensington OrbitPeter Hutterer2018-09-261-2/+6
* evdev: switch the model flags to use the quirks directlyPeter Hutterer2018-09-201-31/+9
* touchpad: add timestamp-based jump detectionPeter Hutterer2018-08-311-2/+15
* touchpad: make tp_detect_jumps() time-independentPeter Hutterer2018-08-311-0/+6