summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-03-31 11:31:00 +0200
committerHans de Goede <hdegoede@redhat.com>2014-03-31 11:31:00 +0200
commit700f6516bd62023c0e91c266d39734b2c04f5bdc (patch)
treeb10721aa3c2a53ebc38df4934a52380e7e3cb128 /kernel.spec
parent09162a78c546da52c522e36a32775f90d0580692 (diff)
downloadkernel-700f6516bd62023c0e91c266d39734b2c04f5bdc.tar.gz
kernel-700f6516bd62023c0e91c266d39734b2c04f5bdc.tar.xz
kernel-700f6516bd62023c0e91c266d39734b2c04f5bdc.zip
Fix clicks getting lost with cypress_ps2 touchpads with recent
xorg-x11-drv-synaptics versions (bfdo#76341) Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec10
1 files changed, 10 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 94f48273d..622ab1c38 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -654,6 +654,9 @@ Patch25051: net-vhost-fix-total-length-when-packets-are-too-short.patch
#CVE-2014-2580 rhbz 1080084 1080086
Patch25052: net-xen-netback-disable-rogue-vif-in-kthread-context.patch
+#https://bugs.freedesktop.org/show_bug.cgi?id=76341
+#included in the input tree for-linux branch, will go upstream for 3.15
+Patch25053: input-cypress_ps2-Don-t-report-the-cypress-PS-2-trac.patch
# END OF PATCH DEFINITIONS
%endif
@@ -1313,6 +1316,9 @@ ApplyPatch net-vhost-fix-total-length-when-packets-are-too-short.patch
#CVE-2014-2580 rhbz 1080084 1080086
ApplyPatch net-xen-netback-disable-rogue-vif-in-kthread-context.patch
+#https://bugs.freedesktop.org/show_bug.cgi?id=76341
+ApplyPatch input-cypress_ps2-Don-t-report-the-cypress-PS-2-trac.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2092,6 +2098,10 @@ fi
# ||----w |
# || ||
%changelog
+* Mon Mar 31 2014 Hans de Goede <hdegoede@redhat.com>
+- Fix clicks getting lost with cypress_ps2 touchpads with recent
+ xorg-x11-drv-synaptics versions (bfdo#76341)
+
* Fri Mar 28 2014 Josh Boyer <jwboyer@fedoraproject.org> - 3.14.0-0.rc8.git1.1
- CVE-2014-2580 xen: netback crash trying to disable due to malformed packet (rhbz 1080084 1080086)
- CVE-2014-0077 vhost-net: insufficent big packet handling in handle_rx (rhbz 1064440 1081504)