summaryrefslogtreecommitdiffstats
path: root/kernel.spec
diff options
context:
space:
mode:
authorMatthew Garrett <mjg@redhat.com>2010-09-17 13:47:45 -0400
committerMatthew Garrett <mjg@redhat.com>2010-09-17 13:47:45 -0400
commit2b89a044b6b733b9e7b32ebc3fe3933650fcd63f (patch)
tree6e653ce5e40ce136ff906231deaf71d483965fb9 /kernel.spec
parent606af2d7c2a1f391d8d7f6850bd6685a2a887965 (diff)
downloadkernel-2b89a044b6b733b9e7b32ebc3fe3933650fcd63f.tar.gz
kernel-2b89a044b6b733b9e7b32ebc3fe3933650fcd63f.tar.xz
kernel-2b89a044b6b733b9e7b32ebc3fe3933650fcd63f.zip
Add more USB runtime power management
Diffstat (limited to 'kernel.spec')
-rw-r--r--kernel.spec19
1 files changed, 19 insertions, 0 deletions
diff --git a/kernel.spec b/kernel.spec
index 2b49341ce..214d1d9e2 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -710,6 +710,12 @@ Patch12130: wacom-07-move-bamboo-touch-irq-to-its-own-function.patch
Patch12035: wacom-08-add-support-for-bamboo-pen.patch
Patch12040: wacom-09-disable-bamboo-touchpad-when-pen-is-being-used.patch
+# Runtime power management
+Patch12200: linux-2.6-bluetooth-autosuspend.patch
+Patch12201: linux-2.6-uvc-autosuspend.patch
+Patch12202: linux-2.6-qcserial-autosuspend.patch
+Patch12203: linux-2.6-usb-pci-autosuspend.patch
+
%endif
BuildRoot: %{_tmppath}/kernel-%{KVERREL}-root
@@ -1299,6 +1305,12 @@ ApplyPatch wacom-07-move-bamboo-touch-irq-to-its-own-function.patch
ApplyPatch wacom-08-add-support-for-bamboo-pen.patch
ApplyPatch wacom-09-disable-bamboo-touchpad-when-pen-is-being-used.patch
+# Runtime PM
+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
+
# END OF PATCH APPLICATIONS
%endif
@@ -1906,6 +1918,13 @@ fi
# || ||
%changelog
+* Fri Sep 17 2010 Matthew Garrett <mjg@redhat.com>
+- linux-2.6-bluetooth-autosuspend.patch
+ linux-2.6-uvc-autosuspend.patch
+ linux-2.6-qcserial-autosuspend.patch
+ linux-2.6-usb-pci-autosuspend.patch - Get some more devices into USB
+ autosuspend by default, and then put unused USB controllers to sleep
+
* Thu Sep 16 2010 Hans de Goede <hdegoede@redhat.com>
- Small fix to virtio_console poll fix from upstream review