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

Commit 17b7d54a authored by Steve Kondik's avatar Steve Kondik Committed by Bruno Martins
Browse files

healthd: Add DASH charger type

Change-Id: Ie1ca5018c465f6b2c15cbc00bdf3bb866d98ddef
parent 32df5e70
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -162,6 +162,7 @@ BatteryMonitor::PowerSupplyType BatteryMonitor::readPowerSupplyType(const String
            { "USB_PD", ANDROID_POWER_SUPPLY_TYPE_AC },
            { "USB_PD_DRP", ANDROID_POWER_SUPPLY_TYPE_USB },
            { "Wireless", ANDROID_POWER_SUPPLY_TYPE_WIRELESS },
            { "DASH", ANDROID_POWER_SUPPLY_TYPE_AC },
            { NULL, 0 },
    };