summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason <[email protected]>2023-03-13 16:39:56 -0700
committerGitHub <[email protected]>2023-03-13 16:39:56 -0700
commitcfc659babba6133028ade3cf571c6b90922fc273 (patch)
tree36e353eb4a2b2dffae0ff034774fd3f3fbcf8207
parent728ec466537c4d46104323c2c77f113ac16598e2 (diff)
INFs using DIRID 13 should target only build 16299 or later - USB updates (#925)
Co-authored-by: Jason Knichel <[email protected]>
-rw-r--r--usb/UcmCxUcsi/UcmCxUcsi.infbin3888 -> 3940 bytes
-rw-r--r--usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.infbin3300 -> 3352 bytes
-rw-r--r--usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf6
-rw-r--r--usb/kmdf_enumswitches/sys/kmdf_enumswitches.inxbin5278 -> 5330 bytes
-rw-r--r--usb/kmdf_fx2/driver/osrusbfx2.inxbin6954 -> 7006 bytes
-rw-r--r--usb/ufxclientsample/UfxClientSample.inxbin4418 -> 4470 bytes
-rw-r--r--usb/umdf2_fx2/driver/osrusbfx2um.inxbin6510 -> 6562 bytes
-rw-r--r--usb/usbsamp/sys/driver/usbsamp.inxbin5768 -> 5820 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inxbin4994 -> 5046 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inxbin4990 -> 5042 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inxbin4990 -> 5042 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inxbin4990 -> 5042 bytes
-rw-r--r--usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inxbin4990 -> 5042 bytes
13 files changed, 3 insertions, 3 deletions
diff --git a/usb/UcmCxUcsi/UcmCxUcsi.inf b/usb/UcmCxUcsi/UcmCxUcsi.inf
index e5b7ae7b..661424db 100644
--- a/usb/UcmCxUcsi/UcmCxUcsi.inf
+++ b/usb/UcmCxUcsi/UcmCxUcsi.inf
Binary files differ
diff --git a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf
index 51dc78c4..5a526ab9 100644
--- a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf
+++ b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf
Binary files differ
diff --git a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf
index acd7fd49..39b3c16a 100644
--- a/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf
+++ b/usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf
@@ -10,7 +10,7 @@
; INF for installing the UCM-UCSI ACPI client driver.
;
; 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]
@@ -32,9 +32,9 @@ DefaultDestDir = 13
UcmUcsiAcpiSample.sys = 3426
[Manufacturer]
-%ProviderName% = UcmUcsiAcpiSample, NT$ARCH$
+%ProviderName% = UcmUcsiAcpiSample, NT$ARCH$.10.0...16299
-[UcmUcsiAcpiSample.NT$ARCH$]
+[UcmUcsiAcpiSample.NT$ARCH$.10.0...16299]
%UcmUcsiAcpiSample.DeviceDesc% = UcmUcsiAcpiSample.Install, ACPI\USBC000, ACPI\PNP0CA0
[UcmUcsiAcpiSample.Install.NT]
diff --git a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx
index cbd8fb15..d9d1366b 100644
--- a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx
+++ b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx
Binary files differ
diff --git a/usb/kmdf_fx2/driver/osrusbfx2.inx b/usb/kmdf_fx2/driver/osrusbfx2.inx
index 4d53d79a..1185053e 100644
--- a/usb/kmdf_fx2/driver/osrusbfx2.inx
+++ b/usb/kmdf_fx2/driver/osrusbfx2.inx
Binary files differ
diff --git a/usb/ufxclientsample/UfxClientSample.inx b/usb/ufxclientsample/UfxClientSample.inx
index 098e442e..01c37a10 100644
--- a/usb/ufxclientsample/UfxClientSample.inx
+++ b/usb/ufxclientsample/UfxClientSample.inx
Binary files differ
diff --git a/usb/umdf2_fx2/driver/osrusbfx2um.inx b/usb/umdf2_fx2/driver/osrusbfx2um.inx
index febd8d7f..4d22fdbe 100644
--- a/usb/umdf2_fx2/driver/osrusbfx2um.inx
+++ b/usb/umdf2_fx2/driver/osrusbfx2um.inx
Binary files differ
diff --git a/usb/usbsamp/sys/driver/usbsamp.inx b/usb/usbsamp/sys/driver/usbsamp.inx
index eee41d30..57dc4bf3 100644
--- a/usb/usbsamp/sys/driver/usbsamp.inx
+++ b/usb/usbsamp/sys/driver/usbsamp.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx
index cc1817a7..0fc45d1a 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx
index 6c0fee93..f7e12d74 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx
index 6c0fee93..f7e12d74 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx
index 6c0fee93..f7e12d74 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx
Binary files differ
diff --git a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx
index 6c0fee93..f7e12d74 100644
--- a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx
+++ b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx
Binary files differ