summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ec_commands.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index c03a55af77..33e880b38e 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2780,7 +2780,8 @@ enum usb_chg_type {
USB_CHG_TYPE_BC12_DCP,
USB_CHG_TYPE_BC12_CDP,
USB_CHG_TYPE_BC12_SDP,
- USB_CHG_TYPE_OTHER
+ USB_CHG_TYPE_OTHER,
+ USB_CHG_TYPE_VBUS,
};
enum usb_power_roles {
USB_PD_PORT_POWER_DISCONNECTED,