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

xserver-xorg-input-evdev: Changes to 'debian-unstable'



 debian/changelog                 |    1 +
 debian/local/65-xorg-evdev.rules |    1 +
 2 files changed, 2 insertions(+)

New commits:
commit 2eff57cb9613e862075e3fc7b2fee53f4e42399c
Author: Julien Cristau <jcristau@debian.org>
Date:   Tue Mar 9 00:58:35 2010 +0100

    65-xorg-evdev.rules: only set x11_driver for event devices.
    
    No point setting the driver to evdev for devices it doesn't support.

diff --git a/debian/changelog b/debian/changelog
index c99565a..d823557 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ xserver-xorg-input-evdev (1:2.3.2-4) UNRELEASED; urgency=low
   * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no
     good reason.  Thanks, Colin Watson!
   * Remove myself from Uploaders
+  * 65-xorg-evdev.rules: only set x11_driver for event devices.
 
   [ Robert Hooker ]
   * Build xserver-xorg-input-evdev-dev on arch: all.
diff --git a/debian/local/65-xorg-evdev.rules b/debian/local/65-xorg-evdev.rules
index ea4a9bb..d423b38 100644
--- a/debian/local/65-xorg-evdev.rules
+++ b/debian/local/65-xorg-evdev.rules
@@ -3,6 +3,7 @@ ACTION!="add|change", GOTO="xorg_evdev_end"
 # By default, we use the -evdev driver for every mouse, keyboard, touchscreen
 # or touchpad; later rules can then change the driver for specific input
 # devices.
+KERNEL!="event*", GOTO="xorg_evdev_end"
 ENV{ID_INPUT}=="", GOTO="xorg_evdev_end"
 ENV{ID_INPUT_MOUSE}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_KEY}=="?*", ENV{x11_driver}="evdev"


Reply to: