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

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



 debian/changelog               |    6 ++++++
 debian/local/10-synaptics.conf |    1 +
 2 files changed, 7 insertions(+)

New commits:
commit b063ef38cdc976fdc09eda4b79084b60a97c1a06
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Thu Apr 1 14:40:47 2010 +0300

    10-synaptics.conf: Use 'MatchDevicePath "/dev/input/event*"'.

diff --git a/debian/changelog b/debian/changelog
index ba9f6f3..337a1ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-synaptics (1.2.2-2) UNRELEASED; urgency=low
+
+  * 10-synaptics.conf: Use 'MatchDevicePath "/dev/input/event*"'.
+
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 01 Apr 2010 14:40:18 +0300
+
 xserver-xorg-input-synaptics (1.2.2-1) unstable; urgency=low
 
   [ Timo Aaltonen ]
diff --git a/debian/local/10-synaptics.conf b/debian/local/10-synaptics.conf
index 22949b3..fb22e7d 100644
--- a/debian/local/10-synaptics.conf
+++ b/debian/local/10-synaptics.conf
@@ -1,5 +1,6 @@
 Section "InputClass"
 	Identifier "touchpad catchall"
 	MatchIsTouchpad "on"
+	MatchDevicePath "/dev/input/event*"
 	Driver "synaptics"
 EndSection


Reply to: