summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-03-20Add a script to build all samplesWei Mao
2017-03-20Fix build failuresWei Mao
2017-03-18Merge pull request #38 from plujon/msnmntr-bad-castWei Mao
Avoid 0x80000003 on 32-bit Windows in msnmntr.
2017-03-18Merge pull request #124 from wm1/wm1/fix-casesWei Mao
Fix git directory name case problems
2017-03-17Use lower caseWei Mao
2017-03-17Fix casesWei Mao
2017-03-16Fix issue #122 - Try it againWei Mao
2017-03-16_IRQL_limited_to_(PASSIVE_LEVEL) in function bodyWei Mao
2017-03-16UsbView: Display more BOS descriptorsWei Mao
2017-03-16Fix issue #122 - USBView incorrectly prints out bType of unknown capability ↵Wei Mao
descriptor
2017-03-15Merge pull request #41 from pccq2002/patch-1Wei Mao
Update CdoOperations.c
2017-03-15Got rid of useless casts in AvScan.cElias Bachaalany
2017-03-15Merge pull request #80 from hnebelung/bugfix/DisplayConnectionInfoWei Mao
Fix DisplayConnectionInfo
2017-03-15Merge pull request #83 from lallousx86/minor-typoWei Mao
minor typo fix
2017-03-15Merge pull request #93 from Mapleaph/regdevicemapWei Mao
Fix NULL-terminating device name when writing to DEVICEMAP/SERIALCOMM
2017-03-15Fix issue #109 No kbfiltr.inf fileWei Mao
- Also fix mouse filter for the same issue. - hiddigi\SynapticsTouch for NT$ARCH$ decoration
2017-03-15Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samplesWei Mao
2017-03-15Fix issue #119 PLX9x5x.sln - missing PLxEvtIoDeviceControl functionWei Mao
2017-03-15Fix issue #51 PLX9x5x.sln - missing PLxEvtIoDeviceControl functionWei Mao
2017-03-15[usb] Fix Code Analysis WarningsWei Mao
2017-03-15Fix issue #66 - Confusing `MaximumTransferSize` and `maxTransferSize` inMichelle Bergeron
usbsamp
2017-03-14[usb] Fix Code Analysis WarningsWei Mao
2017-03-14[usb/ucmcx] Fix Code Analysis WarningsWei Mao
2017-03-14Merge pull request #121 from wm1/usb/kmdf_fx2/codeanalysisKarl Froelich
Usb/kmdf fx2/codeanalysis
2017-03-14Allow samples to build successfully on RS1 WDKWei Mao
C/C++ standards specifies that during !if pre-processing, any undefined identifier is replaced with pp-number 0. Thus !if NTDDI >= RS2 is evaluated to true on RS1 DDK, even if NTDDI_RS2 is not defined there
2017-03-13[usb/kmdf_fx2] Fix Code Analysis WarningsWei Mao
2017-03-13Merge pull request #120 from ajbarb/update-osrfx2usb-customcapabilityKarl Froelich
Setting custom capability on a device interface instance to access it…
2017-03-13Setting custom capability on a device interface instance to access it using ↵ajbarb
windows store devica app
2017-03-09Fix OACR code analysis warningsSanjeev Reddy
2017-03-09Temporarily removing this code for rearchitecturekarlf
2017-03-02Merge pull request #114 from girishpattabiraman/masterKarl Froelich
Resolve SAL warnings and suppress 4595
2017-03-01Visual Studio will default to linking with VC Runtime DLL if ↵Girish Pattabiraman
<RuntimeLibrary> is not specified. This Tag needs to be explicitly emptied out. SwapAPO DLL doesn't need the CRT because the CRT is included in "AudioBaseProcessingObjectV140.lib". Have to specifically ignore the Linker error 4217 because vsprintfxxx is being included locally through AudioBaseProcessingObjectV140.lib.
2017-02-16Resolve SAL issues for floating point hardware state.Girish Pattabiraman
Comment explaining warning 6386
2017-02-08Removing local "new and delete operators" and suppressing warning 4595Girish Pattabiraman
2017-02-08Removed definition of "void __cdecl operator delete(void *)" to avoid linker ↵Girish Pattabiraman
error with stdunk.lib
2017-02-08Add NewDelete operators locally as recommeded in C4595 warning and "stdunk.h"Girish Pattabiraman
2017-01-27Merge pull request #100 from xiaoyinl/patch-1Michelle Bergeron
Use HTTPS links in README.md
2017-01-21Ignore DB and opendb files.Girish Pattabiraman
2017-01-21Ignoring 4595 and removing the project DB auto-generated fileGirish Pattabiraman
2017-01-21Resolve SAL annotationsGirish Pattabiraman
2017-01-06Merge pull request #106 from TrevorDev/masterKarl Froelich
Fix Code Analysis Warnings C4595
2017-01-06fix Code Analysis Warnings C4595Trevor Baron
2017-01-02added unicode support for devconFaraSeer
2016-12-23Use HTTPS linksXiaoyin Liu
For better privacy, let's use HTTPS for go.microsoft.com links.
2016-12-08Merge pull request #78 from Dansimp/patch-1Karl Froelich
Update README.md
2016-12-08Merge pull request #90 from tehsiuhuang/masterKarl Froelich
new file: audio/sysvad/EndpointsCommon/EndpointsCommon.vcxproj
2016-11-21Merge pull request #94 from DaiqianHu/masterKarl Froelich
Re-submit for WDI sample driver to GitHub
2016-11-21Re-submit for WDI sample driver to GitHubDaiqian Hu
Submit WDI sample driver to GitHub for RS1.
2016-11-17USB - UcmTcpciCxClientSample: Clarify ACPI sampleMichelle Bergeron
2016-11-14Fix NULL-ternimating device name when writing to DEVICEMAP/SERIALCOMMMichael Wu