michelcandido / btstack

Automatically exported from code.google.com/p/btstack
0 stars 0 forks source link

Config requires vendor/product for USB transport #198

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
ie.
--
configure: error: USB Transport requested but USB_VENDOR_ID not set. Please 
specify vendor ID of your USB dongle using --with-vendor-id=0x1234
--

However USB transport contains code for scanning for a device, so it should say 
', or set 0 to scan for device'

Original issue reported on code.google.com by mungew...@gmail.com on 5 Oct 2011 at 6:03

GoogleCodeExporter commented 8 years ago
hi simon. does the code work if scan for device is used? i.e. should I just 
update the configure script?

Original comment by matthias.ringwald@gmail.com on 8 Oct 2011 at 5:17

GoogleCodeExporter commented 8 years ago
Yes. With VID/PID set to 0, the USB code seems to scan and find my BT dongle.

Original comment by mungew...@gmail.com on 11 Oct 2011 at 4:29

GoogleCodeExporter commented 8 years ago
auto scan has been the default for long and works. closing this.

Original comment by matthias.ringwald@gmail.com on 7 Jan 2014 at 7:44