From fec7c84163e25b8f811632828334d75da82bcb16 Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Sun, 11 May 2008 20:31:58 +0100 Subject: Handle hot-unplugging This involved moving from select() to poll() because there is no way to distinguish usbfs's POLLERR condition with select(). --- TODO | 2 -- 1 file changed, 2 deletions(-) (limited to 'TODO') 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? -- cgit v1.2.1