[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

xserver-xorg-input-evdev: Changes to 'refs/tags/xserver-xorg-input-evdev-1_2.0.99.3-1'



Tag 'xserver-xorg-input-evdev-1_2.0.99.3-1' created by Julien Cristau <jcristau@debian.org> at 2008-11-12 19:30 +0000

Tagging upload of xserver-xorg-input-evdev 1:2.0.99.3-1 to experimental.

Changes since xserver-xorg-input-evdev-1_2.0.3-2:
Adam Jackson (2):
      Print a warning if a keycode exceeds the range accepted by the server.
      Print a warning if a keycode exceeds the range accepted by the server.

Ander Conselvan de Oliveira (1):
      Mice with a lot of buttons (e.g. Logitech MX1000) generate button events greater than BTN_TASK.

Chris Salch (4):
      Adding a function to map button events to button numbers.
      Adding mouse wheel emulation code.
      Filter wheel events before middle mouse button emulation.
      Adding in DragLockButtons functionality.

Dan Nicholson (2):
      Add timeout support for mouse wheel emulation
      Add wheel timeout property support

Daniel Stone (1):
      Force rules, not model, to be evdev

Julien Cristau (10):
      Fill up the version info
      Print the device name when we get a read error
      Actually close the fd on DEVICE_CLOSE (bug#16948)
      Set pInfo->fd to -1 on DEVICE_CLOSE
      Fix TestBit() on 64bit
      Merge tag 'xf86-input-evdev-2.0.99.3' into debian-experimental
      Drop patch, update changelog for new upstream
      Install (temporarily) an fdi file to get Xorg to load the evdev driver for mice and keyboards.
      Depend on xserver-xorg-core >= 2:1.5.3, to make sure the console is set to RAW mode.
      Prepare changelog for upload

Keith Packard (1):
      Enable middle button emulation at DEVICE_ON instead of DEVICE_INIT.

Michel Dänzer (1):
      xf86-input-evdev: Fix EVIOCGBIT ioctl usage on big endian platforms.

Peter Hutterer (71):
      No need to finalize MB emulation after EvdevProbe anymore.
      Bump to 2.0.99.
      Count buttons at probe and print to log.
      Remove EvdevConvert, nobody calls it now anyway.
      Remove stale comments.
      Update COPYING with the correct copyright info.
      Remove static ChangeLog, autogenerate as part of make dist.
      Clean out configure.ac
      Add support for device properties, currently MB emulation and timeout.
      Add .gitignore file.
      Don't enable the device if the grab failed with ENODEV.
      Guard property changes against ABI_XINPUT < 3.
      Add support for ButtonMapping option.
      Expose wheel emulation through device properties.
      Add EVDEV_MAXBUTTONS instead of checking against 32.
      Simplify the property handler registration.
      Don't grab devices unless specified through the config options.
      evdev 2.0.4
      Revert "Don't grab devices unless specified through the config options."
      Add property support for drag lock.
      Init all emulateWheel values, even if EmulateWheel is disabled.
      Wheel emulation: initial values must be char.
      Shut up "unused variable" compiler warnings.
      Use HAVE_PROPERTIES define instead of GET_ABI_MAJOR for property compilation.
      Attempt to re-open devices on read errors.
      Don't require randrproto.
      draglock: Shut up compiler warning.
      Use new property API (no ConfigureDP, less args to ChangeDP)
      Add evdev-properties.h file with #defines for all property names.
      Cleanup: "valid_vals" should be "vals" now.
      Register property handlers directly, instead of abstracting them.
      Move misplaced #endif
      Change DragLock atom name - prepend with Evdev.
      Remove useless initialization of rc.
      Close fd on DEVICE_OFF. (LP #276887)
      Install xorg-evdev.pc for clients who need evdev-properties.h
      Add property support for axis inversion.
      Stricter value checking for property changes.
      Fix up bad return code in draglock property handler.
      Add checkonly handling to property handlers.
      Janitor: purge unused headers, reshuffle for readability, fix whitespace errors.
      Remove parsing of ScreenNumber option.
      Remove "Path" option.
      Document InvertX/Y options.
      Document properties in man page.
      Add property support for ReopenAttempts option.
      Janitor: clean up xf86Msg use, might as well use X_CONFIG directly.
      Clean up program flow - don't call PreInit for "modules" on DEVICE_INIT.
      Register property handler from within the modules, not the main evdev file.
      Rename DragLockInit to DragLockPreInit, remove superfluous "return".
      Tidy up evdev.h
      Don't include the client-side header anymore. xkbstr.h is server SDK.
      8-bit properties should use 8-bit storage types...
      Don't init draglock, etc. if we don't have the required capabilities.
      Fix "Device reopened after N attempts" message.
      evdev 2.1 RC 1.
      Don't post keycodes > 255.
      Add option "GrabDevice", don't grab the device by default.
      Init ioctl bitmasks to 0, shuts up valgrind too.
      MB emulation timeout is stored as Time, make the property 32-bit too.
      Silence compiler warning by memsetting the struct properly.
      evdev 2.1 RC 2
      emulate MB: fix confusing log message.
      Fix axis inversion for absolute coordinates.
      emuMB: add EvdevMBEmuOn and call from EvdevOn to register wakeup handlers.
      Flush input after re-opening the fd.
      Remove obsolete FIXME
      Treat BTN_[0-2] as LMR buttons if necessary.
      Add support for run-time calibration.
      Add support for axes swapping.
      evdev 2.1 RC 3

Simon Munton (1):
      Close file descriptor if EvdevProbe fails.

Søren Hauberg (2):
      Add support for axis inversion.
      Add touchscreen support.

Timo Aaltonen (4):
      delete autogenerated config.h.in
      rules: Clean config.h.in.
      Merge commit 'xf86-input-evdev-2.0.4' into debian-experimental
      Update changelog.

---
 .gitignore                                                                |    1 
 COPYING                                                                   |   99 +
 ChangeLog                                                                 |  744 ++++++++-
 Makefile.am                                                               |    5 
 config.h.in                                                               |   66 
 configure.ac                                                              |   28 
 debian/changelog                                                          |   18 
 debian/control                                                            |    2 
 debian/local/10-x11-evdev.fdi                                             |   18 
 debian/patches/include-the-proper-header-for-XkbSetRulesDflts-and-X.patch |   21 
 debian/patches/series                                                     |    1 
 debian/rules                                                              |    4 
 include/Makefile.am                                                       |    2 
 include/evdev-properties.h                                                |   69 
 man/Makefile.am                                                           |    2 
 man/evdev.man                                                             |  155 +
 src/Makefile.am                                                           |    7 
 src/draglock.c                                                            |  318 +++
 src/emuMB.c                                                               |  102 +
 src/emuWheel.c                                                            |  466 +++++
 src/evdev.c                                                               |  825 ++++++++--
 src/evdev.h                                                               |   83 -
 xorg-evdev.pc.in                                                          |    6 
 23 files changed, 2706 insertions(+), 336 deletions(-)
---


Reply to: