summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix buffer overrun when populating axis label property arrayChase Douglas2012-06-072-3/+6
* Report the correct number of touches for MT protocol B devicesChase Douglas2012-05-251-1/+2
* Fix some obvious constness-related compile warnings.Marcin Slusarz2012-05-212-7/+7
* Devices configured as mice need REL_X/YPeter Hutterer2012-05-011-0/+3
* Fix inverted horizontal scroll (#46205)Peter Hutterer2012-03-161-1/+1
* evdev 2.7.0xf86-input-evdev-2.7.0Peter Hutterer2012-03-071-1/+1
* Only force REL_X/Y if no ABS_X/Y existsPeter Hutterer2012-01-261-1/+2
* Copy last valuator values into new touch valuator masksChase Douglas2012-01-242-25/+89
* Prefere relative axis labelling over absolute axis labellingPeter Hutterer2012-01-181-7/+18
* Force x/y axes to exist on devices with any other axes (#44655)Peter Hutterer2012-01-171-1/+43
* missing multitouch related define testsPete Beardmore2012-01-101-1/+4
* Set the default resolution to 0Chase Douglas2012-01-061-2/+2
* Remove unused udev.cPeter Hutterer2012-01-031-69/+0
* configure.ac: Fix udev/libudev dependency.Cyril Brulebois2012-01-031-1/+1
* Remove redundant redeclaration of Evdev3BEmuPreInitJeremy Huddleston2011-12-311-1/+0
* evdev 2.6.99.901xf86-input-evdev-2.6.99.901Cyril Brulebois2011-12-311-1/+1
* Require xserver 1.12 RC1Peter Hutterer2011-12-292-12/+1
* Test for mtdev before assuming multitouchPeter Hutterer2011-12-291-4/+5