From a24dcb8231e3ed597ca46bdc1cdcec1c1ee6d6ac Mon Sep 17 00:00:00 2001 From: Jason Date: Fri, 3 Mar 2023 17:03:26 -0800 Subject: Fix up some of the malformed DriverVer directives (#909) Co-authored-by: Jason Knichel --- bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx | Bin 4526 -> 4530 bytes general/PLX9x5x/sys/pci9x5x.inx | Bin 5280 -> 5282 bytes .../SimpleMediaSourceDriver.inf | Bin 6712 -> 6716 bytes .../Toaster Driver/toaster/toaster.inx | 2 +- general/echo/kmdf/driver/AutoSync/echo.inx | Bin 4084 -> 4086 bytes general/echo/kmdf/driver/DriverSync/echo_2.inx | Bin 4218 -> 4220 bytes general/echo/umdf2/driver/AutoSync/echoum.inx | Bin 4030 -> 4032 bytes general/pcidrv/kmdf/genpci.inx | Bin 6244 -> 6246 bytes .../toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx | Bin 4740 -> 4742 bytes .../toaster/toastDrv/kmdf/bus/static/statbus.inx | Bin 4682 -> 4684 bytes general/toaster/toastDrv/kmdf/filter/filter.inx | Bin 6208 -> 6210 bytes .../toastDrv/kmdf/func/featured/wdffeatured.inx | Bin 5022 -> 5024 bytes .../toaster/toastDrv/kmdf/func/simple/wdfsimple.inx | Bin 6016 -> 6018 bytes .../toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx | Bin 3910 -> 3912 bytes general/toaster/umdf2/filter/generic/filterum.inx | Bin 4908 -> 4910 bytes .../toaster/umdf2/func/featured/wdffeaturedum.inx | Bin 5012 -> 5014 bytes general/toaster/umdf2/func/simple/wdfsimpleum.inx | Bin 4888 -> 4890 bytes gpio/samples/simdevice/kmdf/simdevice.inx | Bin 3052 -> 3068 bytes gpio/samples/simgpio/simgpio.inx | Bin 3714 -> 3710 bytes network/modem/fakemodem/mdmfake.inx | Bin 24276 -> 24280 bytes .../ndis/extension/samples/forward/msforwardext.inf | 2 +- network/ndis/ndisprot/6x/sys/60/ndisprot60.inf | Bin 5604 -> 5612 bytes network/ndis/ndisprot/6x/sys/630/ndisprot630.inf | Bin 7568 -> 7576 bytes nfp/net/driver/netnfpprovider.inx | Bin 3868 -> 3870 bytes pofx/PEP/acpi/sampleacpipep.inx | Bin 4242 -> 4238 bytes .../SingleComp/SingleComponentSingleStateUm.inx | Bin 4550 -> 4552 bytes usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx | Bin 5276 -> 5278 bytes usb/kmdf_fx2/driver/osrusbfx2.inx | Bin 6952 -> 6954 bytes usb/usbsamp/sys/driver/usbsamp.inx | Bin 5766 -> 5768 bytes usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx | Bin 4992 -> 4994 bytes usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx | Bin 4988 -> 4990 bytes usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx | Bin 4988 -> 4990 bytes usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx | Bin 4988 -> 4990 bytes usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx | Bin 4988 -> 4990 bytes 34 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx index e6bfeb55..23387a7c 100644 Binary files a/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx and b/bluetooth/bthecho/bthcli/sys/BthEchoSampleCli.inx differ diff --git a/general/PLX9x5x/sys/pci9x5x.inx b/general/PLX9x5x/sys/pci9x5x.inx index 2446271e..8340d1fa 100644 Binary files a/general/PLX9x5x/sys/pci9x5x.inx and b/general/PLX9x5x/sys/pci9x5x.inx differ diff --git a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf index e2d228fe..b182e169 100644 Binary files a/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf and b/general/SimpleMediaSource/SimpleMediaSourceDriver/SimpleMediaSourceDriver.inf differ diff --git a/general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.inx b/general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.inx index 2e7e0ad3..91a1d73c 100644 --- a/general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.inx +++ b/general/WinHEC 2017 Lab/Toaster Driver/toaster/toaster.inx @@ -5,7 +5,7 @@ Signature = "$WINDOWS NT$" Class = System ClassGuid = {4D36E97D-E325-11CE-BFC1-08002BE10318} Provider = Contoso -DriverVer = 06/16/1999, 5.00.2064 +DriverVer = 06/16/1999, 5.0.2064.0 CatalogFile = toaster.cat PnpLockdown = 1 diff --git a/general/echo/kmdf/driver/AutoSync/echo.inx b/general/echo/kmdf/driver/AutoSync/echo.inx index 970462a3..bd3f5bf5 100644 Binary files a/general/echo/kmdf/driver/AutoSync/echo.inx and b/general/echo/kmdf/driver/AutoSync/echo.inx differ diff --git a/general/echo/kmdf/driver/DriverSync/echo_2.inx b/general/echo/kmdf/driver/DriverSync/echo_2.inx index bb73b485..f52fb578 100644 Binary files a/general/echo/kmdf/driver/DriverSync/echo_2.inx and b/general/echo/kmdf/driver/DriverSync/echo_2.inx differ diff --git a/general/echo/umdf2/driver/AutoSync/echoum.inx b/general/echo/umdf2/driver/AutoSync/echoum.inx index ccfe6a7e..b012672c 100644 Binary files a/general/echo/umdf2/driver/AutoSync/echoum.inx and b/general/echo/umdf2/driver/AutoSync/echoum.inx differ diff --git a/general/pcidrv/kmdf/genpci.inx b/general/pcidrv/kmdf/genpci.inx index db6e5c55..058e81e6 100644 Binary files a/general/pcidrv/kmdf/genpci.inx and b/general/pcidrv/kmdf/genpci.inx differ diff --git a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx index 912596fd..bb22add8 100644 Binary files a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx and b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx differ diff --git a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx index 76cab06a..a8b4b39e 100644 Binary files a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx and b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx differ diff --git a/general/toaster/toastDrv/kmdf/filter/filter.inx b/general/toaster/toastDrv/kmdf/filter/filter.inx index 7958ef4d..eb656e9f 100644 Binary files a/general/toaster/toastDrv/kmdf/filter/filter.inx and b/general/toaster/toastDrv/kmdf/filter/filter.inx differ diff --git a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx index 4b7f091f..a294267b 100644 Binary files a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx and b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx differ diff --git a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx index 46fcb3d4..3a4998d5 100644 Binary files a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx and b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx differ diff --git a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx index 2986b5e4..ea61cea9 100644 Binary files a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx and b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx differ diff --git a/general/toaster/umdf2/filter/generic/filterum.inx b/general/toaster/umdf2/filter/generic/filterum.inx index db5e7a28..6b631a57 100644 Binary files a/general/toaster/umdf2/filter/generic/filterum.inx and b/general/toaster/umdf2/filter/generic/filterum.inx differ diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.inx b/general/toaster/umdf2/func/featured/wdffeaturedum.inx index 2c251ffd..cc2d6bd8 100644 Binary files a/general/toaster/umdf2/func/featured/wdffeaturedum.inx and b/general/toaster/umdf2/func/featured/wdffeaturedum.inx differ diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.inx b/general/toaster/umdf2/func/simple/wdfsimpleum.inx index 8f28fbaa..fb8578af 100644 Binary files a/general/toaster/umdf2/func/simple/wdfsimpleum.inx and b/general/toaster/umdf2/func/simple/wdfsimpleum.inx differ diff --git a/gpio/samples/simdevice/kmdf/simdevice.inx b/gpio/samples/simdevice/kmdf/simdevice.inx index 48f8a52d..c758f27a 100644 Binary files a/gpio/samples/simdevice/kmdf/simdevice.inx and b/gpio/samples/simdevice/kmdf/simdevice.inx differ diff --git a/gpio/samples/simgpio/simgpio.inx b/gpio/samples/simgpio/simgpio.inx index fd8a4c18..32ad72fe 100644 Binary files a/gpio/samples/simgpio/simgpio.inx and b/gpio/samples/simgpio/simgpio.inx differ diff --git a/network/modem/fakemodem/mdmfake.inx b/network/modem/fakemodem/mdmfake.inx index 688cd08f..ea95a9ad 100644 Binary files a/network/modem/fakemodem/mdmfake.inx and b/network/modem/fakemodem/mdmfake.inx differ diff --git a/network/ndis/extension/samples/forward/msforwardext.inf b/network/ndis/extension/samples/forward/msforwardext.inf index 9d3d587c..2b9093a2 100644 --- a/network/ndis/extension/samples/forward/msforwardext.inf +++ b/network/ndis/extension/samples/forward/msforwardext.inf @@ -8,7 +8,7 @@ Class = NetService ClassGUID = {4D36E974-E325-11CE-BFC1-08002BE10318} Provider = %ProviderString% CatalogFile = msforwardext.cat -DriverVer = 07/29/2011,2.0 +DriverVer = 07/29/2011,2.0.0.0 [Manufacturer] %ManufacturerName%=Standard,NTx86,NTia64,NTamd64 diff --git a/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf b/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf index 92f30001..0c294311 100644 Binary files a/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf and b/network/ndis/ndisprot/6x/sys/60/ndisprot60.inf differ diff --git a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf index f992ad08..849195f7 100644 Binary files a/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf and b/network/ndis/ndisprot/6x/sys/630/ndisprot630.inf differ diff --git a/nfp/net/driver/netnfpprovider.inx b/nfp/net/driver/netnfpprovider.inx index fa19a86d..e9a7281c 100644 Binary files a/nfp/net/driver/netnfpprovider.inx and b/nfp/net/driver/netnfpprovider.inx differ diff --git a/pofx/PEP/acpi/sampleacpipep.inx b/pofx/PEP/acpi/sampleacpipep.inx index b4059974..4dfa0a29 100644 Binary files a/pofx/PEP/acpi/sampleacpipep.inx and b/pofx/PEP/acpi/sampleacpipep.inx differ diff --git a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx index 785b3fd1..313cfdb2 100644 Binary files a/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx and b/pofx/UMDF2/Driver/SingleComp/SingleComponentSingleStateUm.inx differ diff --git a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx index 384d83fc..cbd8fb15 100644 Binary files a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx and b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx differ diff --git a/usb/kmdf_fx2/driver/osrusbfx2.inx b/usb/kmdf_fx2/driver/osrusbfx2.inx index 0634ee6c..4d53d79a 100644 Binary files a/usb/kmdf_fx2/driver/osrusbfx2.inx and b/usb/kmdf_fx2/driver/osrusbfx2.inx differ diff --git a/usb/usbsamp/sys/driver/usbsamp.inx b/usb/usbsamp/sys/driver/usbsamp.inx index 8a1b4997..eee41d30 100644 Binary files a/usb/usbsamp/sys/driver/usbsamp.inx and b/usb/usbsamp/sys/driver/usbsamp.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx index ddd17e82..cc1817a7 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx index 5d97c8c4..6c0fee93 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx index 5d97c8c4..6c0fee93 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx index 5d97c8c4..6c0fee93 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx differ diff --git a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx index 5d97c8c4..6c0fee93 100644 Binary files a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx differ -- cgit v1.3.1