debian/changelog                 |    7 +++++++
 debian/local/65-xorg-evdev.rules |    6 ++++--
 2 files changed, 11 insertions(+), 2 deletions(-)

New commits:
commit 8ecd045ed618b599d0954737ffd742c1bb84f727
Author: Bryce Harrington <br...@bryceharrington.org>
Date:   Mon Mar 15 18:25:46 2010 -0700

    Only set x11_driver for event devices, and also extend to work for tablet 
devices.

diff --git a/debian/changelog b/debian/changelog
index cbcb8f4..28aa5a7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+xserver-xorg-input-evdev (1:2.3.2-3ubuntu2) lucid; urgency=low
+
+  * 65-xorg-evdev.rules: only set x11_driver for event devices, and also
+    extend to work for tablet devices. Fixes part of LP: #537801
+
+ -- Robert Hooker <sarv...@ubuntu.com>  Mon, 15 Mar 2010 21:05:29 -0400
+
 xserver-xorg-input-evdev (1:2.3.2-3ubuntu1) lucid; urgency=low
 
   * Add 100-silence-eviocgname-error.patch:
diff --git a/debian/local/65-xorg-evdev.rules b/debian/local/65-xorg-evdev.rules
index ea4a9bb..1d73597 100644
--- a/debian/local/65-xorg-evdev.rules
+++ b/debian/local/65-xorg-evdev.rules
@@ -1,12 +1,14 @@
 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.
+# tablet, 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"
 ENV{ID_INPUT_TOUCHSCREEN}=="?*", ENV{x11_driver}="evdev"
 ENV{ID_INPUT_TOUCHPAD}=="?*", ENV{x11_driver}="evdev"
+ENV{ID_INPUT_TABLET}=="?*", ENV{x11_driver}="evdev"
 
 LABEL="xorg_evdev_end"


-- 
To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1nrlbi-0007lr...@alioth.debian.org

Reply via email to