freebsd-dev/lib/libusb
Wojciech A. Koszek 9c7e1de8c3 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.

There shouldn't be any negative change in behavior after this commit.

Tested with:    scanimage (sane)
		http://freebsd.czest.pl/~wkoszek/qemu/l.c
Reviewed by:    hps@
2010-02-11 08:24:35 +00:00
..
libusb10_desc.c - fix refcounting error during data transfer 2009-11-08 20:03:52 +00:00
libusb10_io.c - fix refcounting error during data transfer 2009-11-08 20:03:52 +00:00
libusb10.c Fix libusb_open_device_with_vid_pid() to return a NULL if no device is 2009-12-12 00:24:30 +00:00
libusb10.h Sync to P4 2009-11-20 08:57:25 +00:00
libusb20_compat01.c Within libusb 0.1 API, bus number is always faked to 0. Device numbers, 2010-02-11 08:24:35 +00:00
libusb20_desc.c - fix refcounting error during data transfer 2009-11-08 20:03:52 +00:00
libusb20_desc.h
libusb20_int.h Add a function to check if the usb devices is still connected. 2010-01-29 02:44:06 +00:00
libusb20_ugen20.c Add a function to check if the usb devices is still connected. 2010-01-29 02:44:06 +00:00
libusb20.3 Add a function to check if the usb devices is still connected. 2010-01-29 02:44:06 +00:00
libusb20.c Add a function to check if the usb devices is still connected. 2010-01-29 02:44:06 +00:00
libusb20.h Add a function to check if the usb devices is still connected. 2010-01-29 02:44:06 +00:00
libusb.3 LibUSB v1.0: 2009-07-30 00:11:41 +00:00
libusb.h - fix refcounting error during data transfer 2009-11-08 20:03:52 +00:00
Makefile Build lib/ with WARNS=6 by default. 2010-01-02 09:58:07 +00:00
usb.h