summaryrefslogtreecommitdiff
path: root/MdePkg/Include/IndustryStandard/Usb.h
diff options
context:
space:
mode:
authorvanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-02 08:15:14 +0000
committervanjeff <vanjeff@6f19259b-4bc3-4df7-8a09-765794883524>2008-12-02 08:15:14 +0000
commit427987f5bc27aef1beffa61b341e41d4740aea54 (patch)
tree76395c5846e5027994e6fbd1d82088815433115d /MdePkg/Include/IndustryStandard/Usb.h
parent1fc0ee170ccea5c2a2d01b6ae373180335bc5c66 (diff)
downloadedk2-platforms-427987f5bc27aef1beffa61b341e41d4740aea54.tar.xz
1. add some comments for structures
2. refined doxgen format comments. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6803 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/IndustryStandard/Usb.h')
-rw-r--r--MdePkg/Include/IndustryStandard/Usb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/MdePkg/Include/IndustryStandard/Usb.h b/MdePkg/Include/IndustryStandard/Usb.h
index ec86d8b794..142b794167 100644
--- a/MdePkg/Include/IndustryStandard/Usb.h
+++ b/MdePkg/Include/IndustryStandard/Usb.h
@@ -334,6 +334,7 @@ typedef enum {
#pragma pack(1)
///
/// Descriptor header for Report/Physical Descriptors
+/// HID 1.1, section 6.2.1
///
typedef struct hid_class_descriptor {
UINT8 DescriptorType;
@@ -343,6 +344,7 @@ typedef struct hid_class_descriptor {
///
/// The HID descriptor identifies the length and type
/// of subordinate descriptors for a device.
+/// HID 1.1, section 6.2.1
///
typedef struct hid_descriptor {
UINT8 Length;