diff options
| author | Vamshi Krishna B V <vbv@codeaurora.org> | 2018-05-07 20:10:33 +0530 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2019-02-10 20:33:56 -0800 |
| commit | b2fa9a07421274395a7477d1c159b051cf81d830 (patch) | |
| tree | a9ad19deeef0b86e15bb7515f84d81f00821c90a /include/linux | |
| parent | 22cbaeeb0ebb5c6e7039d8298f52120b71b0a837 (diff) | |
power: supply: Add battery info, jeita detection support
Add battery info, jeita detection and negative isense
properties to the power supply framework.
Crs-Fixed: 2246295
Change-Id: I7c8a107903160ef482f4b23c351f3c02892c6e7e
Signed-off-by: Vamshi Krishna B V <vbv@codeaurora.org>
Signed-off-by: Shilpa Suresh <sbsure@codeaurora.org>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/power_supply.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 6828063842df..23c1e473f34b 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -261,6 +261,10 @@ enum power_supply_property { POWER_SUPPLY_PROP_PD_VOLTAGE_MIN, POWER_SUPPLY_PROP_SDP_CURRENT_MAX, POWER_SUPPLY_PROP_FCC_STEPPER_ENABLE, + POWER_SUPPLY_PROP_IGNORE_FALSE_NEGATIVE_ISENSE, + POWER_SUPPLY_PROP_BATTERY_INFO, + POWER_SUPPLY_PROP_BATTERY_INFO_ID, + POWER_SUPPLY_PROP_ENABLE_JEITA_DETECTION, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ |
