summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-04-15xf86-input-evdev v1.1.1xf86-input-evdev-1_1_1Zephaniah E. Hull3-2/+8
2006-04-14evdevAbsRec: Remove the scale bool, rename scale_x and scale_y to scale[2].Zephaniah E. Hull4-11/+30
2006-04-09Remove a debugging message.Zephaniah E. Hull3-5/+22
2006-04-08Dropped the xorg-xserver 1.0.99.901 requirement. (Things were tweaked toZephaniah E. Hull6-12/+195
2006-04-08Remove evdev_abs.c and evdev_rel.c. Added evdev_axes.c.Zephaniah E. Hull10-648/+621
2006-04-07Unlibcwrap. Bump server version requirement. Bump to 1.1.0.evdev-1_1_0Adam Jackson8-30/+18
2006-03-31Fix the fd pointer leak reported by primer. (Not the same patch.)Zephaniah E. Hull3-6/+12
2006-03-16Switch from my own globbing function to fnmatch.Zephaniah E. Hull3-54/+31
2006-03-16Update to include all the new device matching options.Zephaniah E. Hull2-10/+151
2006-02-27Don't leave keys in the down state when we get turned off. (VT switching,Zephaniah E. Hull2-1/+36
2006-02-27Better error reporting if the read fails.Zephaniah E. Hull3-3/+15
2006-02-24Compile with -Wall now. Add evdev.h to the sources so that make distcheckZephaniah E. Hull9-270/+671
2006-02-24include errno.h to make it compile.Lars Knoll1-0/+1
2006-02-20Bugzilla #5950 <https://bugs.freedesktop.org/show_bug.cgi=5950> PossibleZephaniah E. Hull2-2/+10
2006-02-19Add bell support.Zephaniah E. Hull2-2/+9
2006-02-17Bugzilla #5914 <https://bugs.freedesktop.org/show_bug.cgi?id=5914> StupidZephaniah E. Hull2-2/+8
2006-02-14Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> SlightlyZephaniah E. Hull11-568/+2173
2006-01-09Add evdev manpageevdev-1_0-branchpointevdev-1_0-branchgravity3-2/+63
2005-12-21Update package version for X11R7 release.XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2-2/+7
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-12-02Remove extraneous AC_MSG_RESULT.Kevin E Martin2-1/+5
2005-11-29Only build dlloader modules by default.Adam Jackson2-0/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
2005-11-21Add .cvsignores for drivers.Eric Anholt3-0/+27
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin2-1/+10
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin1-1/+1
2005-10-18Do the following to make the drivers pass distcheck:Kevin E Martin1-1/+1
2005-10-18Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macroAlan Coopersmith1-1/+1
2005-10-17More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ insteadAdam Jackson1-1/+1
2005-10-17Use sed & cpp to substitute variables in driver man pagesAlan Coopersmith2-20/+59
2005-09-23Bug #3913: Suppress kernel-generated repeat events for chording keys.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Adam Jackson1-2/+17
2005-08-18Update autogen.sh to one that does objdir != srcdir.Daniel Stone1-1/+10
2005-08-10Don\'t lose existing CFLAGS in all the input drivers and some of the videoSøren Sandmann Pedersen1-1/+1
2005-07-29Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin1-2/+4
2005-07-28Yet more 2.4 build fixes, this time for BTN_TASK.XORG-6_8_99_900Adam Jackson1-0/+4
2005-07-25Handle BTN_TASK too (#3859).Kristian Høgsberg1-0/+1
2005-07-13Make the module dir configurableKevin E Martin1-3/+8
2005-07-13Update all input drivers to pass distcheckKevin E Martin1-3/+2
2005-07-12Build skeletons for input drivers. Should basically work.Adam Jackson5-0/+157
2005-07-11Prep input drivers for modularizing by adding guarded #include "config.h"XORG-6_8_99_16XORG-6_8_99_15Adam Jackson1-0/+4
2005-07-03Add some build compatibility for 2.6 linux systems with 2.4 kernel headersXORG-6_8_99_14Adam Jackson1-11/+49
2005-06-25Bug #3626: _X_EXPORT tags for video and input drivers.XORG-6_8_99_13Adam Jackson1-2/+2
2005-05-11Bug #968: Grab the event device used by the evdev driver to avoid weirdXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Adam Jackson1-5/+7
2005-01-18Handle horizontal wheel events and move mapping of extra buttons up so theysco_port_update-baseXORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_1Kristian Høgsberg1-1/+14
2005-01-14Build fixes for static server.Adam Jackson1-0/+3
2005-01-12Add new evdev input driver. This driver uses the linux input layer directlyKristian Høgsberg1-0/+671