Adding specific vendor command to unlock the device.
Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
parent
1e66e51595
commit
5bdc7ab202
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue