summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-02Adding README and yamlPeihsun Yeh
2019-01-01Fix outlink URLHeesung Kim
Replace all msdn links with docs links
2018-12-18Merge pull request #322 from JoelCorley/avshws-DoesNotWorkOnX86-AddBuildForARMAdonais Romero González
Fix X86 support; Add ARM support.
2018-12-18Fix typoAdonais Romero Gonzalez
2018-12-11Remove broken X86-specific DMA code.Joel Corley
Add project support for ARM & ARM64 targets.
2018-11-28Merge pull request #318 from Microsoft/revert-317-masterAdonais Romero González
Revert "Initial version of GNSS UMDF Sample Driver"
2018-11-28Revert "Initial version of GNSS UMDF Sample Driver"Adonais Romero González
2018-11-28Merge pull request #317 from Cheoljin/masterAdonais Romero González
Initial version of GNSS UMDF Sample Driver
2018-11-28Merge pull request #314 from changeworld/patch-1Adonais Romero González
Fix typo
2018-11-28Initial version of GPS/GNSS UMDF Sample Driver (UMDF Version 2)Cheoljin Lee
2018-11-23Fix typoTakashi Takebayashi
TURE -> TRUE
2018-11-16Bug fix: Non paged functions in MinWaveRT should not be inline (#313)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 * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * Resync with Microsoft-master branch * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * RS5 updates: - USB Sideband implementation - Power management options: _USE_IPortClsRuntimePower, _USE_SingleComponentMultiFxStates * Bug fix: Non paged code in Wave Filter should not be defined Inline.
2018-11-12RS5 Updates (#311)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 * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * Resync with Microsoft-master branch * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * RS5 updates: - USB Sideband implementation - Power management options: _USE_IPortClsRuntimePower, _USE_SingleComponentMultiFxStates
2018-11-12Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at ↵Girish Pattabiraman
DISPATCH_LEVEL (#296) * 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 * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL * Resync with Microsoft-master branch * Replace FastMutex with Spinlock for DeviceFormatsAndModes to work well at DISPATCH_LEVEL
2018-11-02Enforce Control Flow Guard disabling on unsupported scenarios (#309)Adonais Romero González
2018-11-02Fix FakeModem InfVerif warning 1296 (#308)Adonais Romero González
2018-10-30Fix typos in fastfat comments (#295)Quinten Johnson
2018-10-30Fix some comment typos (#294)Quinten Johnson
2018-10-30Fix typo in the word acceptable (#299)Swapnil
2018-10-30Fix typo for the word absence (#298)Swapnil
2018-10-30Fix typo in the word acceptable (#300)Swapnil
2018-10-30fix bizarre misspelling (#305)garanews
bizarre vs bizzare
2018-09-28Merge branch 'master' of https://github.com/Microsoft/Windows-driver-samplesRajib Dutta
2018-09-28Added UCSI PPM start PPM stop DDI calls in prepare and release hardware ↵Rajib Dutta
respectively.
2018-09-28Remove unused WppScanConfigurationData from bluetooth/serialhcibus (#293)Adonais Romero González
2018-09-27Fix infverif warning 1296 by adding an explict directive for AddService to ↵Luiz Felipe Tenaglia
print samples (#292)
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