xf86-input-evdev: Changes to 'refs/tags/xf86-input-evdev-1.2.0'

Daniel Stone daniels at kemper.freedesktop.org
Wed Nov 14 15:55:53 PST 2007


Tag 'xf86-input-evdev-1.2.0' created by Daniel Stone <daniel at fooishbar.org> at 2007-11-14 23:54 -0800

Required for xorg-server 1.4.x

Changes since xf86-input-evdev-1.1.5:
Brice Goglin (1):
      Multiple typos in evdev.man

Daniel Stone (2):
      Key: Force maximum keycode to be 255
      Options: Accept differently-named options

James Cloos (1):
      Add *~ to .gitignore to skip patch/emacs droppings

Kristian Høgsberg (2):
      Merge copyright notices.
      Fix header file #ifdef guard.

Peter Hutterer (6):
      Key: Remove duplicate of keycode 0x6f, remove index 0xf8 to get a
      ActivateDevice() before EnableDevice() in EvdevNew.
      Add some documentation to evdev.c and evdev_brain.c.
      Remove direct call to DEVICE_INIT, ActivateDevice() takes care of that.
      Remove driver from list if no device is associated any more.
      Disable and remove the device when a read error occurs.

Peter Samuelson (2):
      evdev.man minor fixes
      Fix one additional typo in evdev.man (axis named BRAKE, not BREAK).

Philip Langdale (1):
      Stop caching the screen size for scaling.

root (5):
      Pad out button_names so we can loop over things more sanely.
      No more call to xf86OSRingBell in any cases,
      Handle swapping of right and middle buttons better in some odder cases.
      Fix a bug where we potentially wrote garbage events when LEDs change.
      For reasons related to handling pathological remapping cases, and

Tiago Vignatti (3):
      Fix pointer crossing screen bug. Possibly the others input drivers must update
      Remove inotify things.
      Clean up a little bit the code.

Zephaniah E. Hull (16):
      Updated configure to 1.2.0, no changes yet.
      Remove all of evdev_brain.c and all callers.
      Remove the evil xf86ActivateDevice declaration, don't need it anymore.
      Handle driver removal cleanly, we now xfree everything we Xcalloc.
      Kill some more unused bits.
      Try harder to make unplugging work.
      Alright, this is a really big commit that breaks stuff.
      Merge branch 'master' of git+ssh://git.freedesktop.org/git/xorg/driver/xf86-input-evdev
      Update the copyright notices for me to include 2007.
      Fix REL mode.
      Wheel mice work again!
      Move MapButtons_t closer to where it's used.
      Handle default remapping around existing button targets better.
      evdev.c:
      Move the mode option handling to the Init stage.
      Update version using PACKAGE_VERSION_*.

---
 .gitignore             |    1 
 configure.ac           |    2 
 man/evdev.man          |  121 ++++---
 src/Makefile.am        |    2 
 src/evdev.c            |  458 +++++++++++++++------------
 src/evdev.h            |  241 ++++++--------
 src/evdev_axes.c       |  810 +++++++++++++++++++++++++++++++------------------
 src/evdev_brain.c      |  505 ------------------------------
 src/evdev_btn.c        |  326 +++++++++++++------
 src/evdev_key.c        |  221 +++++++++----
 src/inotify-syscalls.h |   83 -----
 src/inotify.h          |   60 ---
 12 files changed, 1340 insertions(+), 1490 deletions(-)
---


More information about the xorg-commit mailing list