summaryrefslogtreecommitdiff
path: root/usb
AgeCommit message (Collapse)Author
2019-07-04Update sample metadataDen Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update duplication information44787Den Delimarsky
2019-03-13Remove BOMDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update README metadataDen Delimarsky
2019-03-12Fix broken links to 'Preparing a Computer for Manual Driver Deployment' (#338)Luc Rubio
2019-03-12Update README.md for samples portal (#358)Barry Golden
* Update README.md for samples portal * Update README.md for samples portal * Removed installwdf * Update fork (#2) * Fix typo ture -> true * Remove InstallWdf sample * Fix typo (#340) ture -> true * Readme typo fix (#349) * Update langid
2019-03-08Update langidWei Mao
2018-11-02Enforce Control Flow Guard disabling on unsupported scenarios (#309)Adonais Romero González
2018-09-28Added UCSI PPM start PPM stop DDI calls in prepare and release hardware ↵Rajib Dutta
respectively.
2018-09-24Updated project file to reflect only supported configurations and added ext ↵Rajib Dutta
lib for x86.
2018-09-24Updated YAML manifest for Microsoft Samples portal. (#287)Barry Golden
* Rename YAML manifests to use .yml extension * Add preserveParentHierarchy: true to YAML manifest * Updated YAML manifest for Microsoft Samples portal. * Fix YAML newline warnings * Updated vssolution path in YAML manifests
2018-09-09Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samplesRajib Dutta
2018-09-09added project configurations for release buildRajib Dutta
2018-08-20Updated README.md with forward linkRajib Dutta
2018-08-20UcmUcsiCx Sample ACPI Client Driver.Rajib Dutta
2018-06-25Update UsbViewWei Mao
2018-06-25USBView improvements to display USB audio dataWei Mao
VSO: 11210526
2018-06-20[UsbView] Update README.mdWei Mao
Clarify that the sample source code at GitHub is the latest version. The prebuilt binary in WDK is no longer actively maintained.
2018-02-28Added .yaml files for samples portal (#214)Barry Golden
2018-01-23Use WdfUsbTargetDeviceCreateWithParameters for UMDF 2.25+Wei Mao
2017-12-15Fix issue 183Wei Mao
2017-09-18Update README.md platform metadata.Barry Golden
2017-09-18Include headers from current folderWei Mao
2017-08-27VSTS 12737998Barry Golden
2017-08-17Fix more instances of: error 1209: Section [destinationdirs] is defined ↵Wei Mao
multiple times
2017-08-17Point to .inx file when .inf file is not availableWei Mao
2017-08-16error 1209: Section [destinationdirs] is defined multiple timesWei Mao
2017-07-31Correcting UCSI_MAX_NUM_PDOSAndrew Yang
2017-07-17Update USB vendor list to 2017-05-31Wei Mao
2017-06-08Changes in the way UcmInitializeDevice and Ppm_CreateConnectors calls are made.Rajib Dutta
UcmInitializeDevice needs to be called from EvtDeviceAdd callbcack otherwise connect APIs may not work. Hence moving the function call to Ppm_Initialize which is called from EvtDeviceAdd callback. Creating a work item to create connectors and enable UCSI notifications so as to not block D0 Entry and thereby boot sequence during startup.
2017-04-28Updated the custom capbability to match the CustomCapabilty UWP sampleAjay Barboza
2017-03-16Fix issue #122 - Try it againWei Mao
2017-03-16_IRQL_limited_to_(PASSIVE_LEVEL) in function bodyWei Mao
2017-03-16UsbView: Display more BOS descriptorsWei Mao
2017-03-16Fix issue #122 - USBView incorrectly prints out bType of unknown capability ↵Wei Mao
descriptor
2017-03-15Merge pull request #80 from hnebelung/bugfix/DisplayConnectionInfoWei Mao
Fix DisplayConnectionInfo
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