xf86-input-evdev: Changes to 'refs/tags/xf86-input-evdev-1.1.3'

Adam Jackson ajax at kemper.freedesktop.org
Sat Oct 14 01:25:11 EEST 2006


Tag 'xf86-input-evdev-1.1.3' created by Adam Jackson <ajax at benzedrine.nwnk.net> at 2006-10-13 23:25 -0700

xf86-input-evdev 1.1.3

Changes since the dawn of time:
Adam Jackson:
      Build fixes for static server.
      Bug #968: Grab the event device used by the evdev driver to avoid weird
      Bug #3626: _X_EXPORT tags for video and input drivers.
      Add some build compatibility for 2.6 linux systems with 2.4 kernel headers
      Prep input drivers for modularizing by adding guarded #include "config.h"
      Build skeletons for input drivers. Should basically work.
      Yet more 2.4 build fixes, this time for BTN_TASK.
      Bug #3913: Suppress kernel-generated repeat events for chording keys.
      More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
      Only build dlloader modules by default.
      Stub COPYING files
      Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
      Fix an obvious bogon to avoid crashing on absolute axis setup.
      MIPS support. (Joshua Kinard)
      Bump to 1.1.3

Alan Coopersmith:
      Use sed & cpp to substitute variables in driver man pages
      Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
      Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4

Daniel Stone:
      Update autogen.sh to one that does objdir != srcdir.

Drew Parsons:
      m68k support (thanks Geert Uytterhoeven for the inotify codes).

Eric Anholt:
      Add .cvsignores for drivers.

gravity:
      Add evdev manpage

Kevin E Martin:
      Update all input drivers to pass distcheck
      Make the module dir configurable
      Various changes preparing packages for RC0:
      Do the following to make the drivers pass distcheck:
      Update package version number for RC1 release.
      Update pkgcheck depedencies to work with separate build roots.
      Update package version number for X11R7 RC2 release.
      Remove extraneous AC_MSG_RESULT.
      Update package version number for X11R7 RC3 release.
      Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
      Update package version number for final X11R7 release candidate.
      Update package version for X11R7 release.

Kristian Høgsberg:
      Add new evdev input driver. This driver uses the linux input layer directly
      Handle horizontal wheel events and move mapping of extra buttons up so they
      Handle BTN_TASK too (#3859).

Lars Knoll:
      include errno.h to make it compile.

Søren Sandmann Pedersen:
      Don\'t lose existing CFLAGS in all the input drivers and some of the video

Zephaniah E. Hull:
      Bugzilla #5696 <https://bugs.freedesktop.org/show_bug.cgi?id=5696> Slightly
      Bugzilla #5914 <https://bugs.freedesktop.org/show_bug.cgi?id=5914> Stupid
      Add bell support.
      Bugzilla #5950 <https://bugs.freedesktop.org/show_bug.cgi=5950> Possible
      Compile with -Wall now. Add evdev.h to the sources so that make distcheck
      Better error reporting if the read fails.
      Don't leave keys in the down state when we get turned off. (VT switching,
      Update to include all the new device matching options.
      Switch from my own globbing function to fnmatch.
      Fix the fd pointer leak reported by primer. (Not the same patch.)
      Remove evdev_abs.c and evdev_rel.c. Added evdev_axes.c.
      Dropped the xorg-xserver 1.0.99.901 requirement. (Things were tweaked to
      Remove a debugging message.
      evdevAbsRec: Remove the scale bool, rename scale_x and scale_y to scale[2].
      xf86-input-evdev v1.1.1
      xf86-input-evdev v1.1.2
      Tweak credits and references.
      Hopefully fix the bitops stuff to actually _work_.
      Set pInfo->fd to -1 when we close it in EvdevProc.
      (Hope this works.)
      Grab the ChangeLog generation rule from libX11.
      Rename .cvsignore to .gitignore.
      Update the .gitignore files to remove some more noise.
      Split the New functions so that structs can be allocated and buttons
      Move the axis to button map code back into the rel code.
      Replace the old two buffer approach to handling rel emulation of abs axes,
      Fix compilation.
      Use XORG_VERSION_CURRENT in the module version struct.
      Make some debugging messages optional.




More information about the xorg-commit mailing list