summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* evdev 2.8.4xf86-input-evdev-2.8.4evdev-2.8-branchPeter Hutterer2014-05-081-1/+1
* Use the server's device list for duplicate detection (#78309)Peter Hutterer2014-05-071-60/+12
* evdev 2.8.3xf86-input-evdev-2.8.3Peter Hutterer2014-04-291-1/+1
* Map REL_DIAL to horizontal scrolling (#73105)Peter Hutterer2014-04-291-2/+2
* Fix wheel emulation for absolute device (#68415)Peter Hutterer2014-04-292-26/+37
* evdev 2.8.2xf86-input-evdev-2.8.2Peter Hutterer2013-10-071-1/+1
* Write a SYN_REPORT after the last LEDPeter Hutterer2013-10-071-1/+5
* Map REL_DIAL to vertical scrollingPeter De Wachter2013-10-071-1/+1
* 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
* Constify InputDriverRec->default_optionsPeter Hutterer2012-06-081-1/+1
* Move duplicate check up before mtdev allocationPeter Hutterer2012-06-081-9/+9
* Close the fd when mtdev open failsPeter Hutterer2012-06-081-0/+1
* Release mtdev data whenever we close the fdPeter Hutterer2012-06-081-13/+25
* strtol doesn't need a empty string, NULL is good enough.Peter Hutterer2012-06-081-1/+1
* Use xf86IDrvMsg in emuMB.c instead of ErrorFPeter Hutterer2012-06-081-2/+2