diff options
author | Dyneteve <dyneteve@hentaios.com> | 2021-12-01 14:42:39 +0100 |
---|---|---|
committer | alk3pInjection <webmaster@raspii.tech> | 2022-01-11 21:20:40 +0800 |
commit | 7bd769bbeb232087311baaff5c79496846a58e4e (patch) | |
tree | 8361078c7fbdff1b6568d4f9856818991a7355f2 | |
parent | 484887e230c59000c6608ff3ee73320dac73f208 (diff) |
healthd: Add support for HVDCP_3P5 chargers
Change-Id: I810e2e051329edeec54fc24255d785993066eece
-rw-r--r-- | healthd/BatteryMonitor.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/healthd/BatteryMonitor.cpp b/healthd/BatteryMonitor.cpp index 0278d25b8..b435dc93e 100644 --- a/healthd/BatteryMonitor.cpp +++ b/healthd/BatteryMonitor.cpp @@ -191,6 +191,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String {"USB_DCP", ANDROID_POWER_SUPPLY_TYPE_AC}, {"USB_HVDCP", ANDROID_POWER_SUPPLY_TYPE_AC}, {"USB_HVDCP_3", ANDROID_POWER_SUPPLY_TYPE_AC}, + {"USB_HVDCP_3P5", ANDROID_POWER_SUPPLY_TYPE_AC}, {"USB_CDP", ANDROID_POWER_SUPPLY_TYPE_AC}, {"USB_ACA", ANDROID_POWER_SUPPLY_TYPE_AC}, {"USB_C", ANDROID_POWER_SUPPLY_TYPE_AC}, |