summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2007-12-03 23:29:22 +0000
committerDaniel Drake <dsd@gentoo.org>2007-12-03 23:29:22 +0000
commita8d2881eb7c273892acf2ff6e1f3f552631d1d11 (patch)
treeb5aea889a36b1031ab9bb04217008f15d8debdcd /TODO
parentb5a7a411087b37a6bf56b4688a9e3290daaed153 (diff)
downloadlibusb-a8d2881eb7c273892acf2ff6e1f3f552631d1d11.tar.gz
Add functionality to access device descriptors
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 2e20edb..9956176 100644
--- a/TODO
+++ b/TODO
@@ -4,3 +4,5 @@ API docs
notifications of hotplugged/unplugged devices
thread safety
signalfd emulation through pipes and sigaction() for older kernels
+signalfd not needed for usbfs? can we poll on the fd?
+use poll() rather than select()?