summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-29 12:49:13 +0200
committerLennart Poettering <lennart@poettering.net>2019-07-29 12:49:13 +0200
commitc846b23387a36d0e8a0ffb94d8dfcf66e9f3ba81 (patch)
tree84bb07c8182d0ecae6fe538e7fc7045f4d54565d
parenta18a3aacd34643be46ed91f6c3f2971d01bfbc5f (diff)
downloadsystemd-c846b23387a36d0e8a0ffb94d8dfcf66e9f3ba81.tar.gz
update TODO
-rw-r--r--TODO15
1 files changed, 15 insertions, 0 deletions
diff --git a/TODO b/TODO
index af41aa57ac..6d217e523b 100644
--- a/TODO
+++ b/TODO
@@ -19,6 +19,21 @@ Janitorial Clean-ups:
Features:
+* beef up s2h to implement a battery watch loop: instead of entering
+ hibernation unconditionally after coming back from resume make a decision
+ based on the battery load level: if battery level is above a specific
+ threshold, go to suspend again, only hibernate if below it. This means we'd
+ stick to suspend usually, but fall back to hibernation only when battery runs
+ empty (well, subject to our sampling interval). Related to this, check if we
+ can make ACPI _BTP (i.e. /sys/class/power_supply/*/alarm) work for us too,
+ i.e. see if it can wake up machines from suspend, so that we could resume
+ automatically when the system is low on power and move automatically to
+ hibernation mode. (see
+ https://uefi.org/sites/default/files/resources/ACPI%206_2_A_Sept29.pdf
+ section 10.2.2.8 and
+ https://docs.microsoft.com/en-us/windows-hardware/design/device-experiences/modern-standby-wake-sources
+ at the end).
+
* add an explicit "vertical" mode to format-table, so that "systemctl
status"-like outputs (i.e. with a series of field names left and values
right) become genuine first class citizens, and we gain automatic, sane JSON