[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_1.2.0-git20070819-1'



Tag 'xserver-xorg-input-evdev-1_1.2.0-git20070819-1' created by Julien Cristau <jcristau@debian.org> at 2007-08-19 15:28 +0000

Tagging upload of xserver-xorg-input-evdev 1:1.2.0~git20070819-1 to experimental.

Changes since xserver-xorg-input-evdev-1_1.1.5-3:
Brice Goglin (1):
      Multiple typos in evdev.man

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

Julien Cristau (9):
      Merge branch 'master' of git://anongit.freedesktop.org/git/xorg/driver/xf86-input-evdev into debian-experimental
      autoreconf
      Update changelogs for new upstream snapshot.
      Update debian/copyright.
      chmod +x configure in debian/rules clean.
      Bump build-dep on xserver-xorg-dev and generate the Provides field automatically.
      Add myself to uploaders, and remove Branden with his permission
      Drop build-dep on linux-kernel-headers.
      Prepare changelog for upload.

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.

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

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_*.

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

---
 ChangeLog              |  381 ++++++++++++++++
 Makefile.in            |  131 +++--
 aclocal.m4             |  676 +++++++++++++++++++----------
 config.guess           |   34 +
 config.sub             |   24 -
 configure              | 1139 ++++++++++++++++++++++++++++++-------------------
 configure.ac           |    2 
 debian/changelog       |   13 
 debian/control         |    6 
 debian/copyright       |   52 +-
 debian/rules           |    2 
 depcomp                |   64 ++
 install-sh             |  348 +++++++++++---
 ltmain.sh              |  233 ++++++----
 man/Makefile.in        |   92 ++-
 man/evdev.man          |   30 -
 missing                |   61 +-
 mkinstalldirs          |    5 
 src/Makefile.am        |    2 
 src/Makefile.in        |  153 +++---
 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        |  225 ++++++---
 src/inotify-syscalls.h |   83 ---
 src/inotify.h          |   60 --
 28 files changed, 3630 insertions(+), 2526 deletions(-)
---



Reply to: