| Age | Commit message (Collapse) | Author |
|
|
|
Change INF files with the following:
- Use Driver Store DirID = 13 which are available starting Windows 10 1809
- Remove WDF coinstaller
- Add PnpLockdown = 1
|
|
|
|
toastmon.c (#785)
Handle non-successful return value of WdfIoTargetStart in toastmon.c
|
|
|
|
* Updating samples to utilize ExAllocatePool2 which zero-initializes pool allocations
|
|
|
|
|
|
|
|
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.
|
|
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
|
|
|
|
|
|
|
|
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
|