summaryrefslogtreecommitdiff
path: root/general/toaster
AgeCommit message (Collapse)Author
2023-02-07Clean up a few misc things after merge of main into develop (#859)Jason
Co-authored-by: Jason Knichel <[email protected]>
2023-02-03Merge branch 'main' into develop-2302-mergeAdonais Romero González
2023-01-15[general/toaster] Update GetDeviceDescriptionWei Mao
2023-01-15Fix: Invalid flag 0x4000, cannot be used with DIRID 13Wei Mao
2023-01-15[DirID-13] toaster sample driversWei Mao
Change INF files with the following: - Use Driver Store DirID = 13 which are available starting Windows 10 1809 - Remove WDF coinstaller - Add PnpLockdown = 1
2023-01-13[UMDF v1] Remove general/toaster/toastDrv/umdf/func, ToastmonWei Mao
2023-01-03Remove IA64 support from more samples (#816)Jason
Co-authored-by: Jason Knichel <[email protected]>
2022-10-14Fix some infverif 1203 (missing section) and 1324 (no PnpLockdown=1) errors ↵Jason
(#793) * Clean up some misc infverif 1203 errors * Clean up some infverif 1324 (no PnpLockdown=1) errors
2022-10-05Add PnpLockdown=1 to a bunch of sample INFs (#789)Jason
2022-09-21[general/toaster] Handle non successful return value of WdfIoTargetStart in ↵Phan Trinh Ha
toastmon.c (#785) Handle non-successful return value of WdfIoTargetStart in toastmon.c
2021-04-22Driver signing changes for driver samples (#612)Dipannita Shaw
2021-04-20Buses samples should use ExAllocatePool2 (#611)matwilli
* Updating samples to utilize ExAllocatePool2 which zero-initializes pool allocations
2019-09-19Update README.md (#421)8552485523855228552185520855198551885517855168551585514855138551285511855108550985508855078550685505Barry Golden
2019-09-18Update README.md (#420)853518534985348853478534685345853448534385342853418534085339Barry Golden
2019-09-17Update README.md (#419)848928489184890848898488884887Barry Golden
2019-08-20Update README.md (#405)778227782177820778197781877817778167781577814778137781277811778107780977808778067780577804778037780277801778007779977798Barry Golden
2019-08-20Update README.md (#404)Barry Golden
2019-08-17Update README.mdBarry Golden
2019-08-13Fix Comments for DriverEntry function (#396)753067530575304753037530275301753007529975298752977529675295Vidush Vishwanath
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
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-06-20Update filter.c (#233)justanotheranonymoususer
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-09-18Update README.md platform metadata.Barry Golden
2017-08-24VSTS 12737998Barry Golden
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.
2016-08-11Updated for "Windows 10 Anniversary Update" (Version 1607)karlf
2015-08-12Rename README.md files to standardize casingJ M Rossy
2015-08-06Update README.mdBarry Golden
2015-08-06Remove obsolete readme.htm filesBarry Golden
2015-07-29Samples update for public Windows 10 releaseJ M Rossy
Fix #2 Enabling WPP Recorder in Sensors Samples causes errors Fix #4 Add back fixed KMDOD sample Add new BarcodeScanner sample in pos folder Add new MagneticStripeReader sample in pos folder Add new SynpaticsTouch sample in input folder Add new Power Engine Plugin sample in pofx folder Add new DeviceMft sample in avstream folder Add new AvsCamera sample in root Add new SimBatt sample in root Add other pre-existing samples not yet released for Win10
2015-04-29samples update for //buildDave Wilson
2015-03-17Initial publishDave Wilson