system/corennnnn
Revision | 4123d86b8059d13c888702e58351469c5d176ecf (tree) |
---|---|
Time | 2016-07-29 04:17:40 |
Author | Steve Kondik <steve@cyng...> |
Commiter | Steve Kondik |
healthd: Add DASH charger type
Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
@@ -147,6 +147,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String | ||
147 | 147 | { "Wipower", ANDROID_POWER_SUPPLY_TYPE_WIRELESS }, |
148 | 148 | { "DockBattery", ANDROID_POWER_SUPPLY_TYPE_DOCK_BATTERY }, |
149 | 149 | { "DockAC", ANDROID_POWER_SUPPLY_TYPE_DOCK_AC }, |
150 | + { "DASH", ANDROID_POWER_SUPPLY_TYPE_AC }, | |
150 | 151 | { NULL, 0 }, |
151 | 152 | }; |
152 | 153 |