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

Adam Jackson ajax at kemper.freedesktop.org
Wed May 21 12:08:59 PDT 2008


Tag 'xf86-input-evdev-1.99.2' created by Adam Jackson <ajax at redhat.com> at 2008-05-21 20:07 -0700

xf86-input-evdev 1.99.2
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEABECAAYFAkg0ctoACgkQW4otUKDs0NMZEgCdExefv30apxMZrgolsGJqidJA
yKwAoINy4Yik+Zkxf2kNpVa+FwPKVDk8
=BgfR
-----END PGP SIGNATURE-----

Changes since xf86-input-evdev-1.2.0:
Adam Jackson (18):
      Branch for evdev 2.0
      Unlibcwrap.
      Support the new DIX motion history API
      Ignore button events above BTN_TASK for now.
      Parse Option "Path" as well as Option "Device".
      Re-add XKB support.
      Nuke the keyboard bell code.
      Add absolute coordinate event support.
      Force maximum keycode to be 255
      Merge branch 'evdev-2.0-branch'
      Handle the alternate spellings of the xkb options.
      Fix the default XKB rules to be "base" instead of "xfree86".
      Fix cut-and-paste error in abs-to-rel translation.
      Force xkb_model to be "evdev".
      Fix middle/right button munging.
      Filter out repeat events for mouse buttons.
      Map REL_DIAL to REL_HWHEEL.
      evdev 1.99.2

Dan A. Dickey (1):
      Fix a trivial bug in testing for absolute axes.

Dan Nicholson (1):
      Fix cut-and-paste errors in xkb alternate spellings code

Daniel Stone (2):
      remove XFree86LOADER usage
      Keyboard: Don't allow arbitrary keymap settings

Julien Cristau (1):
      Don't flush buttons on init (bug#12630)

Peter Hutterer (5):
      Initialise b_map_data to correct size. Bug #13991
      Don't allow relative and absolute axes on the same device.
      man: Option "Path" is supported in the code, add it to man page.
      Remove unused EvdevOpts and EvdevOptions.
      Shut up two compiler warnings.

Sascha Hlusiak (7):
      Don't inform kernel evdev driver about autorepeat change
      Filter all incoming repeated key events
      Set repeat_delay and repeat_interval to default values
      Let kernel autorepeat pass when set on default values
      More accurate error messages on device open fail.
      Updated manpage to reflect current state
      Add XK_Meta_L and XK_Meta_R to list of modifiers

Vinay Bondhugula (1):
      Clear EV_ABS_V_USE_TOUCH for devices without a touch button

---
 .cvsignore       |   19 
 .gitignore       |   25 -
 ChangeLog        |   47 +
 Makefile.am      |   11 
 configure.ac     |    5 
 man/.cvsignore   |    2 
 man/.gitignore   |    3 
 man/evdev.man    |  310 ------------
 src/.cvsignore   |    6 
 src/.gitignore   |    6 
 src/Makefile.am  |    3 
 src/evdev.c      | 1339 ++++++++++++++++++++++++++++++++++++++-----------------
 src/evdev.h      |  272 -----------
 src/evdev_axes.c |  930 --------------------------------------
 src/evdev_btn.c  |  477 -------------------
 src/evdev_key.c  |  549 ----------------------
 16 files changed, 1035 insertions(+), 2969 deletions(-)
---


More information about the xorg-commit mailing list