lkml.org 
[lkml]   [2004]   [Oct]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[Announce]: Software Suspend 2.1-rc1 for 2.6.8.1 and 2.6.9-rc3.
From
Date
Hi all.

Software suspend 2.1-rc1 for the above kernels has been uploaded to
http://softwaresuspend.berlios.de.

Changes since 2.0.0.109 are pretty minimal, amounting almost exclusively
to compile fixes. There is no new functionality, but some refrigerator
calls have been fixed (hvc console and pdflush in particular).

Since the announcement on the suspend-devel list, one minor issue has
been found which applies to the 2.6.8.1 version only. And additional
patch (which can be applied after the others or popped into the patch
directory before applying) is attached.

Regards,

Nigel
diff -ruN 999-old/kernel/power/suspend.c 999-new/kernel/power/suspend.c
--- 999-old/kernel/power/suspend.c 2004-09-28 08:21:43.000000000 +1000
+++ 999-new/kernel/power/suspend.c 2004-09-28 08:21:33.000000000 +1000
@@ -325,10 +325,11 @@

/* Now check for graphics class devices, so we can keep the display on while suspending */
class = class_find("graphics");
- if (class)
+ if (class) {
list_for_each_entry(class_dev, &class->children, node)
device_switch_trees(class_dev->dev, suspend_device_tree);
- class_put(class);
+ class_put(class);
+ }
return 0;
}
\
 
 \ /
  Last update: 2005-03-22 14:06    [W:0.040 / U:0.056 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site