[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-evdev: Changes to 'refs/tags/xserver-xorg-input-evdev-1_2.5.0-1'



Tag 'xserver-xorg-input-evdev-1_2.5.0-1' created by Cyril Brulebois <kibi@debian.org> at 2010-10-21 17:55 +0000

Tagging upload of xserver-xorg-input-evdev 1:2.5.0-1 to experimental.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEABECAAYFAkzAfoAACgkQeGfVPHR5Nd32awCgzJyAjdKWLWPe2S4ZHvIh06yc
kPgAoJdHbcu2VRS6RB9pImzgZgKPOJM3
=5xil
-----END PGP SIGNATURE-----

Changes since xserver-xorg-input-evdev-1_2.3.2-7:
Alan Coopersmith (1):
      Update Sun license notices to current X.Org standard form

Alex Warg (1):
      Fix out-of-bounds access if more than MAX_VALUATORS are present. (#28809)

Andrej Gelenberg (1):
      Implement XSetDeviceMode request handler

Bartosz Brachaczek (3):
      Set all valuators for relative motion events (#24737)
      evdev: Revert "Set all valuators for relative motion events (#24737)"
      evdev: Initialize valuators array. (#24737)

Cyril Brulebois (3):
      Add xorg-driver-{video,input} to Provides.
      Close some bugs in changelog.
      Upload to experimental.

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 (21):
      .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
      config: remove AH_TOP autoheader statement
      config: update AC_PREREQ statement to 2.60
      replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
      config: remove unrequired AC_HEADER_STDC
      config: refactor and comment the sdkdir distcheck workaround
      config: replace deprecated INCLUDES with AM_CPPFLAGS
      config: optional extension check for inputproto not required
      config: require macros 1.4, fix warnings, m4 quotings and layout
      include: EXTRA_DIST is not required for header files.
      man: Use Autoconf provided $(AM_V_GEN)$(SED)
      Revert "config: remove AH_TOP autoheader statement"
      config: AC_PROG_SED is required explicitly.
      COPYING: update and refactor the Copyright notices
      config: upgrade to util-macros 1.8 for additional man page support
      config: use AC_PROG_INSTALL now supplied by XORG_DEFAULT_OPTIONS

Julien Cristau (1):
      Merge branch 'debian-unstable' of git.debian.org:/git/pkg-xorg/xsfbs into debian-experimental

Oliver McFadden (4):
      emuMB: default to disabled mouse button emulation for touchscreens.
      evdev: leaked_storage: free memory allocated from the xf86Option code.
      evdev: ioctl() may return a negative value therefor use a signed integer.
      evdev: EvdevProbe: check ioctl() return value and warn on failure.

Paulo Ricardo Zanoni (1):
      Don't set pEvdev->rel for mouse wheel events

Peter Hutterer (30):
      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
      Use X_PROBED instead of X_INFO for probed values.
      Merge branch 'master' of git://gitorious.org/omcfadde/xf86-input-evdev
      config: remove AH_TOP autoheader statement.
      Read the device resolution from the kernel.
      Update a stale comment about the use of pEvdev->tool.
      Remove support for kernel 2.4.
      Comment odd EVIOCGRAB behaviour and reshuffle conditions a bit.
      Move error handling in PreInit down to the end.
      Move EVIOCGRAB into a static func.
      Move checks for calibration, inversion and axis swap to EvdevProbe.
      Move opening the device into a separate function.
      Move mode declaration, it's not const either.
      Remove libc wrappers for malloc, calloc and free.
      Disable middle mouse button emulation by default.
      Bump to 2.4.99
      Add myself to Authors in man page.
      man: some minor fixes to man page.
      Don't count BTN_TOUCH as tool. (#29428)
      evdev 2.4.99.901
      man: don't reference README.mouse
      evdev 2.5.0

Robert Hooker (4):
      Merge branch 'upstream-experimental' into debian-experimental
      Update changelogs.
      Bump xutils-dev build dep for new util-macros.
      Fix up a merge conflict.

Simon Thum (1):
      move feedback initialization up

---
 .gitignore                 |   76 +++-
 COPYING                    |   72 +---
 ChangeLog                  |  730 +++++++++++++++++++++++++++++++++++++++++++--
 Makefile.am                |   12 
 configure.ac               |   59 +--
 debian/changelog           |   13 
 debian/control             |    2 
 debian/xsfbs/xsfbs.mk      |    4 
 include/Makefile.am        |    1 
 include/evdev-properties.h |    2 
 man/Makefile.am            |   68 +---
 man/evdev.man              |   40 +-
 src/Makefile.am            |    6 
 src/draglock.c             |    4 
 src/emuMB.c                |   37 --
 src/emuWheel.c             |   26 +
 src/evdev.c                |  545 +++++++++++++++------------------
 src/evdev.h                |   18 -
 18 files changed, 1200 insertions(+), 515 deletions(-)
---


Reply to: