summaryrefslogtreecommitdiff
path: root/libusb/core.c
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 /libusb/core.c
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 'libusb/core.c')
-rw-r--r--libusb/core.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/libusb/core.c b/libusb/core.c
index 175158d..0f71133 100644
--- a/libusb/core.c
+++ b/libusb/core.c
@@ -216,11 +216,7 @@ libusb_free_device_list(list, 1);
* libusb_close().
*/
-/**
- * @defgroup misc Miscellaneous structures and constants
- * This page documents structures and constants that don't belong anywhere
- * else
- */
+/** @defgroup misc Miscellaneous */
/* we traverse usbfs without knowing how many devices we are going to find.
* so we create this discovered_devs model which is similar to a linked-list