summaryrefslogtreecommitdiff
path: root/general
AgeCommit message (Collapse)Author
2018-09-07fix bug in source not allowing to go from shutdown to startPeihsun Yeh
2018-08-27clarifying comments, removing some alsoPeihsun Yeh
2018-08-24added mising referencestringPeihsun Yeh
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-01fix up of media sourcePeihsun Yeh
2018-08-01Creating custom media source solution and project (still needs driver)Peihsun Yeh
2018-06-20Update testapp.c (#232)justanotheranonymoususer
2018-06-20Update filter.c (#233)justanotheranonymoususer
2018-04-09Made changes to project filesMatthew Montera
Cleaned up some of the project files
2018-03-26Extension INF matchingMatthew Montera
Make extension INF matching more distinct.
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-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-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-11-30Merge pull request #182 from lukangel/masterLuke
Adding for WinHEC
2017-12-01Adding for WinHECLuke
2017-11-28Updates to Lab DocLuke
2017-11-21Merge pull request #179 from lukangel/WinHECLuke
Adding WinHEC Lab Content
2017-11-21Adding WinHEC Lab ContentLuke
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-02Delete empty line on general/pcidrv; solves #113Adonais Romero Gonzalez
2017-09-18Update README.md platform metadata.Barry Golden
2017-09-18Include headers from current folderWei Mao
2017-09-12Update README.mdNabilFates
Fixing typo
2017-08-30Update READMEMatthew Montera
Updated README to reflect new package structure
2017-08-29Merge pull request #166 from barrygolden/masterWei Mao
Added metadata to README.md files
2017-08-28Update osrfx2_DCHU_extension.inxNabilFates
2017-08-28Update osrfx2_DCHU_extension.inxNabilFates
2017-08-28Update README.mdNabilFates
2017-08-25Many changesMatthew Montera
Went through PR
2017-08-24VSTS 12737998Barry Golden
2017-08-22debugbreakMatthew Montera
removed another debugbreak
2017-08-22Fixed project settingsMatthew Montera
Fixed project settings and removed a debugbreak that I had missed.
2017-08-18AddComponent to ExtensionMatthew Montera
Put the Win32 Service into the base, and created two separate extensions that create the component in a loose and tight manner.
2017-08-17Fix more instances of: error 1209: Section [destinationdirs] is defined ↵Wei Mao
multiple times
2017-08-17Point to .inx file when .inf file is not availableWei Mao
2017-08-16error 1209: Section [destinationdirs] is defined multiple timesWei Mao
2017-08-16Remove any reference to tostrcls.dll from INF fileWei Mao
The sample class installer itself has been removed long time back.
2017-07-31Moved Components to Extension INFsMatthew Montera
Removed DefaultDestDirs Added COM Registration example
2017-06-21issue #127: Remove timerConfig.AutomaticSerialization = FALSE from KMDF echo ↵Wei Mao
sample
2017-06-13convert DCHU readme to md, add links to docsTed Hudek
2017-06-06Adding DCHU sample to the WDK sample repo.Nabil Fates
2017-03-20Fix build failuresWei Mao
2017-03-15Fix issue #119 PLX9x5x.sln - missing PLxEvtIoDeviceControl functionWei Mao
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf