xserver-xorg-input-synaptics: Changes to 'debian-unstable'
debian/changelog | 8 ++++++++
debian/patches/02-do-not-use-synaptics-for-keyboards.patch | 6 +++---
2 files changed, 11 insertions(+), 3 deletions(-)
New commits:
commit e9a880cc0c6ab0f8ed8d4a850099dd93b1effd6a
Author: Mattia Dongili <malattia@linux.it>
Date: Sat Nov 21 13:16:58 2009 +0900
Negate the match on keyboard capabilities in the default fdi file
Signed-off-by: Mattia Dongili <malattia@linux.it>
diff --git a/debian/changelog b/debian/changelog
index b083594..ccff423 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+xserver-xorg-input-synaptics (1.2.0-2) unstable; urgency=low
+
+ [ Mattia Dongili ]
+ * Negate the match on keyboard capabilities in the default fdi file
+ (closes: #557252).
+
+ -- Mattia Dongili <malattia@debian.org> Sat, 21 Nov 2009 13:00:37 +0900
+
xserver-xorg-input-synaptics (1.2.0-1) unstable; urgency=low
[ Mattia Dongili ]
diff --git a/debian/patches/02-do-not-use-synaptics-for-keyboards.patch b/debian/patches/02-do-not-use-synaptics-for-keyboards.patch
index c6d168d..890a444 100644
--- a/debian/patches/02-do-not-use-synaptics-for-keyboards.patch
+++ b/debian/patches/02-do-not-use-synaptics-for-keyboards.patch
@@ -3,8 +3,8 @@ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524130
Index: xserver-xorg-input-synaptics/fdi/11-x11-synaptics.fdi
===================================================================
---- xserver-xorg-input-synaptics.orig/fdi/11-x11-synaptics.fdi 2009-11-19 21:59:45.252235528 +0900
-+++ xserver-xorg-input-synaptics/fdi/11-x11-synaptics.fdi 2009-11-19 22:01:46.507746665 +0900
+--- xserver-xorg-input-synaptics.orig/fdi/11-x11-synaptics.fdi 2009-11-21 13:15:39.064182104 +0900
++++ xserver-xorg-input-synaptics/fdi/11-x11-synaptics.fdi 2009-11-21 13:16:23.404256090 +0900
@@ -2,30 +2,34 @@
<deviceinfo version="0.2">
<device>
@@ -35,7 +35,7 @@ Index: xserver-xorg-input-synaptics/fdi/11-x11-synaptics.fdi
- -->
+ <!-- do not use the synaptics driver for devices advertising
+ themselves as keyboards -->
-+ <match key="info.capabilities" contains="input.keyboard">
++ <match key="info.capabilities" contains_not="input.keyboard">
+ <merge key="input.x11_driver" type="string">synaptics</merge>
+ <!-- Arbitrary options can be passed to the driver using
+ the input.x11_options property since xorg-server-1.5. -->
Reply to: