debian/changelog | 7 +++++++ debian/local/65-xorg-evdev.rules | 1 + 2 files changed, 8 insertions(+)
New commits: commit 39c4405782957190024e8e38dd09c6163d172c99 Author: Timo Aaltonen <[email protected]> Date: Sun Mar 21 20:53:18 2010 +0200 65-xorg-evdev.rules: Check for ID_INPUT_TABLET too, and set x11_driver if found. diff --git a/debian/changelog b/debian/changelog index 734e679..405c8fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +xserver-xorg-input-evdev (1:2.3.2-5) UNRELEASED; urgency=low + + * 65-xorg-evdev.rules: Check for ID_INPUT_TABLET too, and set x11_driver + if found. + + -- Timo Aaltonen <[email protected]> Sun, 21 Mar 2010 20:51:38 +0200 + xserver-xorg-input-evdev (1:2.3.2-4) unstable; urgency=low [ Julien Cristau ] diff --git a/debian/local/65-xorg-evdev.rules b/debian/local/65-xorg-evdev.rules index d423b38..8d9b84a 100644 --- a/debian/local/65-xorg-evdev.rules +++ b/debian/local/65-xorg-evdev.rules @@ -9,5 +9,6 @@ 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

