Skip to content

Commit

Permalink
healthd: Add DASH charger type
Browse files Browse the repository at this point in the history
Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
  • Loading branch information
Steve Kondik authored and Flinny committed Aug 19, 2018
1 parent 1af231e commit 0ce6eff
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 @@ -162,6 +162,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 },
};

Expand Down

0 comments on commit 0ce6eff

Please sign in to comment.