summaryrefslogtreecommitdiff
path: root/src/evdev.c
AgeCommit message (Expand)Author
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
2011-01-06Print out error messages when failing to init devicesChase Douglas
2011-01-04Don't update first_val and num_val if we don't have data (#32480)Peter Hutterer
2010-12-22Add use_proximity bit for BTN_TOOL handling.Peter Hutterer
2010-12-22Revert "Don't count BTN_TOUCH as tool. (#29428)"Peter Hutterer
2010-12-22Rename proximity to in_proximity.Peter Hutterer
2010-12-21Fix grammar typo in comment.Peter Hutterer
2010-12-13evdev: rename EvdevCacheCompare() to EvdevCache()Peter Korsgaard
2010-12-07Return error codes from EvdevOpenDevice()Peter Hutterer
2010-10-28Reshuffle to avoid the need for XI86_CONFIGURED.Peter Hutterer