microsoft / DMF

Driver Module Framework
MIT License
312 stars 78 forks source link

Merge20220610 #213

Closed samtertzakian closed 2 years ago

samtertzakian commented 2 years ago

Merge20220610

  1. Make default queue honor execution settings of parent device.
  2. Allow setting execution settings of default queue explicitly.
  3. A few SAL fixes.
  4. Allow DMF_Rundown Methods to be called at DISPATCH_LEVEL.
  5. Support HID Portable Device to not expose volume buttons.
  6. Support cancellation in DMF_ScheduledTask.
  7. Prevent crash in case of improperly called DMF_Registry APIs.
  8. Corresponding documentation updates.