From 95370c5323516bf2235d052763c0e26bdf4bb30d Mon Sep 17 00:00:00 2001 From: "Doug Cook (WINDOWS)" Date: Thu, 23 Nov 2023 11:43:37 -0800 Subject: [PATCH] dwcsdhc - Remove BasicDriverOk from INF 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": https://github.com/microsoft/Windows-driver-samples/pull/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". --- drivers/sd/dwcsdhc/dwcsdhc.inx | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/sd/dwcsdhc/dwcsdhc.inx b/drivers/sd/dwcsdhc/dwcsdhc.inx index 10fe5f3..0ff4c59 100644 --- a/drivers/sd/dwcsdhc/dwcsdhc.inx +++ b/drivers/sd/dwcsdhc/dwcsdhc.inx @@ -31,7 +31,6 @@ dwcsdhc.sys = 1 %RKCP%=RKCP,NT$ARCH$ [ControlFlags] -BasicDriverOk=* ExcludeFromSelect=* ;