summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2016-11-08 new file: audio/sysvad/EndpointsCommon/EndpointsCommon.vcxprojtehuang
new file: audio/sysvad/KeywordDetectorAdapter/KeywordDetectorContosoAdapter.vcxproj new file: audio/sysvad/PhoneAudioSample/PhoneAudioSample.vcxproj new file: audio/sysvad/SwapAPO/APO/SwapAPO.vcxproj new file: audio/sysvad/SwapAPO/PropPageExtensions/PropPageExt.vcxproj new file: audio/sysvad/TabletAudioSample/TabletAudioSample.vcxproj modified: audio/sysvad/sysvad.sln
2016-10-26Update README.mdMichelle Bergeron
2016-10-20Merge pull request #86 from PFroese/masterKarl Froelich
Update README for UcmTcpciCxClientSample with RPi Instructions
2016-10-20Minor edits to READMEPhilip Froese
2016-10-19Add download link for insider preview buildsPhilip Froese
2016-10-19Update README with references to IoT Insider Preview builds which are now ↵Philip Froese
publicly available
2016-10-19Add link to WDK to READMEPhilip Froese
2016-10-19Add RPi Instructions to README for UcmTcpciCxClientSamplePhilip Froese
2016-10-19Merge pull request #85 from PFroese/masterKarl Froelich
Adding UcmTcpciCxClientSample
2016-10-19Adding UcmTcpciCxClientSamplePhilip Froese
2016-10-06minor typo fixElias Bachaalany
2016-10-06Merge pull request #81 from alscarpan/masterKarl Froelich
Add UnknownHubType enumeration to usb schema
2016-10-06Add UnknownHubType enumeration to usb schemaAlex Scarpantoni
2016-09-23Fix DisplayConnectionInfoNebelung, Hartmut
Display the connection info correctly even if the ConnectionInfoV2 is not present.