From 6bd612146ef119b9c5df22944882ba8884175908 Mon Sep 17 00:00:00 2001 From: Fredrik Orderud Date: Wed, 12 Jul 2023 09:38:53 +0200 Subject: [PATCH] Firefly: Configure Inf2Cat to use local time with Inf2CatUseLocalTime Done to fix the following error when building between midnight and 2AM on a computer configured in the GMT+2 time-zone: >22.9.7: DriverVer set to a date in the future (postdated DriverVer not allowed) in firefly\firefly.inf. Problem description: https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/inf2cat#troubleshooting The network\wlan\WDI\PLATFORM\NDIS6\SDIO\sdio.vcxproj sample is already with the same Inf2CatUseLocalTime parameter, so the pattern is not new to this repo. --- hid/firefly/driver/firefly.vcxproj | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hid/firefly/driver/firefly.vcxproj b/hid/firefly/driver/firefly.vcxproj index a86c03a8d..00d60c841 100644 --- a/hid/firefly/driver/firefly.vcxproj +++ b/hid/firefly/driver/firefly.vcxproj @@ -86,15 +86,19 @@ firefly + true firefly + true firefly + true firefly + true