From 5bdc7ab202bb9fa843d89cba81a5c45f9b628537 Mon Sep 17 00:00:00 2001 From: Pol Henarejos Date: Mon, 17 Oct 2022 17:38:20 +0200 Subject: [PATCH] Adding specific vendor command to unlock the device. Signed-off-by: Pol Henarejos --- src/usb/hid/ctap_hid.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/usb/hid/ctap_hid.h b/src/usb/hid/ctap_hid.h index a74433b..0f8a368 100644 --- a/src/usb/hid/ctap_hid.h +++ b/src/usb/hid/ctap_hid.h @@ -91,6 +91,7 @@ typedef struct { #define CTAPHID_ERROR (TYPE_INIT | 0x3F) // Error response #define CTAPHID_VENDOR_FIRST (TYPE_INIT | 0x40) // First vendor defined command +#define CTAPHID_VD_PROTECT (TYPE_INIT | 0x41) // #define CTAPHID_VENDOR_LAST (TYPE_INIT | 0x7F) // Last vendor defined command // CTAP_KEEPALIVE command defines