summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use num_slots where appropriatePeter Hutterer2013-10-141-15/+4
* Merge branch 'libevdev'Peter Hutterer2013-10-075-275/+216
|\
| * Use libevdev as backendPeter Hutterer2013-10-045-271/+214
| * Use helper function for counting slotsPeter Hutterer2013-09-101-2/+1
| * Drop ABS_MT_SLOT minimum - the kernel guarantees a minimum of 0Peter Hutterer2013-09-101-3/+2
* | bump to 2.8.99Peter Hutterer2013-10-071-1/+1
* | Map REL_DIAL to vertical scrollingPeter De Wachter2013-10-071-1/+1
|/
* Remove a commentPeter Hutterer2013-08-281-1/+0
* Don't use mtdev for protocol B devicesPeter Hutterer2013-08-281-19/+58
* Write a SYN_REPORT after the last LEDPeter Hutterer2013-08-131-1/+5
* evdev 2.8.1xf86-input-evdev-2.8.1Peter Hutterer2013-07-111-1/+1
* Don't allow a wheel emulation inertia of 0 (#66125)Peter Hutterer2013-06-271-1/+1
* Use EvdevBitIsSet, not the server's BitIsOnPeter Hutterer2013-05-311-1/+1