microsoft / DMF

Driver Module Framework
MIT License
316 stars 81 forks source link

Merge20200528 #121

Closed samtertzakian closed 4 years ago

samtertzakian commented 4 years ago

Merge20200528

  1. Fix BSOD during hibnerate path due to "PAGED" code.
  2. Correct issue in BufferPool where context was not passed to callback.
  3. Remove legacy event log API.
  4. Correct an issue where ModuleCollectionHandle was not set early enough for all possible cases.
  5. Update SpbTarget and HidTarget to use updated Protocol-Transport interface.
  6. Update Unit Tests to add more tests and allow testing of specific cancel code paths.
  7. Add portable version check API.