Tigge / antfs-cli

Extracts FIT files from ANT-FS based sport watches such as Garmin Forerunner 60, 405CX, 310XT, 610 and 910XT.
MIT License
313 stars 76 forks source link

Support for ID_PRODUCT=1x009 #75

Closed jones139 closed 10 years ago

jones139 commented 10 years ago

I just got a new Forerunner 610 and the ANT+ USB stick that it came with identifies as ID_VENDOR=0x0fcf and 0x1009 (rather than 0x1008). 0x1008 is hard coded into a few places:

I have manually changed these occurrences and it appears to work ok (it is downloading .fit files anyway!).

Maybe it would be good to have a central configuration file for the ID_PRODUCT etc. which could be set as part of installation? Otherwise it would have to look for a suitable device from possible product id's.

Tigge commented 10 years ago

Hello there! Yes, this is already done on the drivers branch, which makes this a bit more general. It still in the works though so it is not yet merged to master. Thanks for your report.

memphisrich commented 10 years ago

Thank you for this project! My new 910xt also uses the 1009 id. I'm new to git, so I didn't really know how to pull the drivers repo. I used the download .zip button and extracted that to a folder. It is working great with the 910xt now! Thank you. Also, I had to run it as root initially despite having copy/pasted the usbstic2.rules, but I think the udev rules just hadn't applied yet or something. After unplugging/plugging and running again, I could run it as regular user.