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

Commit ed91ad1f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "power: power_supply_sysfs: Add missing "BMS" type"

parents fa820891 d2e580ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ static ssize_t power_supply_show_property(struct device *dev,
					  char *buf) {
	static char *type_text[] = {
		"Unknown", "Battery", "UPS", "Mains", "USB",
		"USB_DCP", "USB_CDP", "USB_ACA"
		"USB_DCP", "USB_CDP", "USB_ACA", "BMS"
	};
	static char *status_text[] = {
		"Unknown", "Charging", "Discharging", "Not charging", "Full"