[PULL] misc patches

Peter Hutterer peter.hutterer at who-t.net
Sun Feb 14 21:41:05 PST 2010


Keith,

Please pull from my repo again.
Only 4 patches, one you've reviewed yourself (from the 1.8-fixes branch).
The DDX patch just saves us some init work in all but the xfree86 ddx.
Dan's patch changes the order of input configuration from first one wins to
last one wins.
Tom's patch skips filtering on the input subsystem and thus allows for
serial devices to be hotplugged.

Cheers,
  Peter

The following changes since commit 001ce71dc11287dc94cc2fbc5d35677c046e6c04:
  Julien Cristau (1):
        dix: restore lastDeviceEventTime update in dixSaveScreens

are available in the git repository at:

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

Dan Nicholson (1):
      xfree86: Reorder InputClass option priorities

Peter Hutterer (2):
      dix: move config_init into the DDX.
      Xi: reset the sli pointers after copying device classes. (#25640)

Thomas Jaeger (1):
      udev: Don't filter subsystem "input"

 Xi/exevents.c                        |   20 +++++++++++++++++++
 config/udev.c                        |    6 -----
 dix/main.c                           |    3 +-
 hw/dmx/dmxinput.c                    |    4 +++
 hw/kdrive/ephyr/ephyrinit.c          |    5 ++++
 hw/kdrive/fake/fakeinit.c            |    5 ++++
 hw/kdrive/fbdev/fbinit.c             |    5 ++++
 hw/vfb/InitInput.c                   |    5 ++++
 hw/xfree86/common/xf86Config.c       |    2 +-
 hw/xfree86/common/xf86Init.c         |   10 +++++++++
 hw/xfree86/common/xf86Xinput.c       |   35 ++++++++++++++++++---------------
 hw/xfree86/doc/man/xorg.conf.man.pre |    4 +-
 hw/xnest/Init.c                      |    5 ++++
 hw/xwin/InitInput.c                  |    5 ++++
 hw/xwin/winconfig.c                  |    2 +-
 include/input.h                      |    1 +
 16 files changed, 89 insertions(+), 28 deletions(-)


More information about the xorg-devel mailing list