Skip to content

Tags: microsoft/Windows-driver-samples

Tags

win11-22h2

Toggle win11-22h2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

253337

Toggle 253337's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use SHA256 for ndisprot60's driver signing (#558)

243329

Toggle 243329's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

193191

Toggle 193191's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updates to SysVAD (#527)

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

186186

Toggle 186186's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.

162281

Toggle 162281's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

159399

Toggle 159399's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Updated comments for SwapChainProcessor (#522)

Update comments for SwapChainProcessor in IndirectDisplay driver sample

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

159224

Toggle 159224's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add multimon support to sample driver (#513)

* Update sample driver with multimon support
* Fix compiler warning

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

156867

Toggle 156867's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Changed wil nuget package linking to git submodule (#515)

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

156236

Toggle 156236's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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.