debian/changelog | 8 ++++++++ debian/patches/115_evdev_only.patch | 10 ++++++++++ debian/patches/series | 1 + 3 files changed, 19 insertions(+)
New commits: commit 8e32a78bbc354581dd0728887a2e4b9481adbb06 Author: Chase Douglas <chase.doug...@ubuntu.com> Date: Wed Sep 1 15:01:54 2010 -0400 releasing version 1.2.2-2ubuntu2 diff --git a/debian/changelog b/debian/changelog index 4a1d513..4a6122c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,7 +4,7 @@ xserver-xorg-input-synaptics (1.2.2-2ubuntu2) maverick; urgency=low (LP: #624985) - Add 115_evdev_only.patch - -- Chase Douglas <chase.doug...@ubuntu.com> Wed, 01 Sep 2010 14:50:09 -0400 + -- Chase Douglas <chase.doug...@ubuntu.com> Wed, 01 Sep 2010 15:01:28 -0400 xserver-xorg-input-synaptics (1.2.2-2ubuntu1) maverick; urgency=low commit 49f2fa387f22f376a17e663b8d4228030fdf7845 Author: Chase Douglas <chase.doug...@ubuntu.com> Date: Wed Sep 1 15:00:41 2010 -0400 Prevent non-evdev devices from firing the eventcomm AutoDevProbe callback (LP: #624985) * Prevent non-evdev devices from firing the eventcomm AutoDevProbe callback (LP: #624985) - Add 115_evdev_only.patch diff --git a/debian/changelog b/debian/changelog index 31d28be..4a1d513 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +xserver-xorg-input-synaptics (1.2.2-2ubuntu2) maverick; urgency=low + + * Prevent non-evdev devices from firing the eventcomm AutoDevProbe callback + (LP: #624985) + - Add 115_evdev_only.patch + + -- Chase Douglas <chase.doug...@ubuntu.com> Wed, 01 Sep 2010 14:50:09 -0400 + xserver-xorg-input-synaptics (1.2.2-2ubuntu1) maverick; urgency=low [ Robert Hooker ] diff --git a/debian/patches/115_evdev_only.patch b/debian/patches/115_evdev_only.patch new file mode 100644 index 0000000..9e61306 --- /dev/null +++ b/debian/patches/115_evdev_only.patch @@ -0,0 +1,10 @@ +Prevent non-evdev devices from firing the eventcomm AutoDevProbe callback. + +--- a/conf/50-synaptics.conf ++++ b/conf/50-synaptics.conf +@@ -2,4 +2,5 @@ Section "InputClass" + Identifier "touchpad catchall" + Driver "synaptics" + MatchIsTouchpad "on" ++ MatchDevicePath "/dev/input/event*" + EndSection diff --git a/debian/patches/series b/debian/patches/series index 70fd999..dfe5aaf 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -6,3 +6,4 @@ #105_correct_multifinger_click.patch 106_always_enable_vert_edge_scroll.patch 114_jumpy_cursor_first_part.patch +115_evdev_only.patch -- 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/e1ovmli-0002aq...@alioth.debian.org