summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)Author
2011-12-20Don't count legacy and MT axes twicePeter Hutterer
2011-12-20Add is_blacklisted_axis() helperPeter 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-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
2011-11-11Ensure touchpad events are always processed with MTChase Douglas
2011-11-11Use MTDev for multitouch devicesChase Douglas
2011-11-11Add experimental XI 2.1 multitouch supportChase Douglas
2011-11-11Use a new "Virtual Device" boolean property to mark virtual devicesPeter Hutterer
2011-11-11Move misplaced #endif caused by smooth-scrolling mergePeter Hutterer
2011-11-09Merge branch 'smooth-scrolling'Peter Hutterer
2011-11-09Support smooth scrolling on REL_WHEEL, REL_HWHEEL and REL_DIALPeter Hutterer
2011-11-04Don't crop long value from EvdevBitIsSet.Peter Hutterer
2011-10-24type-safe inline functions for bitmask manipulationMax Schwarz
2011-08-15Exit axis labelling if axes are neither rel nor absPeter Hutterer
2011-07-18xf86-input-evdev: Return proper default for unknown values in pInfo->device_c...Terry Lambert
2011-06-15Remove unused misc_label and valPeter Hutterer
2011-06-15Print abs axes ranges on verbosity 6.Peter Hutterer
2011-06-15Set prop_product_id undeletableDaniel Kurtz
2011-05-27Export device node as property.Peter Hutterer
2011-05-27Handle touchscreens without BTN_TOUCHPeter Korsgaard
2011-05-27Add a property to toggle function key modePeter Hutterer
2011-05-27Export product/vendor ID through a property.Peter Hutterer
2011-05-20Move invert variable to the block it is used in.Peter Hutterer
2011-04-18Copy out of proximity values into current values selectivelyChase Douglas
2011-04-05Ensure all known valuator values are stored when out of proximityChase Douglas
2011-04-05Ensure events are posted when entering into proximityChase Douglas
2011-03-23rename valuator init functionsSimon Thum
2011-03-09Remove constness of device filename to avoid warning when freed.Rami Ylimäki
2011-03-09Release leaked device identifier on input device disconnect.Rami Ylimäki
2011-03-09Release leaked XKB options on input device disconnect.Rami Ylimäki
2011-02-11Use Absolute/Relative as argument to xf86Post*Peter Hutterer
2011-02-08Add third button emulation.Peter Hutterer
2011-01-31Static atoms don't need to be initialized to 0.Peter Hutterer
2011-01-31Replace xf86Msg() with xf86IDrvMsg().Peter Hutterer
2011-01-25Add support for masked valuatorsChase Douglas
2011-01-24Switch to "goto" logic for error handling when adding classesChase Douglas
2011-01-24Remove support for X input ABI < 12.2Chase Douglas