summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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.
2016-09-12Update README.mdDaniel Simpson
Fixing broken link in lead in para (Download goes to ADK, not WDK)
2016-08-18Updating registry settings and valueskarlf
2016-08-18Adding missing .sln filekarlf
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2016-06-29Update README.mdBarry Golden
Minor edits for punctuation, whitespace, and grammar.
2016-06-21Updated README.mdBarry Golden
2016-06-21Added Microsoft Code of ConductBarry Golden
2016-02-29Revised Version of WFP SamplerAdam Shapiro
Revised WFP Sampler
2016-02-04WDI SampleAdam Shapiro
Adding WDI sample from partner enablement-China
2016-02-04Moved Native WIFI IHV Service SampleAdam Shapiro
Moves sample to unique folder, in order to add another WIFI sample GitHub repository
2016-01-09Update CdoOperations.cpccq2002
2015-12-22Avoid 0x80000003 on 32-bit Windows in msnmntr.Jon
The exception occurs in MonitorCoStreamFlowDeletion, but the bug is in MonitorCoCreateFlowContext. In 32-bit Windows, the high bit of kernel mode pointers is set, and the pointer value is 0x80000000 or above. Casting 0x80000000 to a UINT64 yields 0xffffffff80000000 because of sign extension. ULongLongToULongPtr converts 0xffffffff80000000 to 0xffffffff. Boom. Cast using an intermediate uintptr_t to avoid the sign extension in the first place.
2015-12-10Update README.mdBarry Golden
2015-12-04Updates to Barcode Scanner SampleAdam Shapiro
Changes to BarcodeScanner.sln, PosEvents.cpp, SampleBarcodeScannerDrv.vcxproj and .filters, and the sources file.
2015-12-04Updates to the Usbview sample applicationAdam Shapiro
Changed display.c and vndrlist.h
2015-11-17Add New Sample To Git HubAdam Shapiro
Adding the new HAL Extension sample to the online repository in the "General" Category
2015-11-09Fix spelling of ENUERATE in ndis filter sample.Andrew Gaspar
2015-10-27Fix failure with SysVad COM registrationsAdam Shapiro
2015-10-12Update enum.c per partner requestBarry Golden
2015-10-05Updated usbschema.hpp to fix compile errorBarry Golden
2015-09-01Updated README.mdBarry Golden
2015-08-26Update README.mdBarry Golden