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
2007-08-07
Options: Accept differently-named options
Daniel Stone
2007-06-15
Clean up a little bit the code.
Tiago Vignatti
2007-06-13
Update version using PACKAGE_VERSION_*.
Zephaniah E. Hull
2007-06-11
evdev.c:
Zephaniah E. Hull
2007-06-06
Wheel mice work again!
Zephaniah E. Hull
2007-06-05
Update the copyright notices for me to include 2007.
Zephaniah E. Hull
2007-06-05
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...
Zephaniah E. Hull
2007-06-05
Alright, this is a really big commit that breaks stuff.
Zephaniah E. Hull
2007-06-05
Merge copyright notices.
Kristian Høgsberg
2007-04-24
Disable and remove the device when a read error occurs.
Peter Hutterer
2007-04-24
Try harder to make unplugging work.
Zephaniah E. Hull
2007-04-24
Handle driver removal cleanly, we now xfree everything we Xcalloc.
Zephaniah E. Hull
2007-04-24
Remove the evil xf86ActivateDevice declaration, don't need it anymore.
Zephaniah E. Hull
2007-04-24
Remove all of evdev_brain.c and all callers.
Zephaniah E. Hull
2007-04-23
Remove driver from list if no device is associated any more.
Peter Hutterer
2007-04-19
Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that.
Peter Hutterer
2007-04-19
Add some documentation to evdev.c and evdev_brain.c.
Peter Hutterer
2007-04-19
ActivateDevice() before EnableDevice() in EvdevNew.
Peter Hutterer
2006-10-25
support new DIX motion history API
Daniel Stone
2006-10-17
Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-i...
Daniel Stone
2006-10-02
Use XORG_VERSION_CURRENT in the module version struct.
Zephaniah E. Hull
2006-09-10
Fix compilation.
Zephaniah E. Hull
2006-07-19
prune device list on DEVICE_CLOSE
Daniel Stone
2006-07-13
Split the New functions so that structs can be allocated and buttons
Zephaniah E. Hull
2006-07-11
Set pInfo->fd to -1 when we close it in EvdevProc.
Zephaniah E. Hull
2006-07-09
remove XFree86LOADER usage
Daniel Stone
2006-05-14
Tweak credits and references.
Zephaniah E. Hull
2006-04-09
Remove a debugging message.
Zephaniah E. Hull
2006-04-08
Dropped the xorg-xserver 1.0.99.901 requirement. (Things were tweaked to
Zephaniah E. Hull
2006-04-08
Remove evdev_abs.c and evdev_rel.c. Added evdev_axes.c.
Zephaniah E. Hull
2006-04-07
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
evdev-1_1_0
Adam Jackson
2006-02-27
Better error reporting if the read fails.
Zephaniah E. Hull
2006-02-24
Compile with -Wall now. Add evdev.h to the sources so that make distcheck
Zephaniah E. Hull
2006-02-24
include errno.h to make it compile.
Lars Knoll
2006-02-14
Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> Slightly
Zephaniah E. Hull
2005-09-23
Bug #3913: Suppress kernel-generated repeat events for chording keys.
XORG-6_8_99_903
XORG-6_8_99_902
XORG-6_8_99_901
Adam Jackson
2005-07-28
Yet more 2.4 build fixes, this time for BTN_TASK.
XORG-6_8_99_900
Adam Jackson
2005-07-25
Handle BTN_TASK too (#3859).
Kristian Høgsberg
2005-07-11
Prep input drivers for modularizing by adding guarded #include "config.h"
XORG-6_8_99_16
XORG-6_8_99_15
Adam Jackson
2005-07-03
Add some build compatibility for 2.6 linux systems with 2.4 kernel headers
XORG-6_8_99_14
Adam Jackson
2005-06-25
Bug #3626: _X_EXPORT tags for video and input drivers.
XORG-6_8_99_13
Adam Jackson
2005-05-11
Bug #968: Grab the event device used by the evdev driver to avoid weird
XORG-6_8_99_9
XORG-6_8_99_8
XORG-6_8_99_7
XORG-6_8_99_12
XORG-6_8_99_11
XORG-6_8_99_10
Adam Jackson
2005-01-18
Handle horizontal wheel events and move mapping of extra buttons up so they
sco_port_update-base
XORG-6_8_99_6
XORG-6_8_99_5
XORG-6_8_99_4
XORG-6_8_99_3
XORG-6_8_99_2
XORG-6_8_99_1
Kristian Høgsberg
2005-01-14
Build fixes for static server.
Adam Jackson
2005-01-12
Add new evdev input driver. This driver uses the linux input layer directly
Kristian Høgsberg