summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-03-07evdev 2.7.0xf86-input-evdev-2.7.0Peter 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
2012-01-03configure.ac: Fix udev/libudev dependency.Cyril Brulebois
2011-12-31Remove redundant redeclaration of Evdev3BEmuPreInitJeremy Huddleston
2011-12-31evdev 2.6.99.901xf86-input-evdev-2.6.99.901Cyril Brulebois
2011-12-29Require xserver 1.12 RC1Peter Hutterer
2011-12-29Test for mtdev before assuming multitouchPeter 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
2011-12-20Don't count legacy and MT axes twicePeter Hutterer
2011-12-20Add is_blacklisted_axis() helperPeter Hutterer
2011-12-20Drop now-unnecessary XI 2.1 and XI 2.2 error suppression definesPeter Hutterer
2011-12-20Map ABS_MT_POSITION_X/Y into ABS_X/YPeter Hutterer
2011-12-16Fix relative events with swapped axesPaulo Zanoni
2011-12-15Fix absolute events with swapped axesPaulo Zanoni
2011-12-15Use xf86InitValuatorAxisStruct, the touch-specific version was droppedPeter Hutterer
2011-11-29Don't send pointer events for multitouch touchscreen devicesChase Douglas
2011-11-11Add the required defines to compile against the inputprotoPeter Hutterer
2011-11-11Print to the log if we find multitouch axes.Peter Hutterer
2011-11-11Replace 0/1 button values with enumsPeter Hutterer
2011-11-11Skip event posting for empty slots.Peter Hutterer
2011-11-11Replace open_slot/close_slot with a SlotState enumPeter Hutterer
2011-11-11Simplify a condition, only the event type differs herePeter Hutterer
2011-11-11When resetting the queue, don't reset the touchMaskPeter Hutterer
2011-11-11MT axes are counted separately, make sure they're initialized too.Peter Hutterer
2011-11-110 is the value for "unknown/unlimited" number of touchesPeter Hutterer
2011-11-11Use mtdev API to allocate/free mtdev structsPeter Hutterer
2011-11-11Remove duplicate linePeter Hutterer