This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
If would be nice if Microsoft could provide official samples of USB device emulation (UDE) drivers to help developers get started with this powerful technology.
I'm already aware of the code snippets on Write a UDE client driver. There's also a sample project on https://github.com/microsoft/UDE , but it seem like an abandoned project. The project is furthermore lacking files required for it to build and no-one are responding to reported issues.
Could it be possible to either revive the https://github.com/microsoft/UDE project and/or migrate it to this repo, so that it can serve as working starting-point for UDE driver development?
If would be nice if Microsoft could provide official samples of USB device emulation (UDE) drivers to help developers get started with this powerful technology.
I'm already aware of the code snippets on Write a UDE client driver. There's also a sample project on https://github.com/microsoft/UDE , but it seem like an abandoned project. The project is furthermore lacking files required for it to build and no-one are responding to reported issues.
Could it be possible to either revive the https://github.com/microsoft/UDE project and/or migrate it to this repo, so that it can serve as working starting-point for UDE driver development?