summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev 2.9.2xf86-input-evdev-2.9.2evdev-2.9-branchPeter Hutterer2015-03-271-1/+1
* Check for incoming MT slot indices exceeding the allocated number of slots.Tobias Himmer2015-03-241-0/+8
* Workaround lack of ABS_X on MT devices (#80470)Colin B. Macdonald2015-03-241-3/+29
* 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
* Drop cached name and led_bitmask - nothing reads thisPeter Hutterer2013-05-312-20/+0
* Switch default model to pc104.Peter Hutterer2013-05-311-1/+1
* Fail to set up axes for devices that only have MT axes but no ABS_X/Y equival...Peter Hutterer2013-05-011-0/+9
* Add option TypeName (#62831)Peter Hutterer2013-04-163-0/+21
* evdev 2.8.0xf86-input-evdev-2.8.0Peter Hutterer2013-03-261-1/+1
* Return BadValue if EvdevOpenMTDev failsPeter Hutterer2013-02-121-1/+1
* Make errors on EVIOCGBIT more obviousPeter Hutterer2013-02-121-9/+9
* Always init axis mapping for the first two rel axes (#59784)baserock/morphPeter Hutterer2013-01-251-0/+5
* Merge branch 'touch-axis-swap'Peter Hutterer2013-01-251-54/+72
|\
| * Handle axis swap, calibration, and inversion for touch events (#59340)Peter Hutterer2013-01-141-0/+3
| * Move calibration adjustments to helper functionPeter Hutterer2013-01-141-32/+37
| * Move valuator swapping into a helper functionPeter Hutterer2013-01-141-21/+31
| * Localise tmp variablePeter Hutterer2013-01-141-1/+1
* | Allow relative scroll valuators on absolute devices (#54387)Peter Hutterer2013-01-231-5/+83
* | Split rel and abs axis mapping into two separate arraysPeter Hutterer2013-01-233-42/+29
* | Move some stuff into the new alloc functionPeter Hutterer2013-01-231-11/+18
* | Move allocation of EvdevRec into a helper functionPeter Hutterer2013-01-231-1/+8