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

Peter Hutterer whot at kemper.freedesktop.org
Mon Apr 5 18:12:48 PDT 2010


Tag 'xf86-input-evdev-2.4.0' created by Peter Hutterer <peter.hutterer at who-t.net> at 2010-04-06 01:31 -0700

evdev 2.4.0
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAku6gN0ACgkQ4jt+cLRn8L+mDQCfX1YK+vCZvxwDu1Z1dGn2Ze00
QZMAoKROOTFBR0AlBoL6RpzCM2J9bgI5
=tavB
-----END PGP SIGNATURE-----

Changes since xf86-input-evdev-2.3.0:
Alan Coopersmith (1):
      Update Sun license notices to current X.Org standard form

Andrej Gelenberg (1):
      Implement XSetDeviceMode request handler

Bartosz Brachaczek (1):
      Set all valuators for relative motion events (#24737)

David Woodhouse (2):
      Swap axes before applying touch screen calibration.
      Report initial calibration parameters.

Dima Kogan (2):
      removed unnecessary static declarations
      allow wheel emulation to work with absolute-position devices

Dmitry Torokhov (1):
      Relax checks when reopening devices

Gaetan Nadon (6):
      .gitignore: use common defaults with custom section # 24239
      Several driver modules do not have a ChangeLog target in Makefile.am #23814
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
      Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
      config: move CWARNFLAGS from configure.ac to Makefile.am

Oliver McFadden (1):
      emuMB: default to disabled mouse button emulation for touchscreens.

Peter Hutterer (9):
      Remove the reopen timer logic.
      Forward keycodes > 255
      Fix drag-lock property handler for multiple draglock buttons.
      Fix a comment, EV_CNT is available since 2.6.24
      Only init the calibration property for absolute devices.
      Fix up BTN_TOUCH handling for non-button tablets.
      man: fix man page formatting for option EmulateWheel.
      When labeling a device as touchpad, only check for LMR buttons.
      evdev 2.4.0

Simon Thum (1):
      move feedback initialization up

---
 .gitignore                 |   76 ++++++--
 COPYING                    |   39 +---
 Makefile.am                |   10 -
 configure.ac               |   15 +
 include/evdev-properties.h |    2 
 man/Makefile.am            |   41 ++--
 man/evdev.man              |   15 -
 src/Makefile.am            |    3 
 src/draglock.c             |    9 
 src/emuMB.c                |    6 
 src/emuWheel.c             |   20 +-
 src/evdev.c                |  413 +++++++++++++++++++++------------------------
 src/evdev.h                |   16 +
 13 files changed, 364 insertions(+), 301 deletions(-)
---


More information about the xorg-commit mailing list