From cfc659babba6133028ade3cf571c6b90922fc273 Mon Sep 17 00:00:00 2001 From: Jason Date: Mon, 13 Mar 2023 16:39:56 -0700 Subject: INFs using DIRID 13 should target only build 16299 or later - USB updates (#925) Co-authored-by: Jason Knichel --- usb/UcmCxUcsi/UcmCxUcsi.inf | Bin 3888 -> 3940 bytes usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf | Bin 3300 -> 3352 bytes .../UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf | 6 +++--- usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx | Bin 5278 -> 5330 bytes usb/kmdf_fx2/driver/osrusbfx2.inx | Bin 6954 -> 7006 bytes usb/ufxclientsample/UfxClientSample.inx | Bin 4418 -> 4470 bytes usb/umdf2_fx2/driver/osrusbfx2um.inx | Bin 6510 -> 6562 bytes usb/usbsamp/sys/driver/usbsamp.inx | Bin 5768 -> 5820 bytes usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx | Bin 4994 -> 5046 bytes usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx | Bin 4990 -> 5042 bytes usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx | Bin 4990 -> 5042 bytes usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx | Bin 4990 -> 5042 bytes usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx | Bin 4990 -> 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 Binary files a/usb/UcmCxUcsi/UcmCxUcsi.inf and b/usb/UcmCxUcsi/UcmCxUcsi.inf differ diff --git a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf index 51dc78c4..5a526ab9 100644 Binary files a/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf and b/usb/UcmTcpciCxClientSample/UcmTcpciCxClientSample.inf 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 Binary files a/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx and b/usb/kmdf_enumswitches/sys/kmdf_enumswitches.inx differ diff --git a/usb/kmdf_fx2/driver/osrusbfx2.inx b/usb/kmdf_fx2/driver/osrusbfx2.inx index 4d53d79a..1185053e 100644 Binary files a/usb/kmdf_fx2/driver/osrusbfx2.inx and b/usb/kmdf_fx2/driver/osrusbfx2.inx differ diff --git a/usb/ufxclientsample/UfxClientSample.inx b/usb/ufxclientsample/UfxClientSample.inx index 098e442e..01c37a10 100644 Binary files a/usb/ufxclientsample/UfxClientSample.inx and b/usb/ufxclientsample/UfxClientSample.inx differ diff --git a/usb/umdf2_fx2/driver/osrusbfx2um.inx b/usb/umdf2_fx2/driver/osrusbfx2um.inx index febd8d7f..4d22fdbe 100644 Binary files a/usb/umdf2_fx2/driver/osrusbfx2um.inx and b/usb/umdf2_fx2/driver/osrusbfx2um.inx differ diff --git a/usb/usbsamp/sys/driver/usbsamp.inx b/usb/usbsamp/sys/driver/usbsamp.inx index eee41d30..57dc4bf3 100644 Binary files a/usb/usbsamp/sys/driver/usbsamp.inx and b/usb/usbsamp/sys/driver/usbsamp.inx 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 Binary files a/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx 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 Binary files a/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx 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 Binary files a/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx 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 Binary files a/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx 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 Binary files a/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx and b/usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx differ -- cgit v1.3.1