Some linux distro’s has a troubles using libiqrf. Libiqrf use first release of userspace library libusb_0.1. Development of this library was finished in 2008. There exist an community which based their libusb (version 1.0) on the code from version 0.1 but development is active and this library has also some compatibility libary for use old 0.1 library.
Libiqrf was written for libusb_0.1 but some distros doesn’t have compatibility layer and use only libusb_1.0. So I decide to rewrite libiqrf by using libusb_1.0 API.
You can find first commit at: http://github.com/nandra/libiqrf/tree/libusb_1_0
(branch libusb_1_0)
It was tested with example applications and works like sharm
Marek


