summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-17Point to .inx file when .inf file is not availableWei Mao
2017-08-17Remove extraneous files in SensorsComboDriverMichelle Bergeron
2017-08-17Add sensors combo driver sampleMichelle Bergeron
2017-08-16Fix typo in WFPSamplerCalloutDriver.inxWei Mao
2017-08-16REDO: avstream\samplemft0\resource.h: file corruptionWei Mao
2017-08-16Build keyboard layout sampleWei Mao
2017-08-16Build avshws sample with RS2 WDKWei Mao
2017-08-16Build clean SysVad sample w/ RS2 WDKWei Mao
2017-08-16error 1209: Section [destinationdirs] is defined multiple timesWei Mao
2017-08-16avstream\samplemft0\resource.h : warning C4335: Mac file format detectedWei Mao
2017-08-16Remove any reference to tostrcls.dll from INF fileWei Mao
The sample class installer itself has been removed long time back.
2017-07-31Merge pull request #156 from Microsoft/MovedComponentsToExtensionsmamont-microsoft
Moved Components to Extension INFs
2017-07-31Moved Components to Extension INFsMatthew Montera
Removed DefaultDestDirs Added COM Registration example
2017-07-31Merge pull request #155 from AndrewYangMSFT/masterWei Mao
Correcting UCSI_MAX_NUM_PDOS
2017-07-31Correcting UCSI_MAX_NUM_PDOSAndrew Yang
2017-07-17Update USB vendor list to 2017-05-31Wei Mao
2017-07-14Merge pull request #153 from tedhudek/avshws-readme-updatesNabilFates
updates per customer feedback
2017-07-13updates per customer feedbackTed Hudek
2017-06-24Merge pull request #148 from girishpattabiraman/masterWei Mao
Added 32 bit format on Microphone Array 1 & 2 endpoints.
2017-06-22Added 32 bit format on Microphone Array 1 & 2 endpoints.Girish Pattabiraman
2017-06-22Merge pull request #145 from girishpattabiraman/masterWei Mao
Componentized INFs and changes to make components universal
2017-06-21issue #127: Remove timerConfig.AutomaticSerialization = FALSE from KMDF echo ↵Wei Mao
sample
2017-06-19ZeroMemory statistics data for retrieval (#147)Yen Lee
* ZeroMemory Statistics Data ZeroMemory Statistics Data so later memory comparison can succeed. * Zero memory statistics data * Need to zero memory a bit earlier
2017-06-13Merge pull request #146 from tedhudek/masterNabilFates
convert DCHU readme to md, add links to docs
2017-06-13convert DCHU readme to md, add links to docsTed Hudek
2017-06-08Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samplesRajib Dutta
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-06-061. Removed property page extension to make Sysvad universal driver.Girish Pattabiraman
2. Updated project files to build with universal Target platform 3. Sample componentized INFs added to SysVad
2017-06-06Adding DCHU sample to the WDK sample repo.Nabil Fates
2017-05-15Merge pull request #139 from girishpattabiraman/masterWei Mao
SysVad sample for Windows Creators Update (1703)
2017-05-15Updated ReadMe for latest driver samples.Girish Pattabiraman
2017-05-03Audio Modules ExampleGirish Pattabiraman
Delay APO Package Project Stream Position Bug Fix SAL
2017-05-03Ignoring specific linker warnings for RS1 and RS2Girish Pattabiraman
Creators update Sample Audio Modules Package project Delay APO Stream Bug fixes
2017-05-01Remove unused WIA idl fileWei Mao
2017-04-30Merge pull request #129 from DavidEGrayson/pr_devcon1Wei Mao
devcon: Made DumpDeviceDriversCallback be __stdcall.
2017-04-30devcon: Add CALLBACK to DumpDeviceDriversCallback definition.David Grayson
The function is passed to SetupScanFileQueue, which expects it to be a PSP_FILE_CALLBACK. The definition of PSP_FILE_CABLLBACK includes CALLBACK. The definition of CALLBACK usually is __stdcall. This change is needed for compiling devcon with mingw-w64.
2017-04-28Merge pull request #136 from ajbarb/fix_custom_capability_nameWei Mao
Updated the custom capbability to match the CustomCapabilty UWP sample
2017-04-28Updated the custom capbability to match the CustomCapabilty UWP sampleAjay Barboza
2017-03-21Merge pull request #125 from girishpattabiraman/masterWei Mao
Ignore both 4049 and 4217 warning for SwapAPO.vcxproj. The error text is the same: locally defined symbol __stdio_common_vswprintf imported from AudioBaseProcessingObjectV140.lib
2017-03-21Merge pull request #30 from AndrewGaspar/spellingWei Mao
Fix spelling of ENUERATE in ndis filter sample. Keep old IOCTL name to not break existing drivers
2017-03-21Ignoring specific linker warnings for RS1 and RS2Girish Pattabiraman
2017-03-21Keep old IOCTL name to not break existing driversWei Mao
2017-03-21Merge pull request #103 from FaraSeer/devcon_unicodeWei Mao
2017-03-21Fix an trailing \r\n issueWei Mao
2017-03-21Add cmdline option -u for Unicode (UTF-16) outputWei Mao
2017-03-20Ignore warning 4049 instead of 4127Girish Pattabiraman
2017-03-20Merge pull request #118 from saredd/masterWei Mao
2017-03-20Add a script to build all samplesWei Mao
2017-03-20Fix build failuresWei Mao
2017-03-18Merge pull request #38 from plujon/msnmntr-bad-castWei Mao
Avoid 0x80000003 on 32-bit Windows in msnmntr.