Skip to content

Commit 0810546

Browse files
authored
dwcmshc/dwcsdhc: Restricted install on 10.0.16299 or higher OS (#52)
The syntax 'DIRID 13 (CopyFiles)' was introduced in OS version 10.0.16299, but DDInstall sections utilizing the syntax will install on earlier OS versions. Those DDInstall sections should be restricted to only install on 10.0.16299 or higher using a TargetOSVersion decoration.
1 parent 1a73913 commit 0810546

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

drivers/sd/dwcmshc/dwcmshc.inx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ PnpLockdown = 1
2727
dwcmshc.sys = 1
2828

2929
[Manufacturer]
30-
%RKCP% = RKCP,NT$ARCH$
30+
%RKCP% = RKCP,NT$ARCH$.10.0...16299
3131

3232
[ControlFlags]
3333
ExcludeFromSelect = *
@@ -36,7 +36,7 @@ ExcludeFromSelect = *
3636
; Rockchip models
3737
;
3838

39-
[RKCP.NT$ARCH$]
39+
[RKCP.NT$ARCH$.10.0...16299]
4040
%DWCMSHC.DeviceDesc% = ROCKCHIP, ACPI\RKCPFE2C
4141

4242
;

drivers/sd/dwcsdhc/dwcsdhc.inx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ PnpLockdown=1
2828
dwcsdhc.sys = 1
2929

3030
[Manufacturer]
31-
%RKCP%=RKCP,NT$ARCH$
31+
%RKCP%=RKCP,NT$ARCH$.10.0...16299
3232

3333
[ControlFlags]
3434
ExcludeFromSelect=*
@@ -37,7 +37,7 @@ ExcludeFromSelect=*
3737
; Rockchip models
3838
;
3939

40-
[RKCP.NT$ARCH$]
40+
[RKCP.NT$ARCH$.10.0...16299]
4141
%ACPI\RKCP0D40.DeviceDesc%=DWCSDHC, ACPI\RKCP0D40
4242

4343
;

0 commit comments

Comments
 (0)