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

xserver-xorg-input-synaptics: Changes to 'ubuntu'



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

New commits:
commit 1d7ad94a394e96312fc38a9b3d2eddbf15e41760
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Thu Apr 1 14:34:31 2010 +0300

    Release 1.2.2-1ubuntu2

diff --git a/debian/changelog b/debian/changelog
index f868f77..2bddd31 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,8 @@
-xserver-xorg-input-synaptics (1.2.2-1ubuntu2) UNRELEASED; urgency=low
+xserver-xorg-input-synaptics (1.2.2-1ubuntu2) lucid; urgency=low
 
   * 10-synaptics.conf: Use 'MatchDevicePath "/dev/input/event*"'.
 
- -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 01 Apr 2010 14:30:29 +0300
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 01 Apr 2010 14:34:20 +0300
 
 xserver-xorg-input-synaptics (1.2.2-1ubuntu1) lucid; urgency=low
 

commit 3e42b144eceb69c5fd11cad0d4941150770552e6
Author: Timo Aaltonen <tjaalton@cc.hut.fi>
Date:   Thu Apr 1 14:31:15 2010 +0300

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

diff --git a/debian/changelog b/debian/changelog
index cc71bf4..f868f77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+xserver-xorg-input-synaptics (1.2.2-1ubuntu2) UNRELEASED; urgency=low
+
+  * 10-synaptics.conf: Use 'MatchDevicePath "/dev/input/event*"'.
+
+ -- Timo Aaltonen <tjaalton@ubuntu.com>  Thu, 01 Apr 2010 14:30:29 +0300
+
 xserver-xorg-input-synaptics (1.2.2-1ubuntu1) lucid; urgency=low
 
   * Merge from Debian unstable. (LP: #546933)
diff --git a/debian/local/10-synaptics.conf b/debian/local/10-synaptics.conf
index c25f30f..bc2b898 100644
--- a/debian/local/10-synaptics.conf
+++ b/debian/local/10-synaptics.conf
@@ -1,12 +1,14 @@
 Section "InputClass"
 	Identifier "touchpad catchall"
 	MatchIsTouchpad "on"
+	MatchDevicePath "/dev/input/event*"
 	Driver "synaptics"
 EndSection
 
 Section "InputClass"
 	Identifier "Dell Inspiron quirks"
 	MatchTag "inspiron_1011|inspiron_1012"
+	MatchDevicePath "/dev/input/event*"
 	Driver "synaptics"
 	Option "JumpyCursorThreshold" "90"
 	Option "AreaBottomEdge" "4100"
@@ -15,6 +17,7 @@ EndSection
 Section "InputClass"
 	Identifier "HP Mininote quirks"
 	MatchTag "mininote_1000"
+	MatchDevicePath "/dev/input/event*"
 	Driver "synaptics"
 	Option "JumpyCursorThreshold" "20"
 EndSection


Reply to: