summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-01-07 07:39:51 -0500
committerJosh Boyer <jwboyer@fedoraproject.org>2014-01-07 07:43:24 -0500
commit30d6f8092ed9d2d614f4b1b46401e43f934c767b (patch)
tree7c3484fb22f45717fa58b03e6898e7095c815d94 /kernel.spec
parent7a3be4ba910b95ab4d2044f66eb2fd92f1e9dff9 (diff)
downloadkernel-30d6f8092ed9d2d614f4b1b46401e43f934c767b.tar.gz
kernel-30d6f8092ed9d2d614f4b1b46401e43f934c767b.tar.xz
kernel-30d6f8092ed9d2d614f4b1b46401e43f934c767b.zip
Add support for Wacom Intuos 5 S devices (rhbz 1046238)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 11 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 4638156c9..7d0af7c52 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -721,6 +721,11 @@ Patch25179: KVM-MMU-handle-invalid-root_hpa-at-__direct_map.patch
#rhbz 1047892
Patch25180: KVM-VMX-fix-use-after-free-of-vmx-loaded_vmcs.patch
+#rhbz 1003167 1046238
+Patch25181: 0001-Input-wacom-make-sure-touch_max-is-set-for-touch-dev.patch
+Patch25182: 0002-Input-wacom-add-support-for-three-new-Intuos-devices.patch
+Patch25183: 0003-Input-wacom-add-reporting-of-SW_MUTE_DEVICE-events.patch
+
# END OF PATCH DEFINITIONS
%endif
@@ -1405,6 +1410,11 @@ ApplyPatch KVM-MMU-handle-invalid-root_hpa-at-__direct_map.patch
#rhbz 1047892
ApplyPatch KVM-VMX-fix-use-after-free-of-vmx-loaded_vmcs.patch
+#rhbz 1003167 1046238
+ApplyPatch 0001-Input-wacom-make-sure-touch_max-is-set-for-touch-dev.patch
+ApplyPatch 0002-Input-wacom-add-support-for-three-new-Intuos-devices.patch
+ApplyPatch 0003-Input-wacom-add-reporting-of-SW_MUTE_DEVICE-events.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2220,6 +2230,7 @@ fi
# || ||
%changelog
* Mon Jan 06 2014 Josh Boyer <jwboyer@fedoraproject.org>
+- Add support for Wacom Intuos 5 S devices (rhbz 1046238)
- Fix use after free crash in KVM (rhbz 1047892)
- Fix oops in KVM with invalid root_hpa (rhbz 924916)