microsoft / DMF

Driver Module Framework
MIT License
316 stars 81 forks source link

Personal/merge20210325 #158

Closed samtertzakian closed 3 years ago

samtertzakian commented 3 years ago

Merge20210325

  1. Add new Module: DMF_UdeClient
  2. Add new Module: DMF_PepDevice.c
  3. Add new Module: DMF_PepDeviceFan.c
  4. Correct issue in DMF_QueuedWorkItem where long running workitem is unable to clean up.
  5. Add support for retrieving device interface symbolic links in Kernel and User-modes.
  6. Update DMF_AcpiNotification to allow Client to manually enable/disable notifications. Update the OPEN_OPTION mode to make it more flexible and make associated changes.