Andrew Thompson
be5dc99871
MFC r203773
...
Within libusb 0.1 API, bus number is always faked to 0. Device numbers,
however, are possitive and seem to be reverse sorted in the list.
Conform device numbering and bring a result that is consistent with the
libusb 0.1 API. It is now possible to distinguish a device based on its
(bus, dev) numbers.
2010-05-17 23:59:14 +00:00
Andrew Thompson
300902e282
MFC r208021
...
Fix return values for usb_find_busses() and usb_find_devices(). We should try
to return the actual number of busses and devices.
2010-05-17 23:56:17 +00:00
Alfred Perlstein
390065b18e
LibUSB v1.0:
...
- Significantly improve libusb10 support.
- Many minor issues fixed.
- P4 ID: 166189, 165853, 165991, 166052, 166069
Submitted by: hps
Approved by: re
2009-07-30 00:11:41 +00:00
Andrew Thompson
4315b3c95d
Cleanup claim/release interface code, which is specific to libusb v0.1. Remove
...
claim and release interface support from libusb v2.0, because it is not useful.
Submitted by: Hans Petter Selasky
2009-06-12 16:07:06 +00:00
Andrew Thompson
0b6e7271f0
Be compatible with LibUSB from sourceforge and close the handle after reset
...
Submitted by: Hans Petter Selasky
2009-03-10 14:29:34 +00:00
Andrew Thompson
df4b8c2a2d
libusb20 is now installed as libusb, remove the version number from the
...
directory name.
2009-03-09 17:09:46 +00:00