summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2015-08-25Fix #12 by modifying gitignore to include some debug foldersJ M Rossy
2015-08-24Update README for usb/kmdf_fx2 sampleJ M Rossy
2015-08-20Move network/trans/WFPSampler README.md into sample's folderJ M Rossy
2015-08-18Update README for usb/umdf2_fx2 sampleJ M Rossy
2015-08-18Remove eol rules for INF and INX files from gitattributesJ M Rossy
2015-08-12Rename README.md files to standardize casingJ M Rossy
2015-08-07Update README.mdBarry Golden
2015-08-06Update README.mdBarry Golden
2015-08-06Remove obsolete readme.htm filesBarry Golden
2015-08-05Remove obsolete readme.htmBarry Golden
2015-08-05Remove obsolete readme.htmBarry Golden
2015-08-05Update README.mdBarry Golden
2015-08-05Remove obsolete readme.htmBarry Golden
2015-08-05Update README.mdBarry Golden
2015-07-30Update README.mdBarry Golden
2015-07-30Update README.mdBarry Golden
2015-07-29Update README.mdBarry Golden
2015-07-29Samples update for public Windows 10 releaseJ M Rossy
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors Fix #4 Add back fixed KMDOD sample Add new BarcodeScanner sample in pos folder Add new MagneticStripeReader sample in pos folder Add new SynpaticsTouch sample in input folder Add new Power Engine Plugin sample in pofx folder Add new DeviceMft sample in avstream folder Add new AvsCamera sample in root Add new SimBatt sample in root Add other pre-existing samples not yet released for Win10
2015-07-24Update README.mdBarry Golden
2015-07-20Update README.mdBarry Golden
2015-07-20Update README.mdBarry Golden
2015-06-24Added Windows 10 camera universal driver link.Barry Golden
2015-05-15Merge branch 'master' of https://github.com/microsoft/windows-driver-samplesDave Wilson
2015-05-15new .gitattribute fileDave Wilson
2015-05-01Update README.mdBarry Golden
2015-05-01Update README.mdBarry Golden
2015-05-01Update README.mdBarry Golden
2015-04-29terminology changesDave Wilson