[PULL] input fixes

Peter Hutterer peter.hutterer at who-t.net
Tue Nov 23 15:06:40 PST 2010


Keith,

Please pull from my branch, a number of typos and other bugs introduced by
the valuator mask code and the mixed mode stuff.


The following changes since commit 38c46ccf796462d068d95acb9022de2acfc3a1f7:

  Merge remote branch 'whot/for-keith' (2010-11-15 09:06:33 +0800)

are available in the git repository at:

  git://people.freedesktop.org/~whot/xserver.git for-keith

Adam Jackson (1):
      linux: Fix CPU usage bug in console fd flushing

Chase Douglas (2):
      Fix GPE Y axis scaling
      Fix transformAbsolute

Dan Horák (1):
      XF86CONFIGDIR is undefined when built with --disable-xorg (#28672)

Peter Hutterer (9):
      xfree86: add missing linebreak in error message.
      test: compare byte padding macros against the expected bytes.
      test: reduce range of byte-padding macro tests.
      dix: replace a manual valuator check with valuator_get_mode().
      dix: when comparing axis modes, compare the bits, not the bytes.
      dix: when converting to XI 1.x events, use the first_valuator's device mode
      dix: GetProximityEvents needs to check up to the last valuator
      dix: fix typo, set the second valuator with the y-axis data.
      dix: add a fixme about a corner-case that should probably be fixed.

Simon Thum (1):
      dix: fix up valuators passed to acceleration code.

 config/Makefile.am                     |    2 +
 dix/eventconvert.c                     |   14 +++---
 dix/getevents.c                        |   33 ++++++++++----
 hw/xfree86/common/xf86Xinput.c         |    2 +-
 hw/xfree86/os-support/linux/lnx_init.c |    6 ++-
 test/input.c                           |   74 ++++++++++++++++++++++++-------
 6 files changed, 96 insertions(+), 35 deletions(-)


More information about the xorg-devel mailing list