diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-03-08 00:10:16 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-03-08 12:58:29 +0000 |
commit | f3fdf447916289cd92b7190377681894e8ab611a (patch) | |
tree | 22352eb21b7b60399591010831fbe10cd74f4e20 /TODO | |
parent | 23f8fb8bafeeda93ce234cb40eb7219d2e36c19c (diff) | |
download | libusb-f3fdf447916289cd92b7190377681894e8ab611a.tar.gz |
Persistent libusb_device storage
Devices are now assigned a session ID (currently busnum:devaddr) which
is used to distinguish unique devices.
Now multiple callers of libusb_get_device_list will get the same
libusb_device structure instances.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -10,8 +10,6 @@ thread safety abstraction for cross-platform-ness fallback on /proc/bus/usb on linux error codes -assign session ID to each libusb_device -share libusb_device structures in memory between all get_devices callers for 1.1 or future ================== |