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
7k
stars
4.94k
forks
source link
[serial/VirtualSerial2] Line 176 in serial/VirtualSerial2/queue.c should be removed #1202
“WdfRequestSetInformation(Request, NumBytesToCopyTo);” should be removed because RequestCopyToBuffer doesn‘t write the output buffer of irp。