diff options
| author | Jason <[email protected]> | 2023-03-13 16:47:40 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-13 16:47:40 -0700 |
| commit | 9a288c48adfb093d3fe1436d2433c14b743bf447 (patch) | |
| tree | ee7e6a52068bc1077708dd6db86c12ebbed265c4 | |
| parent | cfc659babba6133028ade3cf571c6b90922fc273 (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.inx | bin | 4794 -> 4794 bytes | |||
| -rw-r--r-- | general/toaster/toastDrv/kmdf/bus/static/statbus.inx | bin | 4696 -> 4696 bytes | |||
| -rw-r--r-- | general/toaster/toastDrv/kmdf/filter/filter.inx | bin | 6262 -> 6262 bytes | |||
| -rw-r--r-- | general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx | bin | 5076 -> 5076 bytes | |||
| -rw-r--r-- | general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx | bin | 6070 -> 6070 bytes | |||
| -rw-r--r-- | general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx | bin | 3964 -> 3964 bytes | |||
| -rw-r--r-- | general/toaster/toastpkg/inf/toastpkg.inf | 2 | ||||
| -rw-r--r-- | general/toaster/toastpkg/toastcd/toastpkg.inf | 2 | ||||
| -rw-r--r-- | general/toaster/umdf2/filter/generic/filterum.inx | bin | 4922 -> 4922 bytes | |||
| -rw-r--r-- | general/toaster/umdf2/func/featured/wdffeaturedum.inx | bin | 5066 -> 5066 bytes | |||
| -rw-r--r-- | 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 Binary files differindex 82d7615d..f557b6e3 100644 --- a/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx +++ b/general/toaster/toastDrv/kmdf/bus/dynamic/dynambus.inx diff --git a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx Binary files differindex 1468728d..094bce09 100644 --- a/general/toaster/toastDrv/kmdf/bus/static/statbus.inx +++ b/general/toaster/toastDrv/kmdf/bus/static/statbus.inx diff --git a/general/toaster/toastDrv/kmdf/filter/filter.inx b/general/toaster/toastDrv/kmdf/filter/filter.inx Binary files differindex 9694c0a0..8a2ca006 100644 --- a/general/toaster/toastDrv/kmdf/filter/filter.inx +++ b/general/toaster/toastDrv/kmdf/filter/filter.inx diff --git a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx Binary files differindex 9a54b635..b91edc1b 100644 --- a/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx +++ b/general/toaster/toastDrv/kmdf/func/featured/wdffeatured.inx diff --git a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx Binary files differindex 199221a6..549f20e1 100644 --- a/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx +++ b/general/toaster/toastDrv/kmdf/func/simple/wdfsimple.inx diff --git a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx Binary files differindex cd2ca48d..0c1a410b 100644 --- a/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx +++ b/general/toaster/toastDrv/kmdf/toastmon/wdftoastmon.inx 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 Binary files differindex bbc0da9c..7ea0032e 100644 --- a/general/toaster/umdf2/filter/generic/filterum.inx +++ b/general/toaster/umdf2/filter/generic/filterum.inx diff --git a/general/toaster/umdf2/func/featured/wdffeaturedum.inx b/general/toaster/umdf2/func/featured/wdffeaturedum.inx Binary files differindex a3b05569..411a4835 100644 --- a/general/toaster/umdf2/func/featured/wdffeaturedum.inx +++ b/general/toaster/umdf2/func/featured/wdffeaturedum.inx diff --git a/general/toaster/umdf2/func/simple/wdfsimpleum.inx b/general/toaster/umdf2/func/simple/wdfsimpleum.inx Binary files differindex 1ddd21c6..4918c778 100644 --- a/general/toaster/umdf2/func/simple/wdfsimpleum.inx +++ b/general/toaster/umdf2/func/simple/wdfsimpleum.inx |
