worproject / Rockchip-Windows-Drivers

Windows on Arm drivers for RK35xx platforms.
104 stars 13 forks source link

dwcsdhc - Remove BasicDriverOk from INF #9

Closed idigdoug closed 7 months ago

idigdoug commented 7 months ago

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".