From 852bba4754ec57679c823f33e8feba6e4a564cbe Mon Sep 17 00:00:00 2001 From: Daniel Drake Date: Wed, 28 Nov 2007 13:48:45 +0000 Subject: Initial commit Basic library structure which supports enumerating detected USB devices --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..2e20edb --- /dev/null +++ b/TODO @@ -0,0 +1,6 @@ +isochronous endpoint I/O +optional timerfd support (runtime detection) +API docs +notifications of hotplugged/unplugged devices +thread safety +signalfd emulation through pipes and sigaction() for older kernels -- cgit v1.2.1