summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index 18e9e454f7..926e317eee 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2930,7 +2930,7 @@ struct ec_params_usb_pd_get_mode_request {
struct ec_params_usb_pd_get_mode_response {
uint16_t svid; /* SVID */
uint8_t active; /* Active SVID */
- uint8_t idx; /* Index of active mode VDO. Ignored if !active */
+ uint8_t opos; /* Object Position */
uint32_t vdo[6]; /* Mode VDOs */
} __packed;