[PULL] input fixes, the safe ones

Peter Hutterer peter.hutterer at who-t.net
Tue Aug 31 22:12:48 PDT 2010


Keith,

Please pull from the branch below. These are the input fixes that do not
change the ABI and most of them are safe to be pulled into stable branches
as well.

The following changes since commit 79ee78de9de49d0cab03401662baa476a18e53b8:

  xserver 1.9.0 (2010-08-20 17:32:27 -0700)

are available in the git repository at:
  git://people.freedesktop.org/~whot/xserver.git for-keith

Adam Tkac (1):
      Return Success from generate_modkeymap() when max_keys_per_mod is zero

Alan Coopersmith (1):
      Use GetMaster instead of direct u.master access in core procs

Chase Douglas (1):
      Fix udev population of Bluetooth input device product IDs

David Ge (1):
      xkb: Fix RedirectKey didn't send any event.

Jesse Adkins (1):
      xfree86: Document terminate not mapped by default (bug 25083)

Pauli Nieminen (9):
      xkb: Use memcpy for copy that has known length
      xkb: Fix memory leak if opening file fails
      xkb: Don't check for NULL before calling free
      xkb: Fix NULL pointer dereference
      xkb: Remove redurant intialization code
      xkb: Fix memory leak in error path
      xkb: Fix possible NULL pointer dereference
      xkb: Fix possible NULL pointer dereference
      xkb: Check if AddResource failed

Peter Hutterer (2):
      dix: don't create core motion events for non-x/y valuators.
      xfree86: fix compiler warning about implicied decl of DuplicateModule.

 config/udev.c                   |   26 +++++++++-----------------
 dix/devices.c                   |   19 ++++++++++++-------
 dix/eventconvert.c              |    9 +++++++++
 dix/inpututils.c                |   24 +++++++++++++-----------
 hw/xfree86/common/xf86Xinput.c  |    1 +
 hw/xfree86/doc/man/Xorg.man.pre |   10 ++++++++++
 xkb/ddxList.c                   |    8 ++++----
 xkb/xkb.c                       |    7 +++++--
 xkb/xkbActions.c                |    1 +
 xkb/xkbEvents.c                 |    9 ---------
 xkb/xkbLEDs.c                   |   13 +++++++++----
 xkb/xkmread.c                   |    9 ++++++---
 12 files changed, 79 insertions(+), 57 deletions(-)


More information about the xorg-devel mailing list