summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDaniel Drake <dsd@gentoo.org>2008-05-11 15:36:24 +0100
committerDaniel Drake <dsd@gentoo.org>2008-05-11 15:39:41 +0100
commitba5d9a45c06311204f51faef41d1ee215bb5b823 (patch)
tree17bf4d2ea98779e95a1b45a04c8b7ae671770d02 /TODO
parent7bedc3b2683f35ee1dd39a2ebe0ec05be0019f38 (diff)
downloadlibusb-ba5d9a45c06311204f51faef41d1ee215bb5b823.tar.gz
Endianness of control setup packets
Document behaviour where host-endian and bus-endian (little) should be used respectively. Also remove packed attribute from libusb_control_setup as all fields are naturally aligned.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 0 insertions, 2 deletions
diff --git a/TODO b/TODO
index df24828..d5ab973 100644
--- a/TODO
+++ b/TODO
@@ -1,8 +1,6 @@
for 1.0
=======
-fixme review
review functionality missing over 0.1
-endianness of control setup, issues when resubmitting transfers
serialization of handle_events
internal docs for OS porters