refactor custom commands and add LOADKEY

This commit is contained in:
Conor Patrick
2019-10-08 11:34:58 -04:00
parent 0ebe0ff502
commit 8e0eda8ed4
2 changed files with 133 additions and 68 deletions

View File

@@ -29,6 +29,7 @@
#define CTAPHID_ENTERSTBOOT (TYPE_INIT | 0x52)
#define CTAPHID_GETRNG (TYPE_INIT | 0x60)
#define CTAPHID_GETVERSION (TYPE_INIT | 0x61)
#define CTAPHID_LOADKEY (TYPE_INIT | 0x62)
// reserved for debug, not implemented except for HACKER and DEBUG_LEVEl > 0
#define CTAPHID_PROBE (TYPE_INIT | 0x70)