From e91e2202ec0b63f9e272ce2e075f58cfd90d7082 Mon Sep 17 00:00:00 2001 From: Abhijeet Dharmapurikar Date: Wed, 24 May 2017 17:11:24 -0700 Subject: power_supply: introduce PR_SWAP property Introduce POWER_SUPPLY_PROP_PR_SWAP to notify if the device is in power role swap. Change-Id: I8d0cb3a71ec1a646b7ec37405e66cb00ddc40e0d Signed-off-by: Abhijeet Dharmapurikar --- 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 aa8edf9928eb..5cc13e9fbd8f 100644 --- a/include/linux/power_supply.h +++ b/include/linux/power_supply.h @@ -248,6 +248,7 @@ enum power_supply_property { POWER_SUPPLY_PROP_CTM_CURRENT_MAX, POWER_SUPPLY_PROP_HW_CURRENT_MAX, POWER_SUPPLY_PROP_REAL_TYPE, + POWER_SUPPLY_PROP_PR_SWAP, /* Local extensions of type int64_t */ POWER_SUPPLY_PROP_CHARGE_COUNTER_EXT, /* Properties of type `const char *' */ -- cgit v1.2.3