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.h
Age
Commit message (
Expand
)
Author
2008-10-30
Add support for run-time calibration.
Peter Hutterer
2008-10-29
Treat BTN_[0-2] as LMR buttons if necessary.
Peter Hutterer
2008-10-28
emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.
Peter Hutterer
2008-10-17
Add option "GrabDevice", don't grab the device by default.
Peter Hutterer
2008-10-14
Don't include the client-side header anymore. xkbstr.h is server SDK.
Peter Hutterer
2008-10-14
Tidy up evdev.h
Peter Hutterer
2008-10-14
Rename DragLockInit to DragLockPreInit, remove superfluous "return".
Peter Hutterer
2008-10-11
Add checkonly handling to property handlers.
Peter Hutterer
2008-10-03
Add support for axis inversion.
Søren Hauberg
2008-09-26
Use new property API (no ConfigureDP, less args to ChangeDP)
Peter Hutterer
2008-09-04
Attempt to re-open devices on read errors.
Peter Hutterer
2008-09-04
Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.
Peter Hutterer
2008-08-22
Add timeout support for mouse wheel emulation
Dan Nicholson
2008-08-18
Add property support for drag lock.
Peter Hutterer
2008-08-18
Adding in DragLockButtons functionality.
Chris Salch
2008-08-15
Revert "Don't grab devices unless specified through the config options."
Peter Hutterer
2008-08-14
Don't grab devices unless specified through the config options.
Peter Hutterer
2008-08-08
Simplify the property handler registration.
Peter Hutterer
2008-08-08
Add EVDEV_MAXBUTTONS instead of checking against 32.
Peter Hutterer
2008-08-08
Expose wheel emulation through device properties.
Peter Hutterer
2008-08-07
Adding mouse wheel emulation code.
Chris Salch
2008-08-06
Adding a function to map button events to button numbers.
Chris Salch
2008-07-22
Add support for ButtonMapping option.
Peter Hutterer
2008-07-10
Add support for device properties, currently MB emulation and timeout.
Peter Hutterer
2008-06-28
Count buttons at probe and print to log.
Peter Hutterer
2008-06-11
Remove wakeup handlers when device is closed.
Peter Hutterer
2008-06-10
Enable middle-mouse button emulation.
Peter Hutterer