Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4123d86b authored by Steve Kondik's avatar Steve Kondik
Browse files

healthd: Add DASH charger type

Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
parent 15768545
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 },
    };