[RFC v2] xf86-input-evdev: Slotted MT events and mixed mode devices

Chase Douglas chase.douglas at canonical.com
Sat Jul 3 10:39:14 PDT 2010


Changes from v1:
* A few small bug fixes
* Make mtdev configure detection automatic by default
* Rename mtdevPtr to mtdev
* Split out mtdev open and close to separate functions
* Some coding style fixes

The following changes since commit 421585fda6ce67c209d43952109dda056ee40941:
  Alex Warg (1):
        Fix out-of-bounds access if more than MAX_VALUATORS are present. (#28809)

are available in the git repository at:

  git://kernel.ubuntu.com/cndougla/xf86-input-evdev.git master

Benjamin Tissoires (2):
      Add the names of the valuators for the multitouch properties
      Add multitouch support

Chase Douglas (3):
      Use valuator mask for posting events
      Use mtdev to receive all events using MT Slots protocol
      Add support for mixed mode (Absolute/Relative) devices

 configure.ac    |   13 ++
 src/Makefile.am |    2 +-
 src/emuWheel.c  |    4 +-
 src/evdev.c     |  481 ++++++++++++++++++++++++++++++++++---------------------
 src/evdev.h     |   13 ++-
 5 files changed, 322 insertions(+), 191 deletions(-)


More information about the xorg-devel mailing list