summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-09-07 09:22:59 -0500
committerVictor Lowther <victor.lowther@gmail.com>2008-09-07 09:22:59 -0500
commit6ab65e737b0d70c97cabb4cd795909115cbd7591 (patch)
treea9227c433c22b25830b3c574d338e61f10492f03 /TODO
parent9dc773bafb1354cb4ffbc31dc364817aca57ca41 (diff)
We handle hook failure and suspend_hybrid correctly now.
Delete those sections from the TODO
Diffstat (limited to 'TODO')
-rw-r--r--TODO11
1 files changed, 0 insertions, 11 deletions
diff --git a/TODO b/TODO
index 318bcaf..30cf665 100644
--- a/TODO
+++ b/TODO
@@ -1,14 +1,3 @@
-* pm-utils has no provision for halting the suspend/resume process if
- a hook fails. Adding naive support for this is easy, getting it
- right is less so.
-
-* suspend-hybrid handling is less than optimal. The current code
- assumes it is always resuming from suspend. While this is probably
- the common case, we need to take into account that we will also
- sometimes be returning from hibernate and run the hooks
- accordingly. Otherwise, suspend-hybrid and video quirk handling are
- going to interact very badly some of the time.
-
* There are no provisions for configuring the tuxonice backend.
Tuxonice has lots of things that can be tuned, but doing so would
end up duplicating alot of the tuxonice project's hibernate script.