From 98ba41aad8f066ab744601237cbac0de6c1e1722 Mon Sep 17 00:00:00 2001 From: maximilian attems Date: Thu, 3 Nov 2005 11:39:35 +0000 Subject: [PATCH] set CONFIG_USB_SUSPEND on i386 as on ppc. svn path=/dists/trunk/linux-2.6/; revision=4717 --- debian/arch/i386/config | 2 +- debian/changelog | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/arch/i386/config b/debian/arch/i386/config index cab70f2fd..4808d3412 100644 --- a/debian/arch/i386/config +++ b/debian/arch/i386/config @@ -1637,7 +1637,7 @@ CONFIG_USB=m CONFIG_USB_DEVICEFS=y CONFIG_USB_BANDWIDTH=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 diff --git a/debian/changelog b/debian/changelog index 321909238..bd954288b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,8 +9,9 @@ linux-2.6 (2.6.14-3) UNRELEASED; urgency=low [ maximilian attems ] * Reenable CONFIG_SOFTWARE_SUSPEND on i386 and ppc, resume=/dev/ must be set by boot loader. (Closes: #267600) + * Set CONFIG_USB_SUSPEND on i386. Usefull for suspend to ram and apm suspend. - -- maximilian attems Thu, 3 Nov 2005 12:06:29 +0100 + -- maximilian attems Thu, 3 Nov 2005 12:37:31 +0100 linux-2.6 (2.6.14-2) unstable; urgency=low