From dc1ee62b393e8dd19cbd970c2e86608f7d33ce74 Mon Sep 17 00:00:00 2001 From: nefarius Date: Thu, 21 Sep 2023 12:01:46 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87b0591..4c657ce 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ ## About -This extension (or plugin, however you like to call it) to Microsoft DMF gives the kernel driver developer the ability to filter between bus drivers and their child PDOs. The need for sauch a tool arose when [researching and working around a UDE shortcoming with audio devices](https://fosstodon.org/@Nefarius/110089542325783941) in the lab environment. Microsoft's official stance on bus filter drivers are... not exultant to say the least. You can take the code for your research and development shenanigans in a controlled lab environment for any similar challenge that comes to mind. Heed my warnings though that I highly discourage the reader from adding code like this to their production releases. It works™ but is in no way, shape or form completely bug-free nor peer-reviewd nor approved by any of the big shots in the Windows driver development world. You have been warned. +This extension (or plugin, however you like to call it) to Microsoft DMF gives the kernel driver developer the ability to filter between bus drivers and their child PDOs. The need for such a tool arose when [researching and working around a UDE shortcoming with audio devices](https://fosstodon.org/@Nefarius/110089542325783941) in the lab environment. Microsoft's official stance on bus filter drivers are... not exultant to say the least. You can take the code for your research and development shenanigans in a controlled lab environment for any similar challenge that comes to mind. Heed my warnings though that I highly discourage the reader from adding code like this to their production releases. It works™ but is in no way, shape or form completely bug-free nor peer-reviewd nor approved by any of the big shots in the Windows driver development world. You have been warned. ## Sources & 3rd party credits