summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | 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
* 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-162-0/+15
* 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
|/
* 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
* Only force REL_X/Y if no ABS_X/Y existsPeter Hutterer2012-01-261-1/+2