diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-05-09 14:34:31 +0100 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-05-09 19:33:33 +0100 |
commit | fe4adcc99e30115204ab832ad3e0170c9aca7629 (patch) | |
tree | c439121d3e729bb87f239c4d5b0da205b741174d /TODO | |
parent | 5741bfe01a2481b8c3830c80edc3637bf62a7e16 (diff) | |
download | libusb-fe4adcc99e30115204ab832ad3e0170c9aca7629.tar.gz |
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.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -7,6 +7,7 @@ serialization of handle_events internal docs for OS porters configuration handling check which messages are sent during open, claim interface, close, release +unconfigured devices 1.0 API style/naming points to reconsider ========================================= |