Tags: richardzhang0301/Windows-driver-samples
Tags
Fix UDP inbound reinject scenario (microsoft#551) Modify the inbound NBL's UDP port # to that of the original outbound traffic, in order to meet the inbound filter conditions
Updates to SysVAD (microsoft#527) * Fixed build errors when disabling sideband, * A note about the SysVAD sample and HLK testing.
fix bug in PackReport (microsoft#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.
Merged current inbox code except for DDKSPLIT (microsoft#474) * Merged current inbox code except for DDKSPLIT * 19H1 inbox code except for DDKSPLIT and storport_p.h * Removed internal code
Updated comments for SwapChainProcessor (microsoft#522) Update comments for SwapChainProcessor in IndirectDisplay driver sample Co-authored-by: Shantanu Gupta <[email protected]>
Add multimon support to sample driver (microsoft#513) * Update sample driver with multimon support * Fix compiler warning Co-authored-by: Shantanu Gupta <[email protected]>
Changed wil nuget package linking to git submodule (microsoft#515) Deleted link with wil nuget package, switched to git submodule instead.
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.
PreviousNext