Author: maks Date: Thu Aug 23 12:09:10 2007 New Revision: 9365 Log: disable USB_SUSPEND on various requests
Modified: dists/trunk/linux-2.6/debian/changelog dists/trunk/linux-2.6/debian/config/amd64/config dists/trunk/linux-2.6/debian/config/i386/config dists/trunk/linux-2.6/debian/config/powerpc/config Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Thu Aug 23 12:09:10 2007 @@ -19,9 +19,10 @@ * [amd64, i386] Enable VIDEO_OUTPUT_CONTROL, THINKPAD_ACPI_INPUT_ENABLED. * linux-image bugscript add cmdline. * [amd64, i386, ia64]: Enable DMIID. - * Enable TCG_TPM various userspace accesses it. (closes: 439020) + * Enable TCG_TPM various userspace accesses it. (closes: #439020) + * Disable USB_SUSPEND due to various breakage. (closes: #435257, #419197) - -- maximilian attems <[EMAIL PROTECTED]> Thu, 23 Aug 2007 14:00:52 +0200 + -- maximilian attems <[EMAIL PROTECTED]> Thu, 23 Aug 2007 14:05:14 +0200 linux-2.6 (2.6.22-2) UNRELEASED; urgency=low Modified: dists/trunk/linux-2.6/debian/config/amd64/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/amd64/config (original) +++ dists/trunk/linux-2.6/debian/config/amd64/config Thu Aug 23 12:09:10 2007 @@ -1269,7 +1269,7 @@ CONFIG_SBC8360_WDT=m CONFIG_W83977F_WDT=m CONFIG_I6300ESB_WDT=m -CONFIG_USB_SUSPEND=y +# CONFIG_USB_SUSPEND is not set CONFIG_SPLIT_PTLOCK_CPUS=4 CONFIG_PM_LEGACY=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y Modified: dists/trunk/linux-2.6/debian/config/i386/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/i386/config (original) +++ dists/trunk/linux-2.6/debian/config/i386/config Thu Aug 23 12:09:10 2007 @@ -1288,7 +1288,7 @@ # CONFIG_USB_DEBUG is not set CONFIG_USB_DEVICEFS=y # CONFIG_USB_DYNAMIC_MINORS is not set -CONFIG_USB_SUSPEND=y +# CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set CONFIG_USB_EHCI_HCD=m CONFIG_USB_EHCI_SPLIT_ISO=y Modified: dists/trunk/linux-2.6/debian/config/powerpc/config ============================================================================== --- dists/trunk/linux-2.6/debian/config/powerpc/config (original) +++ dists/trunk/linux-2.6/debian/config/powerpc/config Thu Aug 23 12:09:10 2007 @@ -821,7 +821,7 @@ # CONFIG_USB_DEBUG is not set CONFIG_USB_DEVICEFS=y CONFIG_USB_DYNAMIC_MINORS=y -CONFIG_USB_SUSPEND=y +# CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG is not set CONFIG_USB_EHCI_HCD=m CONFIG_USB_EHCI_SPLIT_ISO=y _______________________________________________ Kernel-svn-changes mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/kernel-svn-changes

