diff options
author | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-08 04:41:56 +0000 |
---|---|---|
committer | jji4 <jji4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-08 04:41:56 +0000 |
commit | cc8dade5eb0df2a3d4c84568af5a20bf3f07528b (patch) | |
tree | b50700d13589e3d81e11f0a3021f68402d262e6d /MdePkg | |
parent | 25cfda03f6f5942a0c8508af8d31d3b15b736634 (diff) | |
download | edk2-platforms-cc8dade5eb0df2a3d4c84568af5a20bf3f07528b.tar.xz |
Comments have been checked with spec
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6915 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg')
-rw-r--r-- | MdePkg/Library/UefiUsbLib/UefiUsbLib.inf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf b/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf index 303bb95890..fdca45dd8c 100644 --- a/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf +++ b/MdePkg/Library/UefiUsbLib/UefiUsbLib.inf @@ -1,7 +1,8 @@ #/** @file
# Instance of Usb Library.
#
-# This library provides supports for common USB functions.
+# This library instance provides most usb APIs to support the Hid requests defined in
+# Usb Hid 1.1 spec and the standard requests defined in Usb 1.1 spec.
#
# Copyright (c) 2006 - 2008, Intel Corporation.
#
|