summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorHarry Yang <harryy@codeaurora.org>2017-02-07 16:53:28 -0800
committerHarry Yang <harryy@codeaurora.org>2017-02-10 15:31:19 -0800
commit5e55ca1847b0d05b23b5c5462c0e61dc29f76058 (patch)
tree2ce2baf1bf44d59e99cb86228a0dea8d065678ae /include/linux
parentd6e0cf48db2665f00dd6a80dd14765f90ce976ba (diff)
power_supply: Add CURRENT_QNOVO and VOLTAGE_QNOVO properties
CURRENT_QNOVO - force fast charge current value VOLTAGE_QNOVO - force float voltage value CRs-Fixed: 2004173 Change-Id: I7569052fd2cb6d1ce9a3a8e69e79b950a6c62d57 Signed-off-by: Harry Yang <harryy@codeaurora.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/power_supply.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 41568e45c024..b9b4c7b8fe06 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -215,6 +215,8 @@ enum power_supply_property {
POWER_SUPPLY_PROP_DP_DM,
POWER_SUPPLY_PROP_INPUT_CURRENT_LIMITED,
POWER_SUPPLY_PROP_INPUT_CURRENT_NOW,
+ POWER_SUPPLY_PROP_CURRENT_QNOVO,
+ POWER_SUPPLY_PROP_VOLTAGE_QNOVO,
POWER_SUPPLY_PROP_RERUN_AICL,
POWER_SUPPLY_PROP_CYCLE_COUNT_ID,
POWER_SUPPLY_PROP_SAFETY_TIMER_EXPIRED,