Skip to content

LKG v1.1.142

Compare
Choose a tag to compare
@samtertzakian samtertzakian released this 05 Dec 00:53
· 4 commits to master since this release
c472024

Merge20231204

  1. Add support to DMF_IoctHandler to allow multiple instances of the same IOCTL table to be attached to same WDFDEVICE. It allows two instances of a Parent module that has DMF_IoctlHanlder as a Child Module to be instantiated in the same driver such that ReferenceString is used to route WDFREQUEST to the proper instance.
  2. Fix Verifier issue in DMF_NotifyUserWithRequestMultiple related to untagged dereference.
  3. Fix some SAL issues.
  4. Add DMF_ConnectedStandby Module.