Skip to content

Commit

Permalink
[DirID-13] usb
Browse files Browse the repository at this point in the history
Change INF files with the following:
 - Use Driver Store DirID = 13 which are available starting Windows 10 1809
 - Remove WDF coinstaller
 - Add PnpLockdown = 1
  • Loading branch information
wm1 committed Jan 15, 2023
1 parent 51fed2a commit 8b17742
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions usb/UcmUcsiAcpiSample/UcmUcsiAcpiSample/UcmUcsiAcpiSample.inf
Original file line number Diff line number Diff line change
Expand Up @@ -9,25 +9,28 @@
;
; 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
;

[Version]
Signature = "$WINDOWS NT$"
Class = UCM
ClassGuid = {e6f1aa1c-7f3b-4473-b2e8-c97d8ac71d53}
Provider = %ProviderName%
PnpLockdown = 1
DriverVer = 06/21/2006,10.0.17741.1000
CatalogFile = UcmUcsiAcpiSample.cat
PnpLockdown = 1

[DestinationDirs]
DefaultDestDir = 13

[SourceDisksNames]
3426 = windows cd

[SourceDisksFiles]
UcmUcsiAcpiSample.sys = 3426

[DestinationDirs]
DefaultDestDir = 12

[Manufacturer]
%ProviderName% = UcmUcsiAcpiSample, NT$ARCH$

Expand All @@ -49,7 +52,7 @@ DisplayName = %UcmUcsiAcpiSample.ServiceName%
ServiceType = 1
StartType = 3
ErrorControl = 1
ServiceBinary = %12%\UcmUcsiAcpiSample.sys
ServiceBinary = %13%\UcmUcsiAcpiSample.sys
Dependencies = UcmUcsiCx

[Strings]
Expand Down
Binary file modified usb/ufxclientsample/UfxClientSample.inx
Binary file not shown.
Binary file modified usb/umdf2_fx2/driver/osrusbfx2um.inx
Binary file not shown.
Binary file modified usb/wdf_osrfx2_lab/kmdf/step1/osrusbfx2.inx
Binary file not shown.
Binary file modified usb/wdf_osrfx2_lab/kmdf/step2/osrusbfx2.inx
Binary file not shown.
Binary file modified usb/wdf_osrfx2_lab/kmdf/step3/osrusbfx2.inx
Binary file not shown.
Binary file modified usb/wdf_osrfx2_lab/kmdf/step4/osrusbfx2.inx
Binary file not shown.
Binary file modified usb/wdf_osrfx2_lab/kmdf/step5/osrusbfx2.inx
Binary file not shown.

0 comments on commit 8b17742

Please sign in to comment.