Author: maks Date: Fri Aug 31 10:05:29 2007 New Revision: 9428 Log: i386: reenable CONFIG_USB_SUSPEND
due to powersaving, can be disabled on runtime for b0rked boxes. Modified: dists/trunk/linux-2.6/debian/changelog dists/trunk/linux-2.6/debian/config/i386/config Modified: dists/trunk/linux-2.6/debian/changelog ============================================================================== --- dists/trunk/linux-2.6/debian/changelog (original) +++ dists/trunk/linux-2.6/debian/changelog Fri Aug 31 10:05:29 2007 @@ -21,14 +21,12 @@ * linux-image bugscript add cmdline. * [amd64, i386, ia64]: Enable DMIID. * Enable TCG_TPM various userspace accesses it. (closes: #439020) - * [i386] Disable USB_SUSPEND due to various breakage. - (closes: #435257, #419197) [ Martin Michlmayr ] * [mips] Add a bcm1480 PCI build fix. * [mips] Add a bcm1480 serial build fix. - -- maximilian attems <[EMAIL PROTECTED]> Fri, 31 Aug 2007 11:59:29 +0200 + -- maximilian attems <[EMAIL PROTECTED]> Fri, 31 Aug 2007 12:04:28 +0200 linux-2.6 (2.6.22-2) UNRELEASED; urgency=low 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 Fri Aug 31 10:05:29 2007 @@ -1287,7 +1287,7 @@ # CONFIG_USB_DEBUG is not set CONFIG_USB_DEVICEFS=y # CONFIG_USB_DYNAMIC_MINORS is not set -# CONFIG_USB_SUSPEND is not set +CONFIG_USB_SUSPEND=y # 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

