diff options
| author | Jason <[email protected]> | 2023-03-31 13:05:48 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-31 13:05:48 -0700 |
| commit | 16d01e32ecf371d2000d46fa3e6cec59ff66dc87 (patch) | |
| tree | 555cf27371ef43a306f4947b21efb563854acb14 | |
| parent | 901112d0fbcf4f000f14c8132ea2639f61d3c482 (diff) | |
Fix up malformed DriverVer directives (#948)
Co-authored-by: Jason Knichel <[email protected]>
| -rw-r--r-- | gpio/samples/simgpio_i2c/simgpio_i2c.inx | bin | 3786 -> 3782 bytes | |||
| -rw-r--r-- | sd/miniport/sdhc/sdhc.inx | bin | 7860 -> 7864 bytes | |||
| -rw-r--r-- | simbatt/func/simbatt.inx | bin | 3944 -> 3946 bytes | |||
| -rw-r--r-- | thermal/simsensor/simsensor.inf | 2 | ||||
| -rw-r--r-- | thermal/thermalclient/simtc.inf | 2 |
5 files changed, 2 insertions, 2 deletions
diff --git a/gpio/samples/simgpio_i2c/simgpio_i2c.inx b/gpio/samples/simgpio_i2c/simgpio_i2c.inx Binary files differindex 7706cfbf..32ec1573 100644 --- a/gpio/samples/simgpio_i2c/simgpio_i2c.inx +++ b/gpio/samples/simgpio_i2c/simgpio_i2c.inx diff --git a/sd/miniport/sdhc/sdhc.inx b/sd/miniport/sdhc/sdhc.inx Binary files differindex 83bbe195..8ae9f303 100644 --- a/sd/miniport/sdhc/sdhc.inx +++ b/sd/miniport/sdhc/sdhc.inx diff --git a/simbatt/func/simbatt.inx b/simbatt/func/simbatt.inx Binary files differindex 02163c10..5aab816a 100644 --- a/simbatt/func/simbatt.inx +++ b/simbatt/func/simbatt.inx diff --git a/thermal/simsensor/simsensor.inf b/thermal/simsensor/simsensor.inf index 0f8fb7cd..e83aea31 100644 --- a/thermal/simsensor/simsensor.inf +++ b/thermal/simsensor/simsensor.inf @@ -17,7 +17,7 @@ Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%ProviderString% -DriverVer=09/02/2011, 6.02.8105 +DriverVer=09/02/2011, 6.2.8105.0 CatalogFile=simsensor.cat PnpLockdown=1 diff --git a/thermal/thermalclient/simtc.inf b/thermal/thermalclient/simtc.inf index 41d0d667..75c9c541 100644 --- a/thermal/thermalclient/simtc.inf +++ b/thermal/thermalclient/simtc.inf @@ -17,7 +17,7 @@ Signature="$WINDOWS NT$" Class=System ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318} Provider=%ProviderString% -DriverVer=07/22/2011, 6.02.8040 +DriverVer=07/22/2011, 6.2.8040.0 CatalogFile=thermalclient.cat PnpLockdown=1 |
