summaryrefslogtreecommitdiff
path: root/TODO
blob: a5eed932e7411ca4ed0704d98407f5ff47c71d1b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* 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.
  We should talk to their maintainers about merging common
  functionality.

* If a hook needs to handle parameters passed from the command line,
  it has to do that on its own.  A simple parameter-parsing engine
  might come in handy.

* pm-utils to become the default low-level userspace power management handling
  infrastructure for the majority of Linux (and mabye other
  unixalikes) distributions.  The core pm-utils infrastructure is
  already fairly distro-agnostic, leveraging it to be os-agnostic
  should also be possible.  We should get it to the point that any
  program that needs something to happen when running a power
  management task uses our functionality instead of rewriting their own.

* The man pages should be improved to document new configuration variables,
  contain examples how to write hooks etc.