summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Rivera-Matos <rriveram@opensource.cirrus.com>2022-02-14 18:07:58 -0600
committerSebastian Reichel <sebastian.reichel@collabora.com>2022-02-24 12:09:20 +0100
commit1ff8cc2ca84d695da3fc30a2ead1054e4c99e2fa (patch)
tree67dae4f45b7f71467fd4e5c3bbec1a0f787d1372
parentbe5f08f066f6530c414429335b58b42ca291c484 (diff)
downloadlinux-1ff8cc2ca84d695da3fc30a2ead1054e4c99e2fa.tar.bz2
ABI: testing: sysfs-class-power: Adds "Long Life" entry
Adds a brief desciption of the "Long Life" charge type and adds "Long Life" to the list of valid values. Signed-off-by: Ricardo Rivera-Matos <rriveram@opensource.cirrus.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
-rw-r--r--Documentation/ABI/testing/sysfs-class-power11
1 files changed, 6 insertions, 5 deletions
diff --git a/Documentation/ABI/testing/sysfs-class-power b/Documentation/ABI/testing/sysfs-class-power
index 738dcb0cf180..1a04e729cc77 100644
--- a/Documentation/ABI/testing/sysfs-class-power
+++ b/Documentation/ABI/testing/sysfs-class-power
@@ -380,16 +380,17 @@ Description:
algorithm to adjust the charge rate dynamically, without
any user configuration required. "Custom" means that the charger
uses the charge_control_* properties as configuration for some
- different algorithm. "Bypass" means the charger bypasses the
- charging path around the integrated converter allowing for a
- "smart" wall adaptor to perform the power conversion
- externally.
+ different algorithm. "Long Life" means the charger reduces its
+ charging rate in order to prolong the battery health. "Bypass"
+ means the charger bypasses the charging path around the
+ integrated converter allowing for a "smart" wall adaptor to
+ perform the power conversion externally.
Access: Read, Write
Valid values:
"Unknown", "N/A", "Trickle", "Fast", "Standard",
- "Adaptive", "Custom", "Bypass"
+ "Adaptive", "Custom", "Long Life", "Bypass"
What: /sys/class/power_supply/<supply_name>/charge_term_current
Date: July 2014