diff options
| author | 2020-05-13 20:55:59 +0200 | |
|---|---|---|
| committer | 2020-05-28 19:25:31 +0200 | |
| commit | feabe49e46bb556b8d43e28d4a0d459940f7a5cb (patch) | |
| tree | 5f0045eade8ba28b7fc3d47d93faa900915425ea /include/linux/power_supply.h | |
| parent | power: supply: core: add capacity error margin property (diff) | |
| download | linux-dev-feabe49e46bb556b8d43e28d4a0d459940f7a5cb.tar.xz linux-dev-feabe49e46bb556b8d43e28d4a0d459940f7a5cb.zip | |
power: supply: core: add manufacture date properties
Some smart batteries store their manufacture date, which is
useful to identify the battery and/or to know about the cell
quality.
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 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 453a85f25635..63ffe2a0a87b 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -159,6 +159,9 @@ enum power_supply_property { POWER_SUPPLY_PROP_PRECHARGE_CURRENT, POWER_SUPPLY_PROP_CHARGE_TERM_CURRENT, POWER_SUPPLY_PROP_CALIBRATE, + POWER_SUPPLY_PROP_MANUFACTURE_YEAR, + POWER_SUPPLY_PROP_MANUFACTURE_MONTH, + POWER_SUPPLY_PROP_MANUFACTURE_DAY, /* Properties of type `const char *' */ POWER_SUPPLY_PROP_MODEL_NAME, POWER_SUPPLY_PROP_MANUFACTURER, |
