greatscottgadgets / apollo

microcontroller-based FPGA / JTAG programmer
BSD 3-Clause "New" or "Revised" License
54 stars 28 forks source link

apollo_fpga: fix handing off USB port to Apollo under Windows #63

Closed mndza closed 2 months ago

mndza commented 2 months ago

Under Windows, libusb sends the vendor request with the recipient set to interface 0 by default. Claiming the appropiate interface before seems to work.