microsoft / Windows-driver-samples

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.
Microsoft Public License
6.75k stars 4.89k forks source link

Request: USB Device Emulation (UDE) samples #1185

Open forderud opened 2 weeks ago

forderud commented 2 weeks ago

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?