From 9a288c48adfb093d3fe1436d2433c14b743bf447 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Mar 2023 16:47:40 -0700 Subject: Fix TargetOSVersion for INFs with UMDF drivers. Fix comments in toaster samples (#926) Co-authored-by: Jason Knichel --- .../toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx | Bin 4794 -> 4794 bytes general/toaster/toastDrv/kmdf/bus/static/statbus.inx | Bin 4696 -> 4696 bytes general/toaster/toastDrv/kmdf/filter/filter.inx | Bin 6262 -> 6262 bytes .../toastDrv/kmdf/func/featured/wdffeatured.inx | Bin 5076 -> 5076 bytes .../toaster/toastDrv/kmdf/func/simple/wdfsimple.inx | Bin 6070 -> 6070 bytes .../toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx | Bin 3964 -> 3964 bytes general/toaster/toastpkg/inf/toastpkg.inf | 2 +- general/toaster/toastpkg/toastcd/toastpkg.inf | 2 +- general/toaster/umdf2/filter/generic/filterum.inx | Bin 4922 -> 4922 bytes general/toaster/umdf2/func/featured/wdffeaturedum.inx | Bin 5066 -> 5066 bytes general/toaster/umdf2/func/simple/wdfsimpleum.inx | Bin 4942 -> 4942 bytes 11 files changed, 2 insertions(+), 2 deletions(-) diff --git a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx index 82d7615d..f557b6e3 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 1468728d..094bce09 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 9694c0a0..8a2ca006 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 9a54b635..b91edc1b 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 199221a6..549f20e1 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 cd2ca48d..0c1a410b 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/toastpkg/inf/toastpkg.inf b/general/toaster/toastpkg/inf/toastpkg.inf index 8f0bb025..1c39e9b4 100644 --- a/general/toaster/toastpkg/inf/toastpkg.inf +++ b/general/toaster/toastpkg/inf/toastpkg.inf @@ -19,7 +19,7 @@ ; x86 and amd64 platforms. ; ; Important: -; This INF depends on features for the Driver Store DIRIDs which are available starting Windows 10 1809 +; This INF depends on features for the Driver Store DIRIDs which are available starting Windows 10 1709 ; ;--*/ [Version] diff --git a/general/toaster/toastpkg/toastcd/toastpkg.inf b/general/toaster/toastpkg/toastcd/toastpkg.inf index 8f0bb025..1c39e9b4 100644 --- a/general/toaster/toastpkg/toastcd/toastpkg.inf +++ b/general/toaster/toastpkg/toastcd/toastpkg.inf @@ -19,7 +19,7 @@ ; x86 and amd64 platforms. ; ; Important: -; This INF depends on features for the Driver Store DIRIDs which are available starting Windows 10 1809 +; This INF depends on features for the Driver Store DIRIDs which are available starting Windows 10 1709 ; ;--*/ [Version] diff --git a/general/toaster/umdf2/filter/generic/filterum.inx b/general/toaster/umdf2/filter/generic/filterum.inx index bbc0da9c..7ea0032e 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 a3b05569..411a4835 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 1ddd21c6..4918c778 100644 Binary files a/general/toaster/umdf2/func/simple/wdfsimpleum.inx and b/general/toaster/umdf2/func/simple/wdfsimpleum.inx differ -- cgit v1.3.1