[kernel] disable usb autosuspend goo for now

Kyle McMartin kyle at fedoraproject.org
Mon Jan 24 22:47:31 UTC 2011


commit 89a0c6d9b9eaf28c0a7fa1c654ec4ef21a59b0e2
Author: Kyle McMartin <kyle at redhat.com>
Date:   Mon Jan 24 17:47:13 2011 -0500

    disable usb autosuspend goo for now

 kernel.spec |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)
---
diff --git a/kernel.spec b/kernel.spec
index 1cd30ed..f25a461 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 1
+%global baserelease 3
 %global fedora_build %{baserelease}
 
 # base_sublevel is the kernel version we're starting with and patching
@@ -1330,10 +1330,10 @@ ApplyPatch efi_default_physical.patch
 
 # Runtime PM
 ApplyPatch linux-2.6-ehci-check-port-status.patch
-ApplyPatch linux-2.6-usb-pci-autosuspend.patch
+#ApplyPatch linux-2.6-usb-pci-autosuspend.patch
 ### Broken by implicit notify support & ACPICA rebase
 ###ApplyPatch linux-2.6-enable-more-pci-autosuspend.patch
-ApplyPatch runtime_pm_fixups.patch
+#ApplyPatch runtime_pm_fixups.patch
 
 # rhbz#605888
 ApplyPatch dmar-disable-when-ricoh-multifunction.patch
@@ -1953,6 +1953,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Mon Jan 24 2011 Kyle McMartin <kmcmartin at redhat.com> 2.6.38-0.rc2.git1.3
+- Disable usb/pci/acpi autosuspend goo until it can be checked.
+
 * Mon Jan 24 2011 Kyle McMartin <kmcmartin at redhat.com>
 - debug-tty-print-dev-name.patch: drop, haven't seen any warnings recently.
 - runtime_pm_fixups.patch: rebase and re-enable, make acpi_power_transition


More information about the scm-commits mailing list