diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-01-26 18:16:56 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-01-26 18:19:04 +0000 |
commit | 8c56abe2e13ed4dd8c15737c21be7b6b1e5cf2ac (patch) | |
tree | 127736c94085f0a65804c201bba81f33104c77ba /TODO | |
parent | e3ce855acec33d37dd833bca5dad5e8c3773003a (diff) | |
download | libusb-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-- | TODO | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |