summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-03-13Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842Den Delimarsky
2019-03-13Testing onboarding more samples44819448184481744816448154481444813448124481144810Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update duplication information44787Den Delimarsky
2019-03-13Remove BOMDen Delimarsky
2019-03-13Remove BOMDen Delimarsky
2019-03-13Update README fileDen Delimarsky
2019-03-13Update READMEDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Fix README issuesDen Delimarsky
2019-03-13Update README metadataDen Delimarsky
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