summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2010-10-27Input API 12 requires a valuator mode for each axis.Peter Hutterer
2010-10-22Extend button mapping to full rangesNikolai Kondrashov
2010-10-21Rename CountBits to EvdevCountBits.Peter Hutterer
2010-10-21Use an array for the proximity bits.Peter Hutterer
2010-10-21Rename abs/rel/prox to abs_queued/rel_queued/prox_queued.Peter Hutterer
2010-10-18Add the names of the valuators for the multitouch propertiesBenjamin Tissoires
2010-10-18Add proximity support.Peter Hutterer
2010-10-13Rename evdev->tool to evdev->proximity.Peter Hutterer
2010-10-11When posting buttons, post absolute valuators if we have them.Peter Hutterer
2010-10-11Fix valuator offset when posting absolute motion events.Peter Hutterer
2010-10-11Don't pass pointers around to first_v and num_v.Peter Hutterer
2010-10-11De-duplicate event queue access.Peter Hutterer
2010-10-11Remove refcnt initialization from InputDriverRec.Peter Hutterer
2010-09-07Clean up button code to number mappingNikolai Kondrashov
2010-09-07Add BTN_TOUCH/STYLUS/STYLUS2 support.Nikolai Kondrashov
2010-09-07SwapAxes should rescale raw values when enabledTim Yamin
2010-09-01Merge branch 'input-api' of git://people.freedesktop.org/~whot/xf86-input-evdevPeter Hutterer
2010-09-01Improve dumb tablet detectionNikolai Kondrashov
2010-08-31Fix comments about BTN_TOOL_PEN.Nikolai Kondrashov
2010-08-16evdev: Initialize valuators array. (#24737)Bartosz Brachaczek
2010-08-16evdev: Revert "Set all valuators for relative motion events (#24737)"Bartosz Brachaczek
2010-08-16Don't count BTN_TOUCH as tool. (#29428)Peter Hutterer
2010-07-22Return BadMatch for already configured devices.Peter Hutterer