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

Peter Hutterer whot at kemper.freedesktop.org
Wed Aug 18 20:43:28 PDT 2010


Tag 'xf86-input-evdev-2.4.99.901' created by Peter Hutterer <peter.hutterer at who-t.net> at 2010-08-19 04:42 -0700

evdev 2.4.99.901
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.14 (GNU/Linux)

iEYEABECAAYFAkxsqAwACgkQ4jt+cLRn8L9qbgCeMuBMgb4jZc5UlII/TjoibgOd
/c4AnR4U8urr2THvkIe6PK373JllG1rN
=66kT
-----END PGP SIGNATURE-----

Changes since xf86-input-evdev-2.4.0:
Alex Warg (1):
      Fix out-of-bounds access if more than MAX_VALUATORS are present. (#28809)

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

Gaetan Nadon (15):
      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

Oliver McFadden (3):
      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 (19):
      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

---
 COPYING             |   49 +------
 Makefile.am         |    2 
 configure.ac        |   64 ++++-----
 include/Makefile.am |    1 
 man/Makefile.am     |   27 ----
 man/evdev.man       |   26 ++-
 src/Makefile.am     |    3 
 src/draglock.c      |    4 
 src/emuMB.c         |   41 ------
 src/emuWheel.c      |    6 
 src/evdev.c         |  341 ++++++++++++++++++++++++++++------------------------
 src/evdev.h         |    2 
 12 files changed, 263 insertions(+), 303 deletions(-)
---


More information about the xorg-commit mailing list