|
From: Kyle M. <ky...@no...> - 2009-09-19 04:08:52
|
I pushed fixes to a few major bugs today: - libusb wasn't being passed the object's libusb_context object when polling, meaning having more than one device object never worked. - libusb now allocations transfers at the time of transfer, versus trying to allocate two transfers ever and only use those (caused random lockups) - Successful read counts were never being reset on firmware loading, meaning trying to load firmware multiple times to the same object did weird things - Reversed the updated r/s values in FalconGeometry from nia11. - findfalcons now iterates through all available falcons and tests them. - added findfalcons_multi for testing having multiple falcons open and running at once I'm going to keep testing on these and probably release v1.0.1 on Sunday, since it's not possible to use multiple falcons on a non-windows system with v1.0.0. :) Kyle |