Skip to content

Commit

Permalink
dwcsdhc: Remove BasicDriverOk from INF (#9)
Browse files Browse the repository at this point in the history
On latest WDK, INX files with BasicDriverOk fail to verify:

`error 1208: Directive 'BasicDriverOk' not allowed.`

A bit of research indicates that BasicDriverOk was removed from all
driver samples back in March with comment "BasicDriverOk should only be
used in a subset of inbox INFs":
microsoft/Windows-driver-samples#908

A bit more research hints that this flag is used only as a hint for
Windows Update behavior, something along the lines of "this is a generic
driver but that's ok so don't look for a vendor-specific driver to
replace it".
  • Loading branch information
idigdoug authored Nov 23, 2023
1 parent 68534be commit 900dff9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/sd/dwcsdhc/dwcsdhc.inx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ dwcsdhc.sys = 1
%RKCP%=RKCP,NT$ARCH$

[ControlFlags]
BasicDriverOk=*
ExcludeFromSelect=*

;
Expand Down

0 comments on commit 900dff9

Please sign in to comment.