Skip to content

Commit 0ce6eff

Browse files
Steve KondikFlinny
Steve Kondik
authored andcommitted
healthd: Add DASH charger type
Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
1 parent 1af231e commit 0ce6eff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

healthd/BatteryMonitor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
162162
{ "USB_PD", ANDROID_POWER_SUPPLY_TYPE_AC },
163163
{ "USB_PD_DRP", ANDROID_POWER_SUPPLY_TYPE_USB },
164164
{ "Wireless", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
165+
{ "DASH", ANDROID_POWER_SUPPLY_TYPE_AC },
165166
{ NULL, 0 },
166167
};
167168

0 commit comments

Comments
 (0)