Samsung VZW MB1 update
/drivers/power/power_supply_sysfs.c
blob:605514afc29f20029032ef2ab94cc1b006e8ffa3 -> blob:9e9d8d9e9e574789657d07bae82f0521b2053eb7
--- drivers/power/power_supply_sysfs.c
+++ drivers/power/power_supply_sysfs.c
@@ -42,14 +42,18 @@ static ssize_t power_supply_show_propert
struct device_attribute *attr,
char *buf) {
static char *type_text[] = {
- "Battery", "UPS", "Mains", "USB",
- "USB_DCP", "USB_CDP", "USB_ACA"
+ "Unknown", "Battery", "UPS", "Mains", "USB",
+ "USB_DCP", "USB_CDP", "USB_ACA", "Misc", "Cardock",
+#ifdef CONFIG_WIRELESS_CHARGING
+ "WPC",
+#endif
+ "Dummy", "OTG", "UARTOFF"
};
static char *status_text[] = {
"Unknown", "Charging", "Discharging", "Not charging", "Full"
};
static char *charge_type[] = {
- "Unknown", "N/A", "Trickle", "Fast"
+ "Unknown", "N/A", "Trickle", "Fast", "Slow"
};
static char *health_text[] = {
"Unknown", "Good", "Overheat", "Dead", "Over voltage",