summaryrefslogtreecommitdiff
path: root/include/ccd_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ccd_config.h')
-rw-r--r--include/ccd_config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/ccd_config.h b/include/ccd_config.h
index 87bebb9db3..1d67152d23 100644
--- a/include/ccd_config.h
+++ b/include/ccd_config.h
@@ -132,6 +132,9 @@ enum ccd_capability {
/* Override battery presence temporarily or at boot */
CCD_CAP_OVERRIDE_BATT_STATE = 19,
+ /* Allow AP RO verification check vendor command from the AP. */
+ CCD_CAP_AP_RO_CHECK_VC = 20,
+
/* Number of currently defined capabilities */
CCD_CAP_COUNT
};
@@ -194,6 +197,7 @@ struct ccd_capability_info {
{"OpenNoDevMode", CCD_CAP_STATE_OPEN_REQ}, \
{"OpenFromUSB", CCD_CAP_STATE_OPEN_REQ}, \
{"OverrideBatt", CCD_CAP_STATE_IF_OPENED}, \
+ {"APROCheckVC", CCD_CAP_STATE_IF_OPENED}, \
}
#define CCD_STATE_NAMES { "Locked", "Unlocked", "Opened" }