[Lunar-commits] <moonbase> xf86-input-evdev: version bumped to 2.4.0.

Florin Braescu florin at lunar-linux.org
Sat Apr 10 13:46:33 CEST 2010


commit 375f547175343137e8947e66d463c082cd4961af
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sat Apr 10 14:46:33 2010 +0300

    xf86-input-evdev: version bumped to 2.4.0.
    
    A few new behaviours/features to watch out for. These include:
    
    - no reopen attempts anymore. The reopen mechanism was mainly a feature to
      work around older kernels that would return ENODEV on the first read (but
      not during DEVICE_ON).
    - A number of build system cleanups that have been applied to most other
      modules too.
    - Touch screens disable mouse button emulation by default.
    - keycodes > 255 are now forwarded. The server doesn't do anything with
      them, but at least we can claim the evdev-driver is ready for the future
      with flying donkeys and whatnot.
    - Absolute devices can now change mode between relative and absolute, and
      they may employ wheel emulation too.
---
 xorg7/driver/xf86-input-evdev/DETAILS |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/xorg7/driver/xf86-input-evdev/DETAILS b/xorg7/driver/xf86-input-evdev/DETAILS
index e18e4ad..2d20049 100644
--- a/xorg7/driver/xf86-input-evdev/DETAILS
+++ b/xorg7/driver/xf86-input-evdev/DETAILS
@@ -1,12 +1,12 @@
           MODULE=xf86-input-evdev
-         VERSION=2.3.2
+         VERSION=2.4.0
           SOURCE=$MODULE-$VERSION.tar.bz2
       SOURCE_URL=$XORG_URL/individual/driver
-      SOURCE_VFY=sha1:b3512cd2747727ec06733997067c7ff15f602115
+      SOURCE_VFY=sha1:875dd3c35f8d0f409337b932d82a46da0e9570e7
    MODULE_PREFIX=${X11R7_PREFIX:-/usr}
         WEB_SITE=http://www.x.org
          ENTERED=20060303
-         UPDATED=20091211
+         UPDATED=20100410
            SHORT="An input driver"
 
 cat << EOF


More information about the Lunar-commits mailing list