Update driver

This commit is contained in:
Yukino Song
2024-09-09 06:29:48 +08:00
parent d5d3b47c99
commit fd037c48d0
3 changed files with 1 additions and 1 deletions

View File

@@ -22,7 +22,7 @@ typedef struct _SUVDA_PROTOCAL_VERSION {
} SUVDA_PROTOCAL_VERSION, * PSUVDA_PROTOCAL_VERSION;
// Please update the version after ioctl changed
static const SUVDA_PROTOCAL_VERSION VDAProtocolVersion = { 0, 2, 0, true };
static const SUVDA_PROTOCAL_VERSION VDAProtocolVersion = { 0, 2, 1, true };
static const char* SUVDA_HARDWARE_ID = "root\\sudomaker\\sudovda";