summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@redhat.com>2012-02-28 15:42:00 -0500
committerJosh Boyer <jwboyer@redhat.com>2012-02-28 15:47:00 -0500
commit5f05fc562a5c2bb431ccb31e5fc9de87007d78a4 (patch)
tree327b3addf4f02bf46007ce75dcfbdb6a433f5c11 /kernel.spec
parent18bb3c2c935e1af5ed27b66077bd9f9a2ce7d73d (diff)
downloadkernel-5f05fc562a5c2bb431ccb31e5fc9de87007d78a4.tar.gz
kernel-5f05fc562a5c2bb431ccb31e5fc9de87007d78a4.tar.xz
kernel-5f05fc562a5c2bb431ccb31e5fc9de87007d78a4.zip
Add patch to enable keyboard backlight on Sony laptops (rhbz 728478)
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 5523852be..1f801f019 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -54,7 +54,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
@@ -777,6 +777,9 @@ Patch21300: ACPICA-Fix-regression-in-FADT-revision-checks.patch
#rhbz 798296
Patch21301: cifs-fix-dentry-refcount-leak-when-opening-a-FIFO.patch
+#rhbz 728478
+Patch21302: sony-laptop-Enable-keyboard-backlight-by-default.patch
+
# compat-wireless patches
Patch50000: compat-wireless-config-fixups.patch
Patch50001: compat-wireless-pr_fmt-warning-avoidance.patch
@@ -1499,6 +1502,9 @@ ApplyPatch ACPICA-Fix-regression-in-FADT-revision-checks.patch
#rhbz 798296
ApplyPatch cifs-fix-dentry-refcount-leak-when-opening-a-FIFO.patch
+#rhbz 728478
+ApplyPatch sony-laptop-Enable-keyboard-backlight-by-default.patch
+
# END OF PATCH APPLICATIONS
%endif
@@ -2370,6 +2376,9 @@ fi
# ||----w |
# || ||
%changelog
+* Tue Feb 28 2012 Josh Boyer <jwboyer@redhat.com>
+- Add patch to enable keyboard backlight on Sony laptops (rhbz 728478)
+
* Tue Feb 28 2012 Dave Jones <davej@redhat.com>
- Disable CONFIG_USB_DEVICEFS (Deprecated).