summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-01-26 18:16:56 +0000
committerDaniel Drake <dsd@gentoo.org>2008-01-26 18:19:04 +0000
commit8c56abe2e13ed4dd8c15737c21be7b6b1e5cf2ac (patch)
tree127736c94085f0a65804c201bba81f33104c77ba /TODO
parente3ce855acec33d37dd833bca5dad5e8c3773003a (diff)
downloadlibusb-8c56abe2e13ed4dd8c15737c21be7b6b1e5cf2ac.tar.gz
Poll usbfs descriptors directly
We don't need to use signalfd for this functionality because we can poll the file descriptors for write events.
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 1 insertions, 2 deletions
diff --git a/TODO b/TODO
index f4becf6..cc3597b 100644
--- a/TODO
+++ b/TODO
@@ -1,10 +1,9 @@
isochronous endpoint I/O
optional timerfd support (runtime detection)
+timer (call me back in 2 seconds) implementation (then remove signalfd)
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()?
abstraction for cross-platform-ness