Charles Lepple wrote: > > I am trying to use libhid for my device. I found out that libhid is > > not compatible to latest libusb-1.0. > > I tried to compile and build using the latest libusb library, but I > > seeing lot of errors during building. > > libhid is only known to work with libusb-0.1 at this time.
Note that there is libusb-compat-0.1 which you can use for backwards compatibility with libusb-1.0. It should allow you to build libhid without problems. If it does not, please send details to the libusb mailing list. Thanks! //Peter _______________________________________________ libhid-discuss mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/libhid-discuss

