summaryrefslogtreecommitdiff
path: root/pm
diff options
context:
space:
mode:
authorVictor Lowther <victor.lowther@gmail.com>2008-02-08 19:44:58 -0600
committerVictor Lowther <victor.lowther@gmail.com>2008-02-08 19:44:58 -0600
commit6cbca38eb26a5b1a356abe3e0da106e0124f213d (patch)
tree1c0738b062d82261752244678b740042fdb5ed29 /pm
parent4084624c55b70acb69d93ffb553d0792fb495705 (diff)
add TODO about a needing a configuration mechanism for tuxonice
(and, by extension, the rest of the sleep modules)
Diffstat (limited to 'pm')
-rw-r--r--pm/module.d/tuxonice4
1 files changed, 3 insertions, 1 deletions
diff --git a/pm/module.d/tuxonice b/pm/module.d/tuxonice
index 6a5dbe8..fb3a999 100644
--- a/pm/module.d/tuxonice
+++ b/pm/module.d/tuxonice
@@ -1,5 +1,7 @@
export TUXONICE_LOC
-
+#TODO tuxonice supports all sorts of knobs to twiddle.
+# Since this is just a skeleton, it does not provide
+# a mechanism for twiddling those knobs.
# more locations might be nice
for loc in "/sys/power/tuxonice" "/sys/power/suspend2"; do
[ -d "${loc}" ] && { TUXONICE_LOC="${loc}"; break; }