diff options
author | Luca Ceresoli <luca@lucaceresoli.net> | 2021-11-08 17:27:05 +0100 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2021-11-16 16:10:07 +0100 |
commit | 77d641baa3c8e18a1056bec6c64c6103c1a17b1e (patch) | |
tree | 574e1021337ba441fa1c771bcc7c17ba403b9fcb /include/linux/power_supply.h | |
parent | f9a09de33b47a8ac9a128fea54a549dddf87c6b4 (diff) | |
download | lwn-77d641baa3c8e18a1056bec6c64c6103c1a17b1e.tar.gz lwn-77d641baa3c8e18a1056bec6c64c6103c1a17b1e.zip |
power: supply: core: add POWER_SUPPLY_HEALTH_NO_BATTERY
Some chargers can keep the system powered from the mains even when no
battery is present. It this case none of the currently defined health
statuses applies. Add a new status to report that no battery is present.
Suggested-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'include/linux/power_supply.h')
-rw-r--r-- | include/linux/power_supply.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 9ca1f120a211..2d1318fe2455 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -66,6 +66,7 @@ enum { POWER_SUPPLY_HEALTH_WARM, POWER_SUPPLY_HEALTH_COOL, POWER_SUPPLY_HEALTH_HOT, + POWER_SUPPLY_HEALTH_NO_BATTERY, }; enum { |