Adding specific vendor command to unlock the device.

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos 2022-10-17 17:38:20 +02:00
parent 1e66e51595
commit 5bdc7ab202
No known key found for this signature in database
GPG key ID: C0095B7870A4CCD3

View file

@ -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