-
Notifications
You must be signed in to change notification settings - Fork 45

Description
Hello,
I have an odd USB device in th fact that lsusb shows it to be
ID 0fcf:1004 Dynastream Innovations, Inc. ANT2USB
rather than 0fcf:1008
I think this is causing an issue where I get the following
[MainThread] 2014-09-06 14:26:24,122 WARNING Failed to find Garmin nRF24AP2 (newer) USB Stick.
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/antd/cfg.py", line 92, in create_hardware
return hw.UsbHardware(id_vendor, id_product, bulk_endpoint)
File "/usr/local/lib/python2.7/dist-packages/antd/hw.py", line 61, in init
raise NoUsbHardwareFound(errno.ENOENT, "No available device matching vid(0x%04x) pid(0x%04x)." % (id_vendor, id_product))
NoUsbHardwareFound: [Errno 2] No available device matching vid(0x0fcf) pid(0x1008).
Is there any way the code can be a little more flexible to accommodate my differently named USB stick?
Thanks