summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-05-11 20:31:58 +0100
committerDaniel Drake <dsd@gentoo.org>2008-05-11 20:47:27 +0100
commitfec7c84163e25b8f811632828334d75da82bcb16 (patch)
tree9ccdab1835c2396bfe79ecc484328932ff186427 /TODO
parentaeb905fa5d78cdbba80a680aa7a2bb7338f27f65 (diff)
downloadlibusb-fec7c84163e25b8f811632828334d75da82bcb16.tar.gz
Handle hot-unplugging
This involved moving from select() to poll() because there is no way to distinguish usbfs's POLLERR condition with select().
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index 887976f..ba66de7 100644
--- a/TODO
+++ b/TODO
@@ -3,7 +3,6 @@ for 1.0
review functionality missing over 0.1
serialization of handle_events
internal docs for OS porters
-hot-unplugging
1.0 API style/naming points to reconsider
=========================================
@@ -13,6 +12,5 @@ for 1.1 or future
==================
optional timerfd support (runtime detection)
notifications of hotplugged/unplugged devices
-use poll() rather than select()?
offer API to create/destroy handle_events thread
isochronous sync I/O?