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

Commit 6592795f authored by Steve Kondik's avatar Steve Kondik Committed by Michael Bestas
Browse files

healthd: Add DASH charger type

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