projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed GenericHIDHost demo report write routine incorrect for control type requests...
[pub/lufa.git]
/
LUFA
/
Drivers
/
USB
/
HighLevel
/
StdDescriptors.h
diff --git
a/LUFA/Drivers/USB/HighLevel/StdDescriptors.h
b/LUFA/Drivers/USB/HighLevel/StdDescriptors.h
index
d628363
..
a1a0518
100644
(file)
--- a/
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
+++ b/
LUFA/Drivers/USB/HighLevel/StdDescriptors.h
@@
-44,6
+44,14
@@
* named counterparts, thus they can be correlated easily with the official USB specification.
\r
*/
\r
\r
* named counterparts, thus they can be correlated easily with the official USB specification.
\r
*/
\r
\r
+/** \ingroup Group_USB
\r
+ * @defgroup Group_Descriptors USB Descriptors
\r
+ *
\r
+ * Functions, macros, variables, enums and types related to standard USB descriptors.
\r
+ *
\r
+ * @{
\r
+ */
\r
+
\r
#ifndef __USBDESCRIPTORS_H__
\r
#define __USBDESCRIPTORS_H__
\r
\r
#ifndef __USBDESCRIPTORS_H__
\r
#define __USBDESCRIPTORS_H__
\r
\r
@@
-472,12
+480,6
@@
int16_t bString[];
\r
#endif
\r
} USB_Descriptor_String_t;
\r
int16_t bString[];
\r
#endif
\r
} USB_Descriptor_String_t;
\r
-
\r
- typedef struct
\r
- {
\r
- uint16_t Size;
\r
- void* Address;
\r
- } USB_Descriptor_Details_t;
\r
\r
/* Function Prototypes: */
\r
/** Function to retrieve a given descriptor's size and memory location from the given descriptor type value,
\r
\r
/* Function Prototypes: */
\r
/** Function to retrieve a given descriptor's size and memory location from the given descriptor type value,
\r
@@
-519,5
+521,7
@@
#if defined(__cplusplus)
\r
}
\r
#endif
\r
#if defined(__cplusplus)
\r
}
\r
#endif
\r
-
\r
+
\r
#endif
\r
#endif
\r
+
\r
+/** @} */
\r