summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-03-08 11:53:33 +0000
committerDaniel Drake <dsd@gentoo.org>2008-03-08 12:58:32 +0000
commitfd6fb3cc093ad47271353a0e468d16547f991382 (patch)
treef99079c89873626f87928bf958b47ef00ba5d8df /TODO
parentf3fdf447916289cd92b7190377681894e8ab611a (diff)
downloadlibusb-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--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 08ab497..4f367dc 100644
--- a/TODO
+++ b/TODO
@@ -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