microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.75k stars 4.89k forks source link

Inconsistency between official MS driver development documentation and these examples (biometric) #1181

Open shimaowo opened 4 weeks ago

shimaowo commented 4 weeks ago

The biometric driver sample was removed in February in #1111 (related to #828), apparently for being outdated. However, the Microsoft guide for writing a biometric driver, which claims to be recent as of last March, references this sample many times.

I submitted feedback on that page, but I assume it won't be seen. I'm not really sure how or where to report these inconsistencies where teams clearly didn't communicate, but this makes developing such a driver a bit unpleasant when the samples claim the documented method is obsolete, but also don't provide any alternatives.

tedhudek commented 4 days ago

Hi @shimaowo, thank you for the feedback. Please see the Note that we just added to https://learn.microsoft.com/en-us/windows-hardware/drivers/biometric/sample-biometric-driver.