Releases: microsoft/Windows-driver-samples
Releases · microsoft/Windows-driver-samples
Windows 11, version 22H2 - May 2022 Driver Samples Update
win11-22h2 Update README.md
NDIS Connection-less Protocol WDM Driver Sample
253337 Use SHA256 for ndisprot60's driver signing (#558)
Windows Filtering Platform Packet Modification Sample
Fix UDP inbound reinject scenario (#551) Modify the inbound NBL's UDP port # to that of the original outbound traffic, in order to meet the inbound filter conditions
SysVAD Virtual Audio Device Driver Sample
Updates to SysVAD (#527) * Fixed build errors when disabling sideband, * A note about the SysVAD sample and HLK testing.
HClient sample application
fix bug in PackReport (#534) Data is pointer to array of HID_DATA structure. Function advances pointer as it packs the report buffer. At end of process the function attempts to go back through the buffer and update the IsDataSet member. What it's actually doing is writing unexpected memory locations. Fix is to store the head of the array and move back before walking again to set the bits.
StorAhci StorPort Miniport Driver
Merged current inbox code except for DDKSPLIT (#474) * Merged current inbox code except for DDKSPLIT * 19H1 inbox code except for DDKSPLIT and storport_p.h * Removed internal code
IddSample
Updated comments for SwapChainProcessor (#522) Update comments for SwapChainProcessor in IndirectDisplay driver sample Co-authored-by: Shantanu Gupta <shagu@microsoft.com>
IddSample
Add multimon support to sample driver (#513) * Update sample driver with multimon support * Fix compiler warning Co-authored-by: Shantanu Gupta <shagu@microsoft.com>
Driver Device Transform Sample
Changed wil nuget package linking to git submodule (#515) Deleted link with wil nuget package, switched to git submodule instead.
SDV-FailDriver-STORPORT
Updated comment text in line 1246 Updated comment text to meet bias-free communication guidance. For more information, see https://docs.microsoft.com/style-guide/bias-free-communication.