summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-25[registry/regfltr/exe/common.h] Remove incorrect new line (#290)Xiaoyin Liu
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-24Fix typo in ioctl/kmdf/exe/testapp.c (#288)Xiaoyin Liu
2018-09-09Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samplesRajib Dutta
2018-09-09added project configurations for release buildRajib Dutta
2018-09-07fix bug in source not allowing to go from shutdown to startPeihsun Yeh
2018-08-29Suppress warning for storage/class/disk sampleAdonais Romero González
2018-08-27Shouldn't consider desired access when checking for volume lock (#273)Christian Allred
For ReFS and NTFS the sample incorrectly considers the desired access, while for FAT it correctly only considers the share mode of the handle. The way it is done for FAT is the way it should be done for all file systems.
2018-08-27clarifying comments, removing some alsoPeihsun Yeh
2018-08-24added mising referencestringPeihsun Yeh
2018-08-20Updated README.md with forward linkRajib Dutta
2018-08-20UcmUcsiCx Sample ACPI Client Driver.Rajib Dutta
2018-08-17Fix the solution and project so everything builds.Joel Corley
Note: The DLLs are still not being signed. The driver package will install, but won't start because of it.
2018-08-15adding entry code for media sourcePeihsun Yeh
2018-08-14Added driver project, but it is not building yetPeihsun Yeh
2018-08-14Renamed MediaSource projectPeihsun Yeh
2018-08-13Update sample to get ready for RS4 changes - merge pre-RS4 fixes. (#256)Girish Pattabiraman
* Format Changes ============== * Add KSEVENT_PINCAPS_FORMATCHANGE to Bluetooth HFP Endpoints * Remove 8 bit formats from Bluetooth HFP Endpoints Name Template ============== * Bluetooth Endpoints are now based on templates in INF and then customized with endpoints specific data Sideband Common Interface for future Sideband buses =================================================== * Add ISidebandDevice * Add current directory to TabletAudioSample include path. Remove unused compiler flags. * RS4 bug fixes
2018-08-13Fix resource.h file encoding (#272)Adonais Romero González
2018-08-01fix up of media sourcePeihsun Yeh
2018-08-01Creating custom media source solution and project (still needs driver)Peihsun Yeh
2018-07-19Merge pull request #208 from stephenegriffin/patch-1Adonais Romero González
Update README.md
2018-07-19Merge pull request #254 from JoelCorley/rs4-updateAdonais Romero González
Update AVStream / Camera samples for RS4.
2018-07-19Merge branch 'master' into rs4-updateJoel Corley
2018-07-19Merge pull request #263 from tlqaksqhr/masterAdonais Romero González
Typo fixed : RtRemvoeKeyFromVaHashTable -> RtRemoveKeyFromVaHashtable
2018-07-19Merge pull request #238 from jkunkee/arm64-devconAdonais Romero González
Add ARM64 configurations to devcon solution
2018-07-19Typo error fixed : RtRemvoeKeyFromVaHashTable -> RtRemoveKeyFromVaHashTablesemtax
2018-07-12Merge pull request #257 from jiteshkris/masterAdonais Romero González
changes to device MFT to include platform concepts like decoder/ XVP/ Work Queues/ Allocators
2018-07-10changes to device MFT to include platform concepts like decoder/ XVP/ Work ↵Jitesh Krishnan
Queues/ Allocators
2018-06-29Update AVStream / Camera samples for RS4.Joel Corley
2018-06-25Update UsbViewWei Mao
2018-06-25USBView improvements to display USB audio dataWei Mao
VSO: 11210526
2018-06-20[SimRep] Fix printing the correct function name in SimRepPreNetworkQueryOpen ↵Ged Murphy
(#244)
2018-06-20Update testapp.c (#232)justanotheranonymoususer
2018-06-20Update filter.c (#233)justanotheranonymoususer
2018-06-20Update ndisprot.h (#240)justanotheranonymoususer
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-05-16Merge pull request #246 from NeoAdonis/remove-ramdisk-sdiomarsAdonais Romero González
Remove sdiomars & ramdisk samples
2018-05-15Remove sdiomars & ramdisk samplesAdonais Romero Gonzalez
2018-05-15Add ARM64 configurationsJon Kunkee
This commit adds ARM64 Debug and Release configurations while avoiding newer VS configuration fields.
2018-05-03Merge pull request #243 from NeoAdonis/remove-nfcAdonais Romero González
Remove NFC\Simulator sample
2018-05-03Remove NFC\Simulator sampleAdonais Romero Gonzalez
2018-04-23Merge pull request #237 from DmitryMalloy/masterAdonais Romero González
RSSv2 library and sample OID handlers
2018-04-23RSSv2 library and sample OID handlersDmitry Malloy (MESHCHANINOV)
2018-04-09Merge pull request #231 from Microsoft/Update-Samplemamont-microsoft
Update sample
2018-04-09Made changes to project filesMatthew Montera
Cleaned up some of the project files
2018-04-09Fix use FILE_LINK_INFORMATION struct for (fileInfoClass == ↵Julio Garcia
FileLinkInformation) instead of FILE_RENAME_INFORMATION struct. (#225) There was no error because both structs are same size, but this may change in future versions.
2018-03-26Extension INF matchingMatthew Montera
Make extension INF matching more distinct.
2018-03-09Merge pull request #222 from NeoAdonis/remove-input-hiddigiAdonais Romero González
Remove input/hiddigi/SynapticsTouch sample
2018-03-09Remove input/hiddigi/SynapticsTouch sampleAdonais Romero Gonzalez