From ad14727ee33395efcfe37c1736b80d11c414368d Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Fri, 31 Aug 2007 10:05:29 +0000 Subject: [PATCH] i386: reenable CONFIG_USB_SUSPEND due to powersaving, can be disabled on runtime for b0rked boxes. svn path=/dists/trunk/linux-2.6/; revision=9428 --- debian/changelog | 4 +--- debian/config/i386/config | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index c098f1168..38b40cc46 100644 --- a/debian/changelog +++ b/debian/changelog @@ -21,14 +21,12 @@ linux-2.6 (2.6.23~rc4-1~experimental.1) UNRELEASED; urgency=low * 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 Fri, 31 Aug 2007 11:59:29 +0200 + -- maximilian attems Fri, 31 Aug 2007 12:04:28 +0200 linux-2.6 (2.6.22-2) UNRELEASED; urgency=low diff --git a/debian/config/i386/config b/debian/config/i386/config index 369536e4a..8900e43d6 100644 --- a/debian/config/i386/config +++ b/debian/config/i386/config @@ -1287,7 +1287,7 @@ CONFIG_USB=m # 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