]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
TODO: remove an already implemented entry
authorMike Yuan <me@yhndnzj.com>
Fri, 3 Nov 2023 12:43:18 +0000 (20:43 +0800)
committerMike Yuan <me@yhndnzj.com>
Thu, 16 Nov 2023 09:49:32 +0000 (17:49 +0800)
Follow-up for #23640

TODO

diff --git a/TODO b/TODO
index 4e216a2cf4a8b4940db360506630d53a8876f7fa..6882a1b221580fc632f76816a57c08d3fcf52dea 100644 (file)
--- a/TODO
+++ b/TODO
@@ -1442,21 +1442,6 @@ Features:
 
 * teach parse_timestamp() timezones like the calendar spec already knows it
 
-* 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).
-
 * We should probably replace /etc/rc.d/README with a symlink to doc
   content. After all it is constant vendor data.