diff --git a/src_assets/windows/drivers/sudovda/SudoVDA.inf b/src_assets/windows/drivers/sudovda/SudoVDA.inf index f9753d42..052f4bf9 100644 Binary files a/src_assets/windows/drivers/sudovda/SudoVDA.inf and b/src_assets/windows/drivers/sudovda/SudoVDA.inf differ diff --git a/src_assets/windows/drivers/sudovda/sudovda.cat b/src_assets/windows/drivers/sudovda/sudovda.cat index 92f9a4c1..1feb6824 100644 Binary files a/src_assets/windows/drivers/sudovda/sudovda.cat and b/src_assets/windows/drivers/sudovda/sudovda.cat differ diff --git a/third-party/sudovda/sudovda-ioctl.h b/third-party/sudovda/sudovda-ioctl.h index 4c69d01f..849c87f3 100644 --- a/third-party/sudovda/sudovda-ioctl.h +++ b/third-party/sudovda/sudovda-ioctl.h @@ -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";