From e8ec8823d34b893c38bb2670694241879f41771c Mon Sep 17 00:00:00 2001 From: Harry Yang Date: Sat, 25 Feb 2017 21:25:51 -0800 Subject: power_supply: add CHARGE_QNOVO_ENABLE property Add the property to enable qnovo algorithm for charging. Change-Id: I110f386d5cf86a4718e7d55af3068fd357dca8e9 Signed-off-by: Harry Yang --- include/linux/power_supply.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux') diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h index 1effc355d7d0..864f7f6a0d01 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -217,6 +217,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_DP_DM, POWER_SUPPLY_PROP_INPUT_CURRENT_LIMITED, POWER_SUPPLY_PROP_INPUT_CURRENT_NOW, + POWER_SUPPLY_PROP_CHARGE_QNOVO_ENABLE, POWER_SUPPLY_PROP_CURRENT_QNOVO, POWER_SUPPLY_PROP_VOLTAGE_QNOVO, POWER_SUPPLY_PROP_RERUN_AICL, -- cgit v1.2.3