|
@@ -45,7 +45,8 @@ 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", "USB_C",
|
|
|
+ "USB_PD", "USB_PD_DRP"
|
|
|
};
|
|
|
static char *status_text[] = {
|
|
|
"Unknown", "Charging", "Discharging", "Not charging", "Full"
|