summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-24fix bug in PackReport (#534)186186ebadger
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.
2020-06-24Merged current inbox code except for DDKSPLIT (#474)162281aktsuda
* Merged current inbox code except for DDKSPLIT * 19H1 inbox code except for DDKSPLIT and storport_p.h * Removed internal code
2020-06-17Updated comments for SwapChainProcessor (#522)159399Shantanu Gupta
Update comments for SwapChainProcessor in IndirectDisplay driver sample Co-authored-by: Shantanu Gupta <[email protected]>
2020-06-17Add multimon support to sample driver (#513)159224Shantanu Gupta
* Update sample driver with multimon support * Fix compiler warning Co-authored-by: Shantanu Gupta <[email protected]>
2020-06-11Changed wil nuget package linking to git submodule (#515)156867strongstrongyiwen
Deleted link with wil nuget package, switched to git submodule instead.
2020-06-10Updated comment text in line 1246156236156234Barry Golden
Updated comment text to meet bias-free communication guidance. For more information, see https://docs.microsoft.com/style-guide/bias-free-communication.
2020-06-10Updated comment in line 698Barry Golden
Updated comment text to meet bias-free communication guidance. For more information, see https://docs.microsoft.com/style-guide/bias-free-communication.
2020-05-21Fixed tab character issue in avstream/avssamp/video.cpp and added ↵strongstrongyiwen
PnpLockdown flag to inx file (#503) * Fix: - Fix typo of ExAllocatePoolZero(). - Add PnpLockdown flag to INX file. * Fixed tab character issue and added PnpLockdown flag to inx file Co-authored-by: Joel Corley <[email protected]>
2020-05-13Update to SysVAD, Wave test and public sample of KS Position Test (#496)147237Daniel Rugerio
* Update to Wave test and public sample of KS Position test. * Update to the SysVAD audio driver sample. * Add the PnpLockDown property.
2020-05-10Update README.md (#493)Chao0000
I added statements about how to change Platform Toolset of the projects in Step 2-i. When I used VS2017 and VS2019 to try to build the projects, Driver Files wasn't shown in the menu. So I think it is necessary to add these steps for people who download these good sample projects.
2020-04-29Merge pull request #478 from xNephe/deprecatedAPIFix142846NateD-MSFT
WDI sample: Use ExAllocatePool2 instead of ExAllocatePoolWithTag
2020-04-23Avshws.sys fails to build clean. Typo. (#484)Joel Corley
- Fix typo of ExAllocatePoolZero(). - Add PnpLockdown flag to INX file.
2020-04-20Update simdeviceumdf139639zlockard
Update INF to remove deprecated UMDF 1.* directive
2020-04-10Add CA defect to SDV-FailDriver-WDM sample137243Adonais Romero González
Add a simple C28171 code analysis for drivers violation to the SDV-FailDriver-WDM sample, so that we can use it to validate CA for drivers is working correctly.
2020-04-09Add CA defect to SDV-FailDriver-WDM sampleNateD-MSFT
Add a simple C28171 code analysis for drivers violation to the SDV-FailDriver-WDM sample, so that we can use it to validate CA for drivers is working correctly.
2020-04-07Update all the AvStream samples for Vibranium136198136197136196136195136194Adonais Romero González
Update all the AvStream samples for Vibranium.
2020-04-07Merge branch 'UpdateVibraniumAvstream' of ↵Joel Corley
https://github.com/JoelCorley/Windows-driver-samples into UpdateVibraniumAvstream
2020-04-07Fix typos, etc. to address review comments.Joel Corley
2020-04-06Replaced ExAllocatePoolWithTag with ExAllocatePoolZero in avsstream samplesYiwen Jiang
2020-04-03Undo unnecessary changes to project file.Joel Corley
2020-04-03Fix WDI sample buildGuillaume Hetier
2020-04-02Fix deprecated pool allocation functionGuillaume Hetier
2020-03-26Add Indirect Display Driver sample (#459)132485Adonais Romero González
* Add Indirect Display Driver sample * minor cleanup * Update sample notification email * Update inf with Pnplockdown=1 Co-authored-by: Shantanu Gupta <[email protected]>
2020-03-26fix casingShantanu Gupta
2020-03-24Rewrite the service for the best practice of Win32 Services Interacti… (#472)131800andylsn
* Rewrite the service for the best practice of Win32 Services Interacting with Devices * Rewrite the service using pure WIN32 APIs * Support multiple device interfaces * Add WINAPI decoration to notification callbacks to avoid AV issue * A small fix * Implement OSRFX2 samples for AddTrigger syntax and service lifetime control * Add comment on AddTrigger syntax Co-authored-by: Shunni Li <[email protected]> * Update inx file (#2) Co-authored-by: Shunni Li <[email protected]> * Add PnpLockdown in INX * Update osrfx2_DCHU_base.inx Co-authored-by: Shunni Li <[email protected]>
2020-03-24Update inf with Pnplockdown=1Shantanu Gupta
2020-02-20Update sample notification emailShantanu Gupta
2020-02-19minor cleanupShantanu Gupta
2020-02-19Add Indirect Display Driver sampleShantanu Gupta
2020-02-11Revert the accidential overwriting of README.MD files.Joel Corley
2020-01-21Add missing nuget package file.Joel Corley
2020-01-21Update all the AvStream samples for Vibranium.Joel Corley
2020-01-08SFloppy: RtlStringCbPrintf?() need bytes, not chars (#442)112654Serge Gautherie
2020-01-08Removed repeated sentence (#449)112648Dominic Letz
2020-01-07Update README.md (#450)112269112268112267112266112265Barry Golden
2020-01-06Updated links to https (#448)112023112022112021112020112019112018112017112016112015112014112013112012112011112010112009112008112007112006Barry Golden
2020-01-06Update README.md111986Barry Golden
2020-01-03Update README.md111600Barry Golden
2019-12-11Update readme.mdBarry Golden
2019-12-11Update README.mdBarry Golden
2019-12-11Update readme.mdBarry Golden
2019-12-10Update README.md105368Barry Golden
2019-12-04Updates on the SysVAD driver sample (#443)104069Daniel Rugerio
* Update SysVAD public sample. * Add WaveTest public sample. * Modify the componentized audio samples to include the addComponent directive. * Dropped the Phone Audio sample. * Updated README.md. * Added explanation for the Phone Audio sample.
2019-11-12Update the Bluetooth Serial HCI Bus Driver sample to exemplify PLDR (#438)99498Rahul Ramadas
2019-11-12Fix missing stdexcept header in sampledevicemft (#441)99495Adonais Romero González
2019-10-24Update README.mddocs
2019-10-22Merge branch 'master' of https://github.com/microsoft/Windows-driver-samplesRajib Dutta
2019-10-22Making controller D3 timeout for screen on and Off HLK requirements ↵Rajib Dutta
compliant. Refer to requirement: device.buscontroller.i2c.idlepowermanagement
2019-10-22Making controller D3 timeout for screen on and HLK requirements compliant. ↵Rajib Dutta
Refer to requirement: device.buscontroller.i2c.idlepowermanagement
2019-10-15Update README.md9192791923docs