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
2006-06-22
MIPS support. (Joshua Kinard)
xf86-video-impact-0_2_0
Adam Jackson
2006-06-02
Fix an obvious bogon to avoid crashing on absolute axis setup.
Adam Jackson
2006-05-15
Hopefully fix the bitops stuff to actually _work_.
Zephaniah E. Hull
2006-05-14
Tweak credits and references.
Zephaniah E. Hull
2006-04-30
xf86-input-evdev v1.1.2
xf86-input-evdev-1_1_2
XORG-7_1
Zephaniah E. Hull
2006-04-15
xf86-input-evdev v1.1.1
xf86-input-evdev-1_1_1
Zephaniah E. Hull
2006-04-14
evdevAbsRec: Remove the scale bool, rename scale_x and scale_y to scale[2].
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-03-31
Fix the fd pointer leak reported by primer. (Not the same patch.)
Zephaniah E. Hull
2006-03-16
Switch from my own globbing function to fnmatch.
Zephaniah E. Hull
2006-02-27
Don't leave keys in the down state when we get turned off. (VT switching,
Zephaniah E. Hull
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-20
Bugzilla #5950 <https://bugs.freedesktop.org/show_bug.cgi=5950> Possible
Zephaniah E. Hull
2006-02-19
Add bell support.
Zephaniah E. Hull
2006-02-17
Bugzilla #5914 <https://bugs.freedesktop.org/show_bug.cgi?id=5914> Stupid
Zephaniah E. Hull
2006-02-14
Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> Slightly
Zephaniah E. Hull
2005-11-21
Add .cvsignores for drivers.
Eric Anholt
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-12
Build skeletons for input drivers. Should basically work.
Adam Jackson
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