Skip to content

Releases: microsoft/Windows-driver-samples

Windows 11, version 22H2 - May 2022 Driver Samples Update

26 May 18:24
ba69fa3

Choose a tag to compare

NDIS Connection-less Protocol WDM Driver Sample

16 Dec 18:26
b9d5a5b

Choose a tag to compare

253337

Use SHA256 for ndisprot60's driver signing (#558)

Windows Filtering Platform Packet Modification Sample

03 Dec 00:00
802b74f

Choose a tag to compare

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

10 Sep 18:35
28f8fc7

Choose a tag to compare

Updates to SysVAD (#527)

* Fixed build errors when disabling sideband,
* A note about the SysVAD sample and HLK testing.

HClient sample application

24 Aug 20:43
aaeca58

Choose a tag to compare

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

24 Jun 20:56
dbadff8

Choose a tag to compare

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

18 Jun 05:21
9afd930

Choose a tag to compare

Updated comments for SwapChainProcessor (#522)

Update comments for SwapChainProcessor in IndirectDisplay driver sample

Co-authored-by: Shantanu Gupta <[email protected]>

IddSample

17 Jun 21:35
dba4d5e

Choose a tag to compare

Add multimon support to sample driver (#513)

* Update sample driver with multimon support
* Fix compiler warning

Co-authored-by: Shantanu Gupta <[email protected]>

Driver Device Transform Sample

11 Jun 17:36
8832c74

Choose a tag to compare

Changed wil nuget package linking to git submodule (#515)

Deleted link with wil nuget package, switched to git submodule instead.

SDV-FailDriver-STORPORT

10 Jun 20:57
824684c

Choose a tag to compare

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.