summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-15Merge pull request #93 from Mapleaph/regdevicemapWei Mao
2017-03-15Fix issue #109 No kbfiltr.inf fileWei Mao
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
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
2017-03-14Allow samples to build successfully on RS1 WDKWei Mao
2017-03-13[usb/kmdf_fx2] Fix Code Analysis WarningsWei Mao
2017-03-13Merge pull request #120 from ajbarb/update-osrfx2usb-customcapabilityKarl Froelich
2017-03-13Setting custom capability on a device interface instance to access it using w...ajbarb
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
2017-03-01Visual Studio will default to linking with VC Runtime DLL if <RuntimeLibrary>...Girish Pattabiraman
2017-02-16Resolve SAL issues for floating point hardware state.Girish Pattabiraman
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
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
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
2017-01-06fix Code Analysis Warnings C4595Trevor Baron
2017-01-02added unicode support for devconFaraSeer
2016-12-23Use HTTPS linksXiaoyin Liu
2016-12-08Merge pull request #78 from Dansimp/patch-1Karl Froelich
2016-12-08Merge pull request #90 from tehsiuhuang/masterKarl Froelich
2016-11-21Merge pull request #94 from DaiqianHu/masterKarl Froelich
2016-11-21Re-submit for WDI sample driver to GitHubDaiqian Hu
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
2016-10-26Update README.mdMichelle Bergeron
2016-10-20Merge pull request #86 from PFroese/masterKarl Froelich
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 pub...Philip Froese
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
2016-10-19Adding UcmTcpciCxClientSamplePhilip Froese
2016-10-06minor typo fixElias Bachaalany
2016-10-06Merge pull request #81 from alscarpan/masterKarl Froelich
2016-10-06Add UnknownHubType enumeration to usb schemaAlex Scarpantoni
2016-09-23Fix DisplayConnectionInfoNebelung, Hartmut