Skip to content

Commit

Permalink
healthd: Add DASH charger type
Browse files Browse the repository at this point in the history
Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
Signed-off-by: SagarMakhar <[email protected]>
  • Loading branch information
Steve Kondik authored and SagarMakhar committed Oct 10, 2021
1 parent 0ae44b0 commit 6fcf424
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions healthd/BatteryMonitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
{"USB_PD", ANDROID_POWER_SUPPLY_TYPE_AC},
{"USB_PD_DRP", ANDROID_POWER_SUPPLY_TYPE_USB},
{"Wireless", ANDROID_POWER_SUPPLY_TYPE_WIRELESS},
{"DASH", ANDROID_POWER_SUPPLY_TYPE_AC},
{NULL, 0},
};
std::string buf;
Expand Down

0 comments on commit 6fcf424

Please sign in to comment.