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 committed Jul 28, 2016
1 parent 1576854 commit 4123d86
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 @@ -147,6 +147,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
{ "Wipower", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
{ "DockBattery", ANDROID_POWER_SUPPLY_TYPE_DOCK_BATTERY },
{ "DockAC", ANDROID_POWER_SUPPLY_TYPE_DOCK_AC },
{ "DASH", ANDROID_POWER_SUPPLY_TYPE_AC },
{ NULL, 0 },
};

Expand Down

0 comments on commit 4123d86

Please sign in to comment.