Skip to content

Commit f7f8bef

Browse files
Steve KondikmikeNG
Steve Kondik
authored andcommitted
healthd: Add DASH charger type
Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
1 parent 805bc13 commit f7f8bef

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
@@ -156,6 +156,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
156156
{ "USB_PD", ANDROID_POWER_SUPPLY_TYPE_AC },
157157
{ "USB_PD_DRP", ANDROID_POWER_SUPPLY_TYPE_USB },
158158
{ "Wireless", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
159+
{ "DASH", ANDROID_POWER_SUPPLY_TYPE_AC },
159160
{ NULL, 0 },
160161
};
161162

0 commit comments

Comments
 (0)