libusb-win32
libusb-win32 copied to clipboard
Enhancement: to add WinUSB support
There is a fork version of libusb-win32 here which adds WinUSB support for a subset of the libusb-win32 API. https://github.com/avrdudes/libusb/tree/windows/src
Motivation of the fork. https://github.com/mariusgreuel/avrdude#support-winusb-devices-via-custom-libusb
Not so sure if it makes sense to add WinUSB support for libusb-win32 now (libusb-compat-0.1 under Windows will support WinUSB).
I tried to use that library on a PTP/USB device and it wouldn't work. WinUsb_Initialize woudn't work on my device.
Quick question, is there a way to use libusb win32 without using any installers or INF files? Just have it search for a specific GUID (in my case, GUID_DEVCLASS_IMAGE), and work? For a while I've been telling users of https://github.com/petabyt/mlinstall to use Zadig, but it's a pain to use and uninstall. Just tested your devel-filter installer and it works great, but I wish there was a quicker procedure.
Quick question, is there a way to use libusb win32 without using any installers or INF files?
Sorry but this is not possible.