summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <[email protected]>2023-03-13 16:47:40 -0700
committerGitHub <[email protected]>2023-03-13 16:47:40 -0700
commit9a288c48adfb093d3fe1436d2433c14b743bf447 (patch)
treeee7e6a52068bc1077708dd6db86c12ebbed265c4
parentcfc659babba6133028ade3cf571c6b90922fc273 (diff)
Fix TargetOSVersion for INFs with UMDF drivers. Fix comments in toaster samples (#926)
Co-authored-by: Jason Knichel <[email protected]>
-rw-r--r--general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inxbin4794 -> 4794 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/bus/static/statbus.inxbin4696 -> 4696 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/filter/filter.inxbin6262 -> 6262 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inxbin5076 -> 5076 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inxbin6070 -> 6070 bytes
-rw-r--r--general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inxbin3964 -> 3964 bytes
-rw-r--r--general/toaster/toastpkg/inf/toastpkg.inf2
-rw-r--r--general/toaster/toastpkg/toastcd/toastpkg.inf2
-rw-r--r--general/toaster/umdf2/filter/generic/filterum.inxbin4922 -> 4922 bytes
-rw-r--r--general/toaster/umdf2/func/featured/wdffeaturedum.inxbin5066 -> 5066 bytes
-rw-r--r--general/toaster/umdf2/func/simple/wdfsimpleum.inxbin4942 -> 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
--- a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx
+++ b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx
Binary files 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
--- a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx
+++ b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/filter/filter.inx b/general/toaster/toastDrv/kmdf/filter/filter.inx
index 9694c0a0..8a2ca006 100644
--- a/general/toaster/toastDrv/kmdf/filter/filter.inx
+++ b/general/toaster/toastDrv/kmdf/filter/filter.inx
Binary files 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
--- a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx
+++ b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx
Binary files 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
--- a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx
+++ b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx
Binary files differ
diff --git a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx
index cd2ca48d..0c1a410b 100644
--- a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx
+++ b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx
Binary files 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
--- a/general/toaster/umdf2/filter/generic/filterum.inx
+++ b/general/toaster/umdf2/filter/generic/filterum.inx
Binary files differ
diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.inx b/general/toaster/umdf2/func/featured/wdffeaturedum.inx
index a3b05569..411a4835 100644
--- a/general/toaster/umdf2/func/featured/wdffeaturedum.inx
+++ b/general/toaster/umdf2/func/featured/wdffeaturedum.inx
Binary files differ
diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.inx b/general/toaster/umdf2/func/simple/wdfsimpleum.inx
index 1ddd21c6..4918c778 100644
--- a/general/toaster/umdf2/func/simple/wdfsimpleum.inx
+++ b/general/toaster/umdf2/func/simple/wdfsimpleum.inx
Binary files differ