summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2014-03-07 07:45:51 -0500
committerJosh Boyer <jwboyer@redhat.com>2014-03-07 07:45:54 -0500
commit9009e1772442ff2b5a2fea7a63d12214262fe42c (patch)
treecc8b0fae7ed945bb0bea6be0419a300e75c8d7fe /kernel.spec
parent5a77287012c36ca39549f2f745d6c3a2e2879ffa (diff)
downloadkernel-9009e1772442ff2b5a2fea7a63d12214262fe42c.tar.gz
kernel-9009e1772442ff2b5a2fea7a63d12214262fe42c.tar.xz
kernel-9009e1772442ff2b5a2fea7a63d12214262fe42c.zip
Fix stale EC events on Samsung systems (rhbz 1003602)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 86102a6c8..d2443387a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -652,6 +652,9 @@ Patch25035: Bluetooth-allocate-static-minor-for-vhci.patch
#Fixes module loading on ppc64le
Patch25036: ppc64le_module_fix.patch
+#rhbz 1003602
+Patch25037: ACPI-EC-Clear-stale-EC-events-on-Samsung-systems.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1311,6 +1314,9 @@ ApplyPatch Bluetooth-allocate-static-minor-for-vhci.patch
# Fixes module loading on ppc64le
ApplyPatch ppc64le_module_fix.patch
+#rhbz 1003602
+ApplyPatch ACPI-EC-Clear-stale-EC-events-on-Samsung-systems.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2091,6 +2097,7 @@ fi
# || ||
%changelog
* Thu Mar 06 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- Fix stale EC events on Samsung systems (rhbz 1003602)
- Add ppc64le support from Brent Baude (rhbz 1073102)
- Fix depmod error message from hci_vhci module (rhbz 1051748)
- Fix bogus WARN in iwlwifi (rhbz 1071998)