Closed GoogleCodeExporter closed 9 years ago
Patches usb1aa.patch and cfgin3NotRequireVendorProduct.patch are independent of
Win32/Cygwin. Therefore they can/should be applied now and the Win32 bits left
for later analysis/application.
* usb1aa.patch -- fixes some small bugs in src/hci_transport_usb.c
* cfgin3NotRequireVendorProduct.patch -- Enables the use of the automatic USB
search for a BT radio, not requiring USB_VENDOR_ID, USB_PRODUCT_ID.
Original comment by alanj...@yahoo.com
on 20 Nov 2011 at 12:08
A new version of the USB Win32 compat layer: Correctly NULL terminate the
libusb_get_device_list return value -- only really important when no dongles
are plugged-in.
As before: Patches usb1aa.patch and cfgin3NotRequireVendorProduct.patch are
independent of Win32/Cygwin. Therefore they can/should be applied now and the
Win32 bits left for later analysis/application.
Original comment by alanj...@yahoo.com
on 28 Nov 2011 at 8:09
Attachments:
Hi Alan! Long time ago, you've ported BTstack and submitted the patches above.
I think I did apply the general ones at that time. I've also figured I get a
stab at getting BTstack to run on Windows and libusb-1.0 since that's available
now and uses the stable WinUSB backend. It's compiled using MINGW and MSYS.
The code in example/libusb assumes that libusb has been installed in the
default /usr/local. I'll probably clean it up a bit and move the Makefile to
platforms/libusb/example. Let me know if you give it a try. Cheers, Matthias
Original comment by matthias.ringwald@gmail.com
on 13 Nov 2014 at 2:10
Original issue reported on code.google.com by
alanj...@yahoo.com
on 12 Nov 2011 at 2:36Attachments: