summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-09-23 11:16:03 -0400
committerKyle McMartin <kyle@dreadnought.i.jkkm.org>2010-09-23 11:16:03 -0400
commit6406b98a0e3692eba8739976e7143363c5cc394c (patch)
treebea0dcae896f07aad161397ec2f8d62d1a521419 /kernel.spec
parent5c8b9db40cf6638816fdd24702d7148fc110c2ac (diff)
downloadkernel-6406b98a0e3692eba8739976e7143363c5cc394c.tar.gz
kernel-6406b98a0e3692eba8739976e7143363c5cc394c.tar.xz
kernel-6406b98a0e3692eba8739976e7143363c5cc394c.zip
Snipe ACPI patch from mjg59 to fix battery levels on some laptops
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec7
1 files changed, 6 insertions, 1 deletions
diff --git a/kernel.spec b/kernel.spec
index 5b606d5ba..38c505ecc 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -51,7 +51,7 @@ Summary: The Linux kernel
# For non-released -rc kernels, this will be prepended with "0.", so
# for example a 3 here will become 0.3
#
-%global baserelease 24
+%global baserelease 25
%global fedora_build %{baserelease}
# base_sublevel is the kernel version we're starting with and patching
@@ -625,6 +625,7 @@ Patch390: linux-2.6-defaults-acpi-video.patch
Patch391: linux-2.6-acpi-video-dos.patch
Patch393: acpi-ec-add-delay-before-write.patch
Patch394: linux-2.6-acpi-debug-infinite-loop.patch
+Patch395: acpi-update-battery-information-on-notification-0x81.patch
Patch450: linux-2.6-input-kill-stupid-messages.patch
Patch452: linux-2.6.30-no-pcspkr-modalias.patch
@@ -1185,6 +1186,7 @@ ApplyPatch linux-2.6-defaults-acpi-video.patch
ApplyPatch linux-2.6-acpi-video-dos.patch
ApplyPatch acpi-ec-add-delay-before-write.patch
ApplyPatch linux-2.6-acpi-debug-infinite-loop.patch
+ApplyPatch acpi-update-battery-information-on-notification-0x81.patch
# Various low-impact patches to aid debugging.
ApplyPatch linux-2.6-debug-sizeof-structs.patch
@@ -1920,6 +1922,9 @@ fi
# || ||
%changelog
+* Thu Sep 23 2010 Kyle McMartin <kyle@redhat.com> 2.6.36-0.25.rc5
+- Snipe ACPI patch from mjg59 to fix battery levels on some laptops.
+
* Tue Sep 21 2010 Kyle McMartin <kyle@redhat.com>
- Add new btusb ids for MacBookPro from wwoods@.