summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | autogen.sh: Implement GNOME Build APIColin Walters2013-01-161-1/+3
* | configure: Drop AM_MAINTAINER_MODEAdam Jackson2013-01-161-1/+0
|/
* Force a button if MT axes are present and it is not a gamepadMauro Carvalho Chehab2013-01-081-1/+14
* Drop special XKB option handlingPeter Hutterer2013-01-081-29/+5
* Localise XKB initializationPeter Hutterer2013-01-082-24/+21
* If stat fails, pretend it's not a virtual devicePeter Hutterer2012-12-051-1/+3
* Add missing mt axis labelsBenjamin Tissoires2012-11-301-0/+5
* Use LogMessageVerbSigSafe if availablePeter Hutterer2012-08-102-11/+12
* Fix broken ButtonMapping option (#53168)Peter Hutterer2012-08-081-2/+2
* Link against libudevPeter Hutterer2012-08-071-1/+1
* Don't delete the device on ENODEVPeter Hutterer2012-08-071-5/+1
* Only use mtdev for multitouch devicesPeter Hutterer2012-07-271-10/+70
* Don't re-open mtdev after PreInitPeter Hutterer2012-07-251-6/+8
* Fix compilation warnings for non-multitouch buildsDaniel Stone2012-07-131-0/+4
* Move axis labels into a separate header filePeter Hutterer2012-06-153-161/+196
* Split initializing one axis label out into a helper functionPeter Hutterer2012-06-151-11/+18