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