[RFC] xserver: Masked valuators, DIDs, and ABS_MT_SLOT

Chase Douglas chase.douglas at canonical.com
Thu Jul 1 15:36:18 PDT 2010


The following changes since commit a71dbc03e65cf7b0654a6eca93ce0bf6a1711ffa:

  Bump to version 1.8.99.904 (1.9 RC4) (2010-07-01 08:27:05 -0400)

are available in the git repository at:
  git://kernel.ubuntu.com/cndougla/xserver.git master

Chase Douglas (3):
      Add extra functions for masked valuator input API
      Add internal direct input device handling
      Add atom name for ABS_MT_SLOT properties

 Xi/exevents.c                  |    5 +-
 Xi/xiproperty.c                |    1 +
 dix/devices.c                  |   33 +++++-
 dix/eventconvert.c             |    4 +
 dix/events.c                   |   19 ++-
 dix/getevents.c                |  282 ++++++++++++++++++++++++++++------------
 hw/xfree86/common/xf86Xinput.c |  158 ++++++++++++++++++++++
 hw/xfree86/common/xf86Xinput.h |   10 ++
 include/input.h                |   27 ++++
 include/inputstr.h             |    1 +
 include/xserver-properties.h   |    1 +
 mi/mieq.c                      |    4 +-
 12 files changed, 452 insertions(+), 93 deletions(-)


More information about the xorg-devel mailing list