summaryrefslogtreecommitdiff
path: root/usb
AgeCommit message (Collapse)Author
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-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-13Setting custom capability on a device interface instance to access it using ↵ajbarb
windows store devica app
2016-11-17USB - UcmTcpciCxClientSample: Clarify ACPI sampleMichelle Bergeron
2016-10-26Update README.mdMichelle Bergeron
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-19Adding UcmTcpciCxClientSamplePhilip Froese
2016-10-06Add UnknownHubType enumeration to usb schemaAlex Scarpantoni
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2015-12-04Updates to the Usbview sample applicationAdam Shapiro
Changed display.c and vndrlist.h
2015-10-12Update enum.c per partner requestBarry Golden
2015-10-05Updated usbschema.hpp to fix compile errorBarry Golden
2015-08-24Update README for usb/kmdf_fx2 sampleJ M Rossy
2015-08-18Update README for usb/umdf2_fx2 sampleJ 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-05Update README.mdBarry Golden
2015-08-05Update README.mdBarry Golden
2015-07-30Update 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-04-29terminology changesDave Wilson
2015-04-29samples update for //buildDave Wilson
2015-03-17Initial publishDave Wilson