summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-13Update READMEsDen Delimarsky
2019-03-13Testing samples browser integrationDen 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
2019-03-07Readme typo fix (#349)VoidVolker
2019-03-07Fix typo (#341)Adonais Romero González
ture -> true
2019-03-07Fix typo (#340)Takashi Takebayashi
ture -> true
2019-02-28Remove InstallWdf sampleWei Mao
2019-02-12Merge pull request #345 from saredd/masterAdonais Romero González
Updating Samples to RS5 versions. Setting DriverTargetPlatform to Universal to enable API Validator
2019-02-07Deleting project filters fileSanjeev Reddy
2019-02-06Cleaning up extraneous project changesSanjeev Reddy
2019-02-06Updating samples with RS5 changes and setting DriverTargetPlatform to ↵Sanjeev Reddy
Universal to enable API Validator
2019-02-06Merge pull request #1 from Microsoft/masterSanjeev Reddy
Updating to latest
2019-01-29Fix typoTakashi Takebayashi
ture -> true
2019-01-24[general/ioctl/exe/testapp.c] Fix typo in comment (#335)Xiaoyin Liu
2019-01-18Update WPP trace GUID for pcidrv and serial samplesWei Mao
It is common for people to copy and rename WDK sample when starting a new driver project. During the process sometimes people forgets to change the new driver's WPP trace GUID, causing difficulty when collecting trace logs. This happens for some inbox drivers as well. Note this is not a problem when using WDK project wizard in VS which always creates a new trace GUID. The fix updates the trace GUID for pcidrv and serial samples, so that they won't collide with the inbox driver.
2019-01-10Merge pull request #332 from Cheoljin/GnssDriverSampleAdonais Romero González
Add Gnss sample driver v1
2019-01-10Merge pull request #330 from cwize1/user/chrisgun/NfcCxSampleAdonais Romero González
Add NFC CX sample driver.
2019-01-09Add Gnss sample driver v1Cheoljin Lee
2019-01-09Merge pull request #326 from BenPYeh/custom_media_sourceAdonais Romero González
Custom media source
2019-01-08Add NFC CX sample driver.Chris Gunn
2019-01-07Merge pull request #325 from hsebs/XPSDrvSmplAdonais Romero González
Fix outlink URL
2019-01-02Updating readme categoryPeihsun Yeh
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)