Rework configuration handling
authorDaniel Drake <dsd@gentoo.org>
Fri, 9 May 2008 13:34:31 +0000 (14:34 +0100)
committerDaniel Drake <dsd@gentoo.org>
Fri, 9 May 2008 18:33:33 +0000 (19:33 +0100)
commitfe4adcc99e30115204ab832ad3e0170c9aca7629
treec439121d3e729bb87f239c4d5b0da205b741174d
parent5741bfe01a2481b8c3830c80edc3637bf62a7e16
Rework configuration handling

libusb no longer caches descriptors in libusb_device but backends are
intended to be able to provide copies from memory. In the common linux
case we can use sysfs.
TODO
examples/lsusb.c
libusb/core.c
libusb/descriptor.c
libusb/libusb.h
libusb/libusbi.h
libusb/os/linux_usbfs.c