microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Merge20211217 #199

Closed samtertzakian closed 2 years ago

samtertzakian commented 2 years ago

Merge20211217

  1. Add ability for Module authors to set non-zero default values in a Module's Config. DECLARE_DMF_MODULE_EX()
  2. Update default Config for DMF_BufferPool, DMF_BufferQueue and DMF_QueuedWorkitem.
  3. Allow User-mode Clients of DMF_DeviceInterfaceTarget to fail the Open of a device interface instance.
  4. Update the check for Paged Pool type to be simpler.