You are not logged in.
Pages: 1
Can anyone tell me what the difference between the libusb and libusb1 packages is?
Name : libusb
Version : 0.1.12-4
URL : http://libusb.sourceforge.net/
(...)
Description : Library to enable user space application programs to communicate with USB devices
Name : libusb1
Version : 1.0.8-1
URL : http://libusb.sourceforge.net/
(...)
Description : Library to enable user space application programs to communicate with USB devices.
I'm writing a little usb device querying tool and am very confused about those two packages. The libs they contain provide quite the same functions, but the ones from libusb1 are prefixed with 'libusb_' while the others are prefixed with 'usb_'.
libusb seems to lack some of the documented ones, e.g. usb_get_configuration().
Now which one should I use?
Thanks
lynix
Offline
Can anyone tell me what the difference between the libusb and libusb1 packages is?
Name : libusb Version : 0.1.12-4 URL : http://libusb.sourceforge.net/ (...) Description : Library to enable user space application programs to communicate with USB devices Name : libusb1 Version : 1.0.8-1 URL : http://libusb.sourceforge.net/ (...) Description : Library to enable user space application programs to communicate with USB devices.
I'm writing a little usb device querying tool and am very confused about those two packages. The libs they contain provide quite the same functions, but the ones from libusb1 are prefixed with 'libusb_' while the others are prefixed with 'usb_'.
libusb seems to lack some of the documented ones, e.g. usb_get_configuration().Now which one should I use?
Thanks
lynix
Offline
Pages: 1