Skip to content

Commit 3499784

Browse files
Steve KondikPRJosh
authored andcommitted
healthd: Add DASH charger type
Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
1 parent 7144fae commit 3499784

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
@@ -140,6 +140,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
140140
{ "USB_HVDCP_3", ANDROID_POWER_SUPPLY_TYPE_AC },
141141
{ "Wireless", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
142142
{ "Wipower", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
143+
{ "DASH", ANDROID_POWER_SUPPLY_TYPE_AC },
143144
{ NULL, 0 },
144145
};
145146

0 commit comments

Comments
 (0)