summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-05-01 08:32:30 -0400
committerJosh Boyer <jwboyer@redhat.com>2012-05-01 08:32:39 -0400
commitadbb335cbd81eb2be6ce98ef465512b1188a7f9f (patch)
tree6a364cca6a746d0a059d4de5a389f08abc015adf
parentf485cb3b25a086c72e803e555f385bf499401860 (diff)
Drop merged patch. Drink coffee before doing build.
-rw-r--r--input-synaptics-fix-regression-with-image-sensor-trackpads.patch38
-rw-r--r--kernel.spec5
2 files changed, 1 insertions, 42 deletions
diff --git a/input-synaptics-fix-regression-with-image-sensor-trackpads.patch b/input-synaptics-fix-regression-with-image-sensor-trackpads.patch
deleted file mode 100644
index 6c1542b7..00000000
--- a/input-synaptics-fix-regression-with-image-sensor-trackpads.patch
+++ /dev/null
@@ -1,38 +0,0 @@
-From 899c612d74d4a242158a4db20367388d6299c028 Mon Sep 17 00:00:00 2001
-From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-Date: Fri, 20 Apr 2012 22:34:49 -0700
-Subject: [PATCH] Input: synaptics - fix regression with "image sensor"
- trackpads
-
-commit 7968a5dd492ccc38345013e534ad4c8d6eb60ed1
-Input: synaptics - add support for Relative mode
-
-Accidentally broke support for advanced gestures (multitouch)
-on some trackpads such as the one in my ThinkPad X220 by
-incorretly changing the condition for enabling them. This
-restores it.
-
-Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
-CC: stable@kernel.org [3.3]
-Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
----
- drivers/input/mouse/synaptics.c | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/drivers/input/mouse/synaptics.c b/drivers/input/mouse/synaptics.c
-index 8081a0a..a4b14a4 100644
---- a/drivers/input/mouse/synaptics.c
-+++ b/drivers/input/mouse/synaptics.c
-@@ -274,7 +274,8 @@ static int synaptics_set_advanced_gesture_mode(struct psmouse *psmouse)
- static unsigned char param = 0xc8;
- struct synaptics_data *priv = psmouse->private;
-
-- if (!SYN_CAP_ADV_GESTURE(priv->ext_cap_0c))
-+ if (!(SYN_CAP_ADV_GESTURE(priv->ext_cap_0c) ||
-+ SYN_CAP_IMAGE_SENSOR(priv->ext_cap_0c)))
- return 0;
-
- if (psmouse_sliced_command(psmouse, SYN_QUE_MODEL))
---
-1.7.10
-
diff --git a/kernel.spec b/kernel.spec
index e3364bea..2791e196 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -748,8 +748,6 @@ Patch22001: selinux-apply-different-permission-to-ptrace-child.patch
#rhbz 814278 814289 CVE-2012-2119
Patch22007: macvtap-zerocopy-validate-vector-length.patch
-Patch22011: input-synaptics-fix-regression-with-image-sensor-trackpads.patch
-
#rhbz 802106
Patch22012: ipw2200-Fix-race-condition-in-the-command-completion-acknowledge.patch
@@ -1452,8 +1450,6 @@ ApplyPatch vgaarb-vga_default_device.patch
#rhbz 814278 814289 CVE-2012-2119
ApplyPatch macvtap-zerocopy-validate-vector-length.patch
-ApplyPatch input-synaptics-fix-regression-with-image-sensor-trackpads.patch
-
#rhbz 802106
ApplyPatch ipw2200-Fix-race-condition-in-the-command-completion-acknowledge.patch
@@ -2331,6 +2327,7 @@ fi
# || ||
%changelog
* Tue May 01 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc5.git2.1
+- Drop merged patch. Drink coffee before doing build.
- Linux v3.4-rc5-34-g655861e
* Mon Apr 30 2012 Josh Boyer <jwboyer@redhat.com> - 3.4.0-0.rc5.git1.1