From bafe291f17e9706637e612a8ebc8d777c6067849 Mon Sep 17 00:00:00 2001 From: Ashay Jaiswal Date: Thu, 5 Jan 2017 19:54:08 +0530 Subject: power_supply: add power supply property to support debug battery Add power supply property to report debug/fake battery status. CRs-Fixed: 1107245 Change-Id: I5590a772604986de8eed1c8417411dac62668440 Signed-off-by: Ashay Jaiswal --- 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 20280ff20e52..de35fe9441fe 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -228,6 +228,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_PE_START, POWER_SUPPLY_PROP_SET_SHIP_MODE, POWER_SUPPLY_PROP_SOC_REPORTING_READY, + POWER_SUPPLY_PROP_DEBUG_BATTERY, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ -- cgit v1.2.3