whot pushed to xorg-x11-drv-synaptics (f22). "synaptics 1.8.2"

notifications at fedoraproject.org notifications at fedoraproject.org
Fri Mar 27 01:39:23 UTC 2015


>From 38330acb61dd076d8d893f019a07b9fd3adf9f53 Mon Sep 17 00:00:00 2001
From: Peter Hutterer <peter.hutterer at who-t.net>
Date: Fri, 27 Mar 2015 11:32:22 +1000
Subject: synaptics 1.8.2


diff --git a/.gitignore b/.gitignore
index aa82aa0..d912c70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -33,3 +33,4 @@ xf86-input-synaptics-20100823.tar.bz2
 /xf86-input-synaptics-20140318.tar.bz2
 /xf86-input-synaptics-1.8.0.tar.bz2
 /xf86-input-synaptics-1.8.1.tar.bz2
+/xf86-input-synaptics-1.8.2.tar.bz2
diff --git a/0001-eventcomm-ignore-fake-and-broken-MT-devices.patch b/0001-eventcomm-ignore-fake-and-broken-MT-devices.patch
deleted file mode 100644
index fa54d63..0000000
--- a/0001-eventcomm-ignore-fake-and-broken-MT-devices.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-From 277151f3b57aebe23e8c5cedb5aec2fceceb9c31 Mon Sep 17 00:00:00 2001
-From: Peter Hutterer <peter.hutterer at who-t.net>
-Date: Tue, 24 Mar 2015 15:41:39 +1000
-Subject: [PATCH synaptics] eventcomm: ignore fake and broken MT devices
-
-An MT device without X/Y is not a touchpad. And neither are fake MT devices.
-
-Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
----
- src/eventcomm.c | 9 +++++++++
- 1 file changed, 9 insertions(+)
-
-diff --git a/src/eventcomm.c b/src/eventcomm.c
-index 9e81b86..516dab3 100644
---- a/src/eventcomm.c
-+++ b/src/eventcomm.c
-@@ -320,6 +320,15 @@ event_query_is_touchpad(struct libevdev *evdev, BOOL test_grab)
-         libevdev_has_event_code(evdev, EV_ABS, BTN_TOOL_PEN)) /* Don't match wacom tablets */
-         goto unwind;
- 
-+    if (libevdev_has_event_code(evdev, EV_ABS, ABS_MT_SLOT)) {
-+        if (libevdev_get_num_slots(evdev) == -1)
-+            goto unwind; /* Ignore fake MT devices */
-+
-+        if (!libevdev_has_event_code(evdev, EV_ABS, ABS_MT_POSITION_X) ||
-+            !libevdev_has_event_code(evdev, EV_ABS, ABS_MT_POSITION_Y))
-+            goto unwind;
-+    }
-+
-     ret = TRUE;
- 
-  unwind:
--- 
-2.3.2
-
diff --git a/sources b/sources
index be5b91b..0724b67 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ed70d0cba94262a4008dcef654ab34a9  xf86-input-synaptics-1.8.1.tar.bz2
+8ed68e8cc674dd61adb280704764aafb  xf86-input-synaptics-1.8.2.tar.bz2
diff --git a/xorg-x11-drv-synaptics.spec b/xorg-x11-drv-synaptics.spec
index 16431c5..4ea728b 100644
--- a/xorg-x11-drv-synaptics.spec
+++ b/xorg-x11-drv-synaptics.spec
@@ -7,8 +7,8 @@
 
 Name:           xorg-x11-drv-synaptics
 Summary:        Xorg X11 Synaptics touchpad input driver
-Version:        1.8.1
-Release:        6%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
+Version:        1.8.2
+Release:        1%{?gitdate:.%{gitdate}git%{gitversion}}%{?dist}
 URL:            http://www.x.org
 License:        MIT
 Group:          User Interface/X Hardware Support
@@ -25,7 +25,6 @@ Source4:        70-touchpad-quirks.rules
 
 Patch01:        0001-Support-the-new-Lenovo-X1-Carbon-3rd-trackpoint-butt.patch
 Patch02:        0001-Limit-the-movement-to-20-mm-per-event.patch
-Patch03:        0001-eventcomm-ignore-fake-and-broken-MT-devices.patch
 
 ExcludeArch:    s390 s390x
 
@@ -150,6 +149,9 @@ Development files for the Synaptics TouchPad for X.Org.
 %{_includedir}/xorg/synaptics-properties.h
 
 %changelog
+* Fri Mar 27 2015 Peter Hutterer <peter.hutterer at redhat.com> 1.8.2-1
+- synaptics 1.8.2
+
 * Tue Mar 24 2015 Peter Hutterer <peter.hutterer at redhat.com> 1.8.1-6
 - Ignore MT devices without x/y (#1196975)
 
-- 
cgit v0.10.2


	http://pkgs.fedoraproject.org/cgit/xorg-x11-drv-synaptics.git/commit/?h=f22&id=38330acb61dd076d8d893f019a07b9fd3adf9f53


More information about the scm-commits mailing list