index
:
driver/xf86-input-evdev
master
Linux evdev input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2011-05-27
Handle touchscreens without BTN_TOUCH
Peter Korsgaard
2011-05-27
Add a property to toggle function key mode
Peter Hutterer
2011-05-27
Export product/vendor ID through a property.
Peter Hutterer
2011-05-20
Move invert variable to the block it is used in.
Peter Hutterer
2011-04-18
Copy out of proximity values into current values selectively
Chase Douglas
2011-04-05
Ensure all known valuator values are stored when out of proximity
Chase Douglas
2011-04-05
Ensure events are posted when entering into proximity
Chase Douglas
2011-03-23
rename valuator init functions
Simon Thum
2011-03-09
Remove constness of device filename to avoid warning when freed.
Rami Ylimäki
2011-03-09
Release leaked device identifier on input device disconnect.
Rami Ylimäki
2011-03-09
Release leaked XKB options on input device disconnect.
Rami Ylimäki
2011-02-11
Use Absolute/Relative as argument to xf86Post*
Peter Hutterer
2011-02-08
Add third button emulation.
Peter Hutterer
2011-01-31
Static atoms don't need to be initialized to 0.
Peter Hutterer
2011-01-31
Replace xf86Msg() with xf86IDrvMsg().
Peter Hutterer
2011-01-25
Add support for masked valuators
Chase Douglas
2011-01-24
Switch to "goto" logic for error handling when adding classes
Chase Douglas
2011-01-24
Remove support for X input ABI < 12.2
Chase Douglas
2011-01-06
Print out error messages when failing to init devices
Chase Douglas
2011-01-04
Don't update first_val and num_val if we don't have data (#32480)
Peter Hutterer
2010-12-22
Add use_proximity bit for BTN_TOOL handling.
Peter Hutterer
2010-12-22
Revert "Don't count BTN_TOUCH as tool. (#29428)"
Peter Hutterer
2010-12-22
Rename proximity to in_proximity.
Peter Hutterer
2010-12-21
Fix grammar typo in comment.
Peter Hutterer
2010-12-13
evdev: rename EvdevCacheCompare() to EvdevCache()
Peter Korsgaard
2010-12-07
Return error codes from EvdevOpenDevice()
Peter Hutterer
2010-10-28
Reshuffle to avoid the need for XI86_CONFIGURED.
Peter Hutterer
2010-10-27
Input API 12 requires a valuator mode for each axis.
Peter Hutterer
2010-10-22
Extend button mapping to full ranges
Nikolai Kondrashov
2010-10-21
Rename CountBits to EvdevCountBits.
Peter Hutterer
2010-10-21
Use an array for the proximity bits.
Peter Hutterer
2010-10-21
Rename abs/rel/prox to abs_queued/rel_queued/prox_queued.
Peter Hutterer
2010-10-18
Add the names of the valuators for the multitouch properties
Benjamin Tissoires
2010-10-18
Add proximity support.
Peter Hutterer
2010-10-13
Rename evdev->tool to evdev->proximity.
Peter Hutterer
2010-10-11
When posting buttons, post absolute valuators if we have them.
Peter Hutterer
2010-10-11
Fix valuator offset when posting absolute motion events.
Peter Hutterer
2010-10-11
Don't pass pointers around to first_v and num_v.
Peter Hutterer
2010-10-11
De-duplicate event queue access.
Peter Hutterer
2010-10-11
Remove refcnt initialization from InputDriverRec.
Peter Hutterer
2010-09-07
Clean up button code to number mapping
Nikolai Kondrashov
2010-09-07
Add BTN_TOUCH/STYLUS/STYLUS2 support.
Nikolai Kondrashov
2010-09-07
SwapAxes should rescale raw values when enabled
Tim Yamin
2010-09-01
Merge branch 'input-api' of git://people.freedesktop.org/~whot/xf86-input-evdev
Peter Hutterer
2010-09-01
Improve dumb tablet detection
Nikolai Kondrashov
2010-08-31
Fix comments about BTN_TOOL_PEN.
Nikolai Kondrashov
2010-08-16
evdev: Initialize valuators array. (#24737)
Bartosz Brachaczek
2010-08-16
evdev: Revert "Set all valuators for relative motion events (#24737)"
Bartosz Brachaczek
2010-08-16
Don't count BTN_TOUCH as tool. (#29428)
Peter Hutterer
2010-07-22
Return BadMatch for already configured devices.
Peter Hutterer
[next]