From 774576ede985ff299eb8f4ec9a4fba3919109757 Mon Sep 17 00:00:00 2001 From: Josh Boyer Date: Tue, 26 Mar 2013 07:47:37 -0400 Subject: Add quirk for MSI keyboard backlight to avoid 10 sec boot delay (rhbz 907221) --- kernel.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'kernel.spec') 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 +- Add quirk for MSI keyboard backlight to avoid 10 sec boot delay (rhbz 907221) + * Mon Mar 25 2013 Justin M. Forbes - disable whci-hcd since it doesnt seem to have users (rhbz 919289) -- cgit