summaryrefslogtreecommitdiff
path: root/general
AgeCommit message (Collapse)Author
2019-09-16Update README.md (#417)84625846248462384622846218462084619846188461784616846158461484613846128461184610846098460884607846068460584604Barry Golden
2019-08-20Update README.md (#405)778227782177820778197781877817778167781577814778137781277811778107780977808778067780577804778037780277801778007779977798Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-18Update README.md (#403)770217702077019Barry Golden
* Update ReadMe.md * Update README.md
2019-08-17Update README.mdBarry Golden
2019-08-13Fix Comments for DriverEntry function (#396)753067530575304753037530275301753007529975298752977529675295Vidush Vishwanath
2019-07-15Update heading667286672766726667256672466723667226672166720667196671866717667166671566714667136671266711667106670966707667066670566704667036670266701667006669966698666976669666695666946669366692666916669066689666876668666685666846668366682666816668066679666786667766676666756667466673666726667166670666696666866667666666666566664666636666266661666606665966658666576665666655666546665366652666516665066649666486664766646666446664366642666416664066639666386663766636666356663466633666326663166630Den Delimarsky
2019-07-15Update README 6660566604666036660266601666006659966598665976659666595665946659366592665916659066589665886658766586665856658466583Den Delimarsky
2019-07-04Update sample metadataDen Delimarsky
2019-03-13Update README files4492244921449204491944918449174491644915449144491344912449114491044909449084490744906449054490444903449024490144900448994489844897448964489544894448934489244891448904488944888448874488644885448844488344882448814488044879448784487744876448754487444873448724487144870448694486844867448664486444863448624486144860448594485844857448564485544854448534485244851448504484944848448474484644845448444484344842Den Delimarsky
2019-03-13Update manifestsDen Delimarsky
2019-03-13Update READMEsDen Delimarsky
2019-03-13Update README metadataDen 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-02-28Remove InstallWdf sampleWei Mao
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-09Merge pull request #326 from BenPYeh/custom_media_sourceAdonais Romero González
Custom media source
2019-01-02Updating readme categoryPeihsun Yeh
2019-01-02Adding README and yamlPeihsun Yeh
2018-09-25[registry/regfltr/exe/common.h] Remove incorrect new line (#290)Xiaoyin Liu
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-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