summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2018-03-08Update wdf.c (#220)winbatt
No need to configure file handler.
2018-02-28Remove BaseAddress property from all projects to avoid warning LNK4281 (#215)Adonais Romero González
2018-02-28Added .yaml files for samples portal (#214)Barry Golden
2018-02-24Update README.md (#211)Barry Golden
Added missing "name:" tag in samples category filter comment block.
2018-02-24filesys/cdfs: only set the Top Level IRP if locking succeed for lazy writer ↵Pierre Schweitzer
worker. (#209) This avoids hitting the assert again NULL Top Level IRP later on if locking failed.
2018-02-12Update README.mdStephen Griffin
Update build instructions. Resolves #123. Resolves #197. Resolves #206. Resolves #31.
2018-02-08Shouldn't consider desired access when checking for volume lock (#207)Christian Allred
2018-02-01Fix SAL annotation in toastmonWei Mao
2018-01-29general/toaster/toastmon: purge iotargetWei Mao
wdftoastmon: AV_VRF_Wdf01000!FxRequestBase::Vf_VerifyDispose The previous fix to Stop the IoTarget on D0Exit does not solve the problem. In stopped state, the IoTarget still receives incoming request and puts them in a pending list. On device removal, those requests trigger VerifyDispose break. With Purge, The IoTarget "in" gate is closed and won't accept any more incoming request. Besides, any existing requests in pending list are completed as well.
2018-01-23Use WdfUsbTargetDeviceCreateWithParameters for UMDF 2.25+Wei Mao
2018-01-19Updating Camera WDK Samples to RS3 version (#193)saredd
2018-01-16Fix issue #29Wei Mao
2018-01-16Fix issue #191Wei Mao
2018-01-16Fix issue #192Wei Mao
2018-01-12general/toaster/toastmon: stop iotarget/timer on d0exitWei Mao
Bucket IDs: - 0x10d_5_vrf_wdftoastmon!toastmon_readrequestcompletionroutine - AV_VRF_Wdf01000!FxRequestBase::Vf_VerifyDispose - AV_VRF_wdftoastmon!Toastmon_EvtTimerPostRequests WDF verifier breaks: - Driver is trying to delete WDFREQUEST while it is still active on WDFIOTARGET - Calling WdfTimerStart when the timer object is running down will lead to a crash - WDFREQUEST already sent to a target
2018-01-12Format toastmonWei Mao
2017-12-15Fix issue 183Wei Mao
2017-12-15Merge pull request #184 from NateDe-MSFT/masterWei Mao
Update DV-FailDriver-WDM sample to correctly create a driver package.
2017-12-12Update DV-FailDriver-WDM sample to correctly create a driver package.Nate Deisinger
2017-11-30Merge pull request #182 from lukangel/masterLuke
Adding for WinHEC
2017-12-01Adding for WinHECLuke
2017-11-28Merge pull request #181 from lukangel/WinHEC_UpdatesLuke
WinHEC Updates
2017-11-28Updates to Lab DocLuke
2017-11-28Merge pull request #1 from Microsoft/masterLuke
Updating Local
2017-11-21Merge pull request #179 from lukangel/WinHECLuke
Adding WinHEC Lab Content
2017-11-21Adding WinHEC Lab ContentLuke
2017-11-16Merge pull request #178 from 4con/ioctl_kmdf_minor_bugfixWei Mao
Fix general/ioctl/kmdf/exe load wrong version of wdf controller dll.
2017-11-15Fix general/ioctl/kmdf/exe load wrong version of wdf controller dll.4con
At installer.c `LoadWdfCoInstaller` function always get wrong coinstallerVersion 01011, even used `-v version` command line args.
2017-11-14Merge pull request #175 from NeoAdonis/fix-general-pcidrvWei Mao
Delete empty line on general/pcidrv; solves #113
2017-11-14Merge pull request #176 from NeoAdonis/dv-faildriver-wdm-moveWei Mao
Move DV-FailDriver-WDM sample
2017-11-14Move DV-FailDriver-WDM sampleAdonais Romero Gonzalez
2017-11-02Delete empty line on general/pcidrv; solves #113Adonais Romero Gonzalez
2017-11-01Merge pull request #173 from barrygolden/masterWei Mao
Added category filter metadata.
2017-10-31Added category filter metadata.Barry Golden
2017-10-27Merge pull request #171 from MFenelon/masterWei Mao
Update Printer Driver samples for ARM64 and changes to the WDK includes.
2017-10-24Final update to print sample projects for ARM64 supportMike Fenelon
2017-10-03Merge branch 'master' of https://github.com/MFenelon/Windows-driver-samplesMike Fenelon