diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-06-15 15:29:38 -0500 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-06-15 15:30:02 -0500 |
commit | e7a7a49d0331ee0e14145f6e7ec39763b36314ac (patch) | |
tree | a48d9d8b0d05adfe705747d9fe05bce6d2897734 | |
parent | 217534e4b396081e038ee5f94c813d1668963673 (diff) | |
download | libusb-e7a7a49d0331ee0e14145f6e7ec39763b36314ac.tar.gz |
docs update
Add a THANKS file, make copyright notices easily accessible, update TODO
-rw-r--r-- | AUTHORS | 9 | ||||
-rw-r--r-- | THANKS | 8 | ||||
-rw-r--r-- | TODO | 6 |
3 files changed, 22 insertions, 1 deletions
@@ -1 +1,8 @@ -Daniel Drake <dsd@gentoo.org> +Copyright (C) 2007-2008 Daniel Drake <dsd@gentoo.org> +Copyright (c) 2001 Johannes Erdfelt <johannes@erdfelt.com> + +Other contributors: +David Engraf +Rob Walker +Vasily Khoruzhick + @@ -0,0 +1,8 @@ +Development contributors are listed in the AUTHORS file. Other community +members who have made significant contributions in other areas are listed +in this file: + +Alan Stern +Ludovic Rousseau +Tim Roberts +Xiaofan Chen @@ -1,3 +1,8 @@ +new sysfs descriptors format +configuration API +contexts +event handling/threads issue + for 1.1 or future ================== optional timerfd support (runtime detection) @@ -5,3 +10,4 @@ notifications of hotplugged/unplugged devices offer API to create/destroy handle_events thread isochronous sync I/O? exposing of parent-child device relationships +"usb primer" introduction docs |