summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@quicinc.com>2017-06-23 05:56:38 -0700
committerGerrit - the friendly Code Review server <code-review@localhost>2017-06-23 05:56:38 -0700
commit088c0f837e0ae080e708d7534276239de231825c (patch)
tree892fca87449a57e19d8aebf099c52ad45309e360 /include
parent8e102f05a2a40075a8f166fc33143424ee1ae708 (diff)
parent0e27e3bc5b6eec82dcc19cdb87d979bde0e298e0 (diff)
Merge "power: power_supply_sysfs: Add support for Floating charger"
Diffstat (limited to 'include')
-rw-r--r--include/linux/power_supply.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/power_supply.h b/include/linux/power_supply.h
index 5cc13e9fbd8f..b584e353306d 100644
--- a/include/linux/power_supply.h
+++ b/include/linux/power_supply.h
@@ -271,6 +271,7 @@ enum power_supply_type {
POWER_SUPPLY_TYPE_USB_HVDCP_3, /* Efficient High Voltage DCP */
POWER_SUPPLY_TYPE_USB_PD, /* Power Delivery */
POWER_SUPPLY_TYPE_WIRELESS, /* Accessory Charger Adapters */
+ POWER_SUPPLY_TYPE_USB_FLOAT, /* Floating charger */
POWER_SUPPLY_TYPE_BMS, /* Battery Monitor System */
POWER_SUPPLY_TYPE_PARALLEL, /* Parallel Path */
POWER_SUPPLY_TYPE_MAIN, /* Main Path */