summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-02-12Return BadValue if EvdevOpenMTDev failsPeter Hutterer
2013-02-12Make errors on EVIOCGBIT more obviousPeter Hutterer
2013-01-25Always init axis mapping for the first two rel axes (#59784)Peter Hutterer
2013-01-25Merge branch 'touch-axis-swap'Peter Hutterer
2013-01-23Allow relative scroll valuators on absolute devices (#54387)Peter Hutterer
2013-01-23Split rel and abs axis mapping into two separate arraysPeter Hutterer
2013-01-23Move some stuff into the new alloc functionPeter Hutterer
2013-01-23Move allocation of EvdevRec into a helper functionPeter Hutterer
2013-01-14Handle axis swap, calibration, and inversion for touch events (#59340)Peter Hutterer
2013-01-14Move calibration adjustments to helper functionPeter Hutterer
2013-01-14Move valuator swapping into a helper functionPeter Hutterer
2013-01-14Localise tmp variablePeter Hutterer
2013-01-08Force a button if MT axes are present and it is not a gamepadMauro Carvalho Chehab
2013-01-08Drop special XKB option handlingPeter Hutterer
2013-01-08Localise XKB initializationPeter Hutterer
2012-12-05If stat fails, pretend it's not a virtual devicePeter Hutterer
2012-11-30Add missing mt axis labelsBenjamin Tissoires
2012-08-10Use LogMessageVerbSigSafe if availablePeter Hutterer
2012-08-08Fix broken ButtonMapping option (#53168)Peter Hutterer
2012-08-07Link against libudevPeter Hutterer
2012-08-07Don't delete the device on ENODEVPeter Hutterer
2012-07-27Only use mtdev for multitouch devicesPeter Hutterer
2012-07-25Don't re-open mtdev after PreInitPeter Hutterer
2012-07-13Fix compilation warnings for non-multitouch buildsDaniel Stone
2012-06-15Move axis labels into a separate header filePeter Hutterer
2012-06-15Split initializing one axis label out into a helper functionPeter Hutterer
2012-06-08Constify InputDriverRec->default_optionsPeter Hutterer
2012-06-08Move duplicate check up before mtdev allocationPeter Hutterer
2012-06-08Close the fd when mtdev open failsPeter Hutterer
2012-06-08Release mtdev data whenever we close the fdPeter Hutterer
2012-06-08strtol doesn't need a empty string, NULL is good enough.Peter Hutterer
2012-06-08Use xf86IDrvMsg in emuMB.c instead of ErrorFPeter Hutterer
2012-06-07Fix buffer overrun when populating axis label property arrayChase Douglas
2012-05-25Report the correct number of touches for MT protocol B devicesChase Douglas
2012-05-21Fix some obvious constness-related compile warnings.Marcin Slusarz
2012-05-01Devices configured as mice need REL_X/YPeter Hutterer
2012-03-16Fix inverted horizontal scroll (#46205)Peter Hutterer
2012-01-26Only force REL_X/Y if no ABS_X/Y existsPeter Hutterer
2012-01-24Copy last valuator values into new touch valuator masksChase Douglas
2012-01-18Prefere relative axis labelling over absolute axis labellingPeter Hutterer
2012-01-17Force x/y axes to exist on devices with any other axes (#44655)Peter Hutterer
2012-01-10missing multitouch related define testsPete Beardmore
2012-01-06Set the default resolution to 0Chase Douglas
2012-01-03Remove unused udev.cPeter Hutterer
2011-12-31Remove redundant redeclaration of Evdev3BEmuPreInitJeremy Huddleston
2011-12-29Require xserver 1.12 RC1Peter Hutterer
2011-12-24Remove need for --enable-multitouchPeter Hutterer
2011-12-24Include config.h from evdev.hPeter Hutterer
2011-12-24Always include mt_mask in the evdev structPeter Hutterer
2011-12-23Merge branch 'multitouch'Peter Hutterer