summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-31Use EvdevBitIsSet, not the server's BitIsOnPeter Hutterer1-1/+1
2013-05-31Drop cached name and led_bitmask - nothing reads thisPeter Hutterer1-18/+0
2013-05-31Switch default model to pc104.Peter Hutterer1-1/+1
2013-05-01Fail to set up axes for devices that only have MT axes but no ABS_X/Y equival...Peter Hutterer1-0/+9
2013-04-16Add option TypeName (#62831)Peter Hutterer1-0/+13
2013-02-12Return BadValue if EvdevOpenMTDev failsPeter Hutterer1-1/+1
2013-02-12Make errors on EVIOCGBIT more obviousPeter Hutterer1-9/+9
2013-01-25Always init axis mapping for the first two rel axes (#59784)Peter Hutterer1-0/+5
2013-01-25Merge branch 'touch-axis-swap'Peter Hutterer1-54/+72
2013-01-23Allow relative scroll valuators on absolute devices (#54387)Peter Hutterer1-5/+83
2013-01-23Split rel and abs axis mapping into two separate arraysPeter Hutterer1-40/+26
2013-01-23Move some stuff into the new alloc functionPeter Hutterer1-11/+18
2013-01-23Move allocation of EvdevRec into a helper functionPeter Hutterer1-1/+8
2013-01-14Handle axis swap, calibration, and inversion for touch events (#59340)Peter Hutterer1-0/+3
2013-01-14Move calibration adjustments to helper functionPeter Hutterer1-32/+37
2013-01-14Move valuator swapping into a helper functionPeter Hutterer1-21/+31
2013-01-14Localise tmp variablePeter Hutterer1-1/+1
2013-01-08Force a button if MT axes are present and it is not a gamepadMauro Carvalho Chehab1-1/+14
2013-01-08Drop special XKB option handlingPeter Hutterer1-29/+5
2013-01-08Localise XKB initializationPeter Hutterer1-21/+21
2012-12-05If stat fails, pretend it's not a virtual devicePeter Hutterer1-1/+3
2012-08-10Use LogMessageVerbSigSafe if availablePeter Hutterer1-11/+8
2012-08-08Fix broken ButtonMapping option (#53168)Peter Hutterer1-2/+2
2012-08-07Don't delete the device on ENODEVPeter Hutterer1-5/+1
2012-07-27Only use mtdev for multitouch devicesPeter Hutterer1-10/+70
2012-07-25Don't re-open mtdev after PreInitPeter Hutterer1-6/+8
2012-07-13Fix compilation warnings for non-multitouch buildsDaniel Stone1-0/+4
2012-06-15Move axis labels into a separate header filePeter Hutterer1-160/+1
2012-06-15Split initializing one axis label out into a helper functionPeter Hutterer1-11/+18
2012-06-08Constify InputDriverRec->default_optionsPeter Hutterer1-1/+1
2012-06-08Move duplicate check up before mtdev allocationPeter Hutterer1-9/+9
2012-06-08Close the fd when mtdev open failsPeter Hutterer1-0/+1
2012-06-08Release mtdev data whenever we close the fdPeter Hutterer1-13/+25
2012-06-08strtol doesn't need a empty string, NULL is good enough.Peter Hutterer1-1/+1
2012-06-07Fix buffer overrun when populating axis label property arrayChase Douglas1-3/+5
2012-05-25Report the correct number of touches for MT protocol B devicesChase Douglas1-1/+2
2012-05-21Fix some obvious constness-related compile warnings.Marcin Slusarz1-5/+5
2012-05-01Devices configured as mice need REL_X/YPeter Hutterer1-0/+3
2012-03-16Fix inverted horizontal scroll (#46205)Peter Hutterer1-1/+1
2012-01-26Only force REL_X/Y if no ABS_X/Y existsPeter Hutterer1-1/+2
2012-01-24Copy last valuator values into new touch valuator masksChase Douglas1-25/+88
2012-01-18Prefere relative axis labelling over absolute axis labellingPeter Hutterer1-7/+18
2012-01-17Force x/y axes to exist on devices with any other axes (#44655)Peter Hutterer1-1/+43
2012-01-10missing multitouch related define testsPete Beardmore1-1/+4
2012-01-06Set the default resolution to 0Chase Douglas1-2/+2
2011-12-23Merge branch 'multitouch'Peter Hutterer1-24/+402
2011-12-20Don't count legacy and MT axes twicePeter Hutterer1-27/+80
2011-12-20Add is_blacklisted_axis() helperPeter Hutterer1-2/+19
2011-12-20Map ABS_MT_POSITION_X/Y into ABS_X/YPeter Hutterer1-1/+6
2011-12-16Fix relative events with swapped axesPaulo Zanoni1-0/+4