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.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/include/ccd_config.h b/include/ccd_config.h
index 5a1cb5add9..76d54ac103 100644
--- a/include/ccd_config.h
+++ b/include/ccd_config.h
@@ -107,6 +107,15 @@ enum ccd_vendor_subcommands {
CCDV_OPEN = 1,
CCDV_UNLOCK = 2,
CCDV_LOCK = 3,
+ CCDV_PP_POLL_UNLOCK = 4,
+ CCDV_PP_POLL_OPEN = 5,
+};
+
+enum ccd_pp_state {
+ CCD_PP_CLOSED = 0,
+ CCD_PP_AWAITING_PRESS = 1,
+ CCD_PP_BETWEEN_PRESSES = 2,
+ CCD_PP_DONE = 3
};
/**