emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#50565: closed ([PATCH] services: tlp: added start-charge-thresh-bat0


From: GNU bug Tracking System
Subject: bug#50565: closed ([PATCH] services: tlp: added start-charge-thresh-bat0 & co. to the config)
Date: Wed, 02 Feb 2022 09:46:01 +0000

Your message dated Wed, 02 Feb 2022 10:43:18 +0100
with message-id <87ee4l7gaw.fsf@elephly.net>
and subject line [PATCH] services: tlp: added start-charge-thresh-bat0 & co. to 
the config
has caused the debbugs.gnu.org bug report #50565,
regarding [PATCH] services: tlp: added start-charge-thresh-bat0 & co. to the 
config
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
50565: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=50565
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] services: tlp: added start-charge-thresh-bat0 & co. to the config Date: Mon, 13 Sep 2021 13:00:30 +0200
---
 gnu/services/pm.scm | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/gnu/services/pm.scm b/gnu/services/pm.scm
index 256c6a7fa7..bf3d8004c7 100644
--- a/gnu/services/pm.scm
+++ b/gnu/services/pm.scm
@@ -253,6 +253,22 @@ default, performance, powersave.")
    (string "powersave")
    "Same as @code{pcie-aspm-ac} but on BAT mode.")
 
+  (start-charge-thresh-bat0
+   (maybe-non-negative-integer 'disabled)
+   "Percentage when battery 0 should begin charging.")
+
+  (stop-charge-thresh-bat0
+   (maybe-non-negative-integer 'disabled)
+   "Percentage when battery 0 should stop charging.")
+
+  (start-charge-thresh-bat1
+   (maybe-non-negative-integer 'disabled)
+   "Percentage when battery 1 should begin charging.")
+
+  (stop-charge-thresh-bat1
+   (maybe-non-negative-integer 'disabled)
+   "Percentage when battery 1 should stop charging.")
+
   (radeon-power-profile-on-ac
    (string "high")
    "Radeon graphics clock speed level.  Alternatives are
-- 
2.33.0




--- End Message ---
--- Begin Message --- Subject: [PATCH] services: tlp: added start-charge-thresh-bat0 & co. to the config Date: Wed, 02 Feb 2022 10:43:18 +0100 User-agent: mu4e 1.6.10; emacs 27.2
I’ve pushed this after very minor changes (double spacing in the
documentation, and present tense in the commit message).

Thank you!

-- 
Ricardo


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]