From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262060AbVGFDF6 (ORCPT ); Tue, 5 Jul 2005 23:05:58 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262067AbVGFDEZ (ORCPT ); Tue, 5 Jul 2005 23:04:25 -0400 Received: from b3162.static.pacific.net.au ([203.143.238.98]:7065 "EHLO cunningham.myip.net.au") by vger.kernel.org with ESMTP id S262060AbVGFCT0 convert rfc822-to-8bit (ORCPT ); Tue, 5 Jul 2005 22:19:26 -0400 Subject: [PATCH] [21/48] Suspend2 2.1.9.8 for 2.6.12: 550-documentation.patch In-Reply-To: <11206164393426@foobar.com> X-Mailer: gregkh_patchbomb Date: Wed, 6 Jul 2005 12:20:41 +1000 Message-Id: <11206164411280@foobar.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Reply-To: Nigel Cunningham To: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7BIT From: Nigel Cunningham Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org diff -ruNp 560-Kconfig-and-Makefile-for-suspend2.patch-old/kernel/power/Kconfig 560-Kconfig-and-Makefile-for-suspend2.patch-new/kernel/power/Kconfig --- 560-Kconfig-and-Makefile-for-suspend2.patch-old/kernel/power/Kconfig 2005-02-03 22:33:50.000000000 +1100 +++ 560-Kconfig-and-Makefile-for-suspend2.patch-new/kernel/power/Kconfig 2005-07-04 23:14:19.000000000 +1000 @@ -1,5 +1,6 @@ config PM bool "Power Management support" + select SYSFS ---help--- "Power Management" means that parts of your computer are shut off or put into a power conserving "sleep" mode if they are not @@ -30,6 +31,8 @@ config SOFTWARE_SUSPEND bool "Software Suspend (EXPERIMENTAL)" depends on EXPERIMENTAL && PM && SWAP ---help--- + Pavel's original version. + Enable the possibility of suspending the machine. It doesn't need APM. You may suspend your machine by 'swsusp' or 'shutdown -z