summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev 2.10.4xf86-input-evdev-2.10.4Peter Hutterer2016-10-011-1/+1
* Support XINPUT ABI 24 (remove select mask from block/wakeup handlers)Keith Packard2016-09-062-8/+12
* Support XINPUT ABI version 23 (threaded input)Keith Packard2016-06-023-6/+24
* Report errors when attempting to write keyboard controlsKeith Packard2016-06-021-1/+4
* evdev 2.10.3xf86-input-evdev-2.10.3Peter Hutterer2016-06-011-1/+1
* Restore non-xy axes updatesPeter Hutterer2016-05-121-0/+1
* evdev 2.10.2xf86-input-evdev-2.10.2Peter Hutterer2016-04-291-1/+1
* Prevent buffer overrun accessing btn_labelsPeter Hutterer2016-04-271-0/+3
* Don't reset the other axis on wheel emulation scroll buildupPeter Hutterer2016-01-201-10/+3
* Restore wheel emulation for absolute devicesPeter Hutterer2016-01-201-3/+14
* man: add a warning that wheel emu inertia must be set and it isn't inertiaPeter Hutterer2016-01-141-0/+13
* evdev 2.10.1xf86-input-evdev-2.10.1Peter Hutterer2016-01-081-1/+1
* Only map x and y to axes 0 and 1Peter Hutterer2015-11-131-3/+8
* evdev 2.10.0xf86-input-evdev-2.10.0Peter Hutterer2015-10-281-1/+1
* Add "Resolution" option for mice to the evdev driverThomas Hindoe Paaboel Andersen2015-08-274-13/+34
* Add the default evdev configPeter Hutterer2015-05-183-0/+48
* Bump to 2.9.99Peter Hutterer2015-03-271-1/+1
* Unconditionally require mtdevPeter Hutterer2015-03-161-1/+1
* Always check for a return value on creating a propertyPeter Hutterer2015-03-161-6/+18
* Invert a condition to reduce nestingPeter Hutterer2015-03-131-13/+13
* Disable axis faking and MT event processing on fake MT devicesPeter Hutterer2015-03-112-0/+16
* Invert two conditions to reduce nestingPeter Hutterer2015-03-111-31/+31
* Factor out MT axis counting into a separate functionPeter Hutterer2015-03-111-28/+37
* Split android axis simulation into a helper functionPeter Hutterer2015-03-111-22/+39
* Require multitouch/smooth scrolling dependenciesPeter Hutterer2015-03-113-119/+2
* Drop evdev-specific XKB defaultsPeter Hutterer2015-02-131-13/+10
* Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer2015-01-231-0/+8
* Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald2014-12-231-3/+29
* Move EVDEV_RELATIVE_MODE logic earlierÉric Brunet2014-12-171-33/+16
* Don't update old_vals when not in EVDEV_RELATIVE_MODEÉric Brunet2014-12-171-6/+12
* Change the logic concerning EVDEV_RELATIVE_MODE and in_proximityÉric Brunet2014-12-171-20/+25
* drop the pEvdev->delta arrayÉric Brunet2014-12-172-26/+33
* Split pEvdev->vals into pEvdev->abs_vals and pEvdev->rel_valsÉric Brunet2014-12-173-37/+47
* evdev 2.9.1xf86-input-evdev-2.9.1Peter Hutterer2014-11-261-1/+1
* Remove three unused #definesPeter Hutterer2014-11-071-4/+0
* Don't pass superfluous arguments to EvdevPost*EventsÉric Brunet2014-09-292-24/+14
* Drop some unused #definesPeter Hutterer2014-08-291-6/+0
* If only IgnoreRelativeAxes is set, init like a normal relative devicePeter Hutterer2014-08-181-1/+3
* Fix axis initialization for devices with abs x/y and rel scrollwheelsPeter Hutterer2014-08-181-38/+44
* Make the slot-state per slotPeter Hutterer2014-08-182-28/+53
* evdev 2.9.0xf86-input-evdev-2.9.0Peter Hutterer2014-05-201-1/+1
* Use the server's device list for duplicate detection (#78309)Peter Hutterer2014-05-071-60/+12
* evdev 2.8.99.1xf86-input-evdev-2.8.99.1Peter Hutterer2014-04-291-1/+1
* Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer2014-04-291-4/+4
* Revert "Map REL_DIAL to horizontal scrolling (#73105)"Peter Hutterer2014-04-291-2/+2
* Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer2014-04-291-2/+2
* evdev: Add support for server managed fdsHans de Goede2014-03-101-21/+28
* Fix wheel emulation for absolute device (#68415)Peter Hutterer2013-10-222-26/+37
* Export smooth scroll settings as an XInput property.Peter De Wachter2013-10-213-16/+77
* Add configuration options for smooth scrolling.Peter De Wachter2013-10-213-6/+40