libusb-win32 icon indicating copy to clipboard operation
libusb-win32 copied to clipboard

Enhancement: to add WinUSB support

Open mcuee opened this issue 3 years ago • 2 comments

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).

mcuee avatar May 14 '22 05:05 mcuee

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.

petabyt avatar Sep 18 '22 17:09 petabyt

Quick question, is there a way to use libusb win32 without using any installers or INF files?

Sorry but this is not possible.

mcuee avatar Sep 19 '22 23:09 mcuee