index
:
driver/xf86-input-evdev
master
Linux evdev input driver
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
evdev.c
Age
Commit message (
Expand
)
Author
2011-11-11
Skip event posting for empty slots.
Peter Hutterer
2011-11-11
Replace open_slot/close_slot with a SlotState enum
Peter Hutterer
2011-11-11
Simplify a condition, only the event type differs here
Peter Hutterer
2011-11-11
When resetting the queue, don't reset the touchMask
Peter Hutterer
2011-11-11
MT axes are counted separately, make sure they're initialized too.
Peter Hutterer
2011-11-11
0 is the value for "unknown/unlimited" number of touches
Peter Hutterer
2011-11-11
Use mtdev API to allocate/free mtdev structs
Peter Hutterer
2011-11-11
Remove duplicate line
Peter Hutterer
2011-11-11
Ensure touchpad events are always processed with MT
Chase Douglas
2011-11-11
Use MTDev for multitouch devices
Chase Douglas
2011-11-11
Add experimental XI 2.1 multitouch support
Chase Douglas
2011-11-11
Use a new "Virtual Device" boolean property to mark virtual devices
Peter Hutterer
2011-11-11
Move misplaced #endif caused by smooth-scrolling merge
Peter Hutterer
2011-11-09
Merge branch 'smooth-scrolling'
Peter Hutterer
2011-11-09
Support smooth scrolling on REL_WHEEL, REL_HWHEEL and REL_DIAL
Peter Hutterer
2011-11-04
Don't crop long value from EvdevBitIsSet.
Peter Hutterer
2011-10-24
type-safe inline functions for bitmask manipulation
Max Schwarz
2011-08-15
Exit axis labelling if axes are neither rel nor abs
Peter Hutterer
2011-07-18
xf86-input-evdev: Return proper default for unknown values in pInfo->device_c...
Terry Lambert
2011-06-15
Remove unused misc_label and val
Peter Hutterer
2011-06-15
Print abs axes ranges on verbosity 6.
Peter Hutterer
2011-06-15
Set prop_product_id undeletable
Daniel Kurtz
2011-05-27
Export device node as property.
Peter Hutterer
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
[prev]
[next]