FYI on libusbm -- libusb-win32 API under Linux and macOS
Xiaofan Chen <[email protected]> Sat, 3 Jul 2021 09:55:45 +0800
| Newsgroups | gmane.comp.lib.libusb.devel.windows |
|---|---|
| Message-ID | <CAGjSPUBn0EHk8aat6uDa4J0OU1mYiz=cVyNx3UMGpD4Q34PWzA@mail.gmail.com> |
I know this should be a really niche use case and you should really use libusb-1.0 as the cross platform API. However, just in case that you have used libusb-win32 async API under Windows and want to use the same code base under Linux and macOS, you may want to take a look at the following work done by Travis Robinson in 2012. https://github.com/mcuee/libusbm -- Xiaofan