summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-10-20 16:10:47 -0400
committerMatthew Garrett <mjg@redhat.com>2010-10-20 16:10:47 -0400
commit2df449634d53cf2ca8de6ae39a201ec3ec9f0d83 (patch)
treeb0278b278c60619bb3994c0b36f8ba867497584d /kernel.spec
parentc3cd66f5e39f8244e50baf1a2c52c1447be357c9 (diff)
downloadkernel-2df449634d53cf2ca8de6ae39a201ec3ec9f0d83.tar.gz
kernel-2df449634d53cf2ca8de6ae39a201ec3ec9f0d83.tar.xz
kernel-2df449634d53cf2ca8de6ae39a201ec3ec9f0d83.zip
- runtime_pm_fixups.patch: should fix this on Thinkpads
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec16
1 files changed, 10 insertions, 6 deletions
diff --git a/kernel.spec b/kernel.spec
index 75587c548..9989ea0b5 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -715,6 +715,7 @@ Patch12201: linux-2.6-uvc-autosuspend.patch
Patch12202: linux-2.6-qcserial-autosuspend.patch
Patch12203: linux-2.6-usb-pci-autosuspend.patch
Patch12204: linux-2.6-enable-more-pci-autosuspend.patch
+Patch12205: runtime_pm_fixups.patch
Patch12225: pci-crs-fixes.patch
@@ -1322,12 +1323,12 @@ ApplyPatch wacom-08-add-support-for-bamboo-pen.patch
ApplyPatch wacom-09-disable-bamboo-touchpad-when-pen-is-being-used.patch
# Runtime PM
-# (there's still dragons here, disabled for now... --kyle)
-#ApplyPatch linux-2.6-bluetooth-autosuspend.patch
-#ApplyPatch linux-2.6-uvc-autosuspend.patch
-#ApplyPatch linux-2.6-qcserial-autosuspend.patch
-#ApplyPatch linux-2.6-usb-pci-autosuspend.patch
-#ApplyPatch linux-2.6-enable-more-pci-autosuspend.patch
+ApplyPatch linux-2.6-bluetooth-autosuspend.patch
+ApplyPatch linux-2.6-uvc-autosuspend.patch
+ApplyPatch linux-2.6-qcserial-autosuspend.patch
+ApplyPatch linux-2.6-usb-pci-autosuspend.patch
+ApplyPatch linux-2.6-enable-more-pci-autosuspend.patch
+ApplyPatch runtime_pm_fixups.patch
# PCI patches to fix problems with _CRS
# ( from linux-pci list )
@@ -1951,6 +1952,9 @@ fi
# || ||
%changelog
+* Wed Oct 20 2010 Matthew Garrett <mjg@redhat.com> 2.6.36-0.42.rc8.git5
+- runtime_pm_fixups.patch: should fix this on Thinkpads
+
* Tue Oct 19 2010 Chuck Ebbert <cebbert@redhat.com> 2.6.36-0.41.rc8.git5
- Linux 2.6.36-rc8-git5
- Update PCI _CRS fixes