diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-03-08 11:53:33 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-03-08 12:58:32 +0000 |
commit | fd6fb3cc093ad47271353a0e468d16547f991382 (patch) | |
tree | f99079c89873626f87928bf958b47ef00ba5d8df /TODO | |
parent | f3fdf447916289cd92b7190377681894e8ab611a (diff) | |
download | libusb-fd6fb3cc093ad47271353a0e468d16547f991382.tar.gz |
Add fallback on /proc/bus/usb
/dev/bus/usb is a relatively new thing probably not present on every
system
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,6 @@ API docs isochronous endpoint I/O thread safety abstraction for cross-platform-ness -fallback on /proc/bus/usb on linux error codes for 1.1 or future @@ -26,3 +25,4 @@ urbh in general (should this be a transfer handle?) config struct/function naming typedef _cb or _cb_fn or _cb_t? typedef as-is or pointers? libusb_dev_t rather than libusb_dev *? +FP_ urb status codes |