add get_version command to hid

This commit is contained in:
Conor Patrick
2019-09-16 17:00:30 +08:00
parent 7a75fba6d3
commit 018a4d394c
2 changed files with 16 additions and 0 deletions

View File

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