summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2013-03-26 07:47:37 -0400
committerJosh Boyer <jwboyer@redhat.com>2013-03-26 08:15:02 -0400
commit774576ede985ff299eb8f4ec9a4fba3919109757 (patch)
tree47f5f0e3f5b6d90e462d1c025a522a53d33a880d /kernel.spec
parent4a5e3ac28506f29b6297b9ab76414e355285a8cc (diff)
downloadkernel-774576ede985ff299eb8f4ec9a4fba3919109757.tar.gz
kernel-774576ede985ff299eb8f4ec9a4fba3919109757.tar.xz
kernel-774576ede985ff299eb8f4ec9a4fba3919109757.zip
Add quirk for MSI keyboard backlight to avoid 10 sec boot delay (rhbz 907221)
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec11
1 files changed, 10 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 81fac0124..fbb9bc83a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -62,7 +62,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be appended after the rcX and
# gitX tags, so a 3 here would become part of release "0.rcX.gitX.3"
#
-%global baserelease 1
+%global baserelease 2
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -744,6 +744,9 @@ Patch21276: mac80211-Dont-restart-sta-timer-if-not-running.patch
#rhbz 859282
Patch21275: VMX-x86-handle-host-TSC-calibration-failure.patch
+#rhbz 907221
+Patch21277: HID-usbhid-quirk-for-MSI-GX680R-led-panel.patch
+
Patch22000: weird-root-dentry-name-debug.patch
#selinux ptrace child permissions
@@ -1448,6 +1451,9 @@ ApplyPatch VMX-x86-handle-host-TSC-calibration-failure.patch
#rhbz 920218
ApplyPatch mac80211-Dont-restart-sta-timer-if-not-running.patch
+#rhbz 907221
+ApplyPatch HID-usbhid-quirk-for-MSI-GX680R-led-panel.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2289,6 +2295,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Mar 26 2013 Josh Boyer <jwboyer@redhat.com>
+- Add quirk for MSI keyboard backlight to avoid 10 sec boot delay (rhbz 907221)
+
* Mon Mar 25 2013 Justin M. Forbes <jforbes@redhat.com>
- disable whci-hcd since it doesnt seem to have users (rhbz 919289)