summaryrefslogtreecommitdiff
path: root/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
diff options
context:
space:
mode:
authorlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 04:59:00 +0000
committerlgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524>2008-09-08 04:59:00 +0000
commit11ceade4ba5ea80bfa660ea2c464c50593b9a993 (patch)
treeea9f95b31e40d673d3374ab32e22f6beeaa87fce /MdePkg/Library/UefiUsbLib/UsbDxeLib.c
parent7f932291b5070e44891d5b9128b40ca588c20472 (diff)
downloadedk2-11ceade4ba5ea80bfa660ea2c464c50593b9a993.zip
edk2-11ceade4ba5ea80bfa660ea2c464c50593b9a993.tar.gz
edk2-11ceade4ba5ea80bfa660ea2c464c50593b9a993.tar.bz2
Add Usb Hid class request type into IndustryStandard/Usb.h, and replace the hard value in UefiUsbLib by them.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5834 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib/UsbDxeLib.c')
-rw-r--r--MdePkg/Library/UefiUsbLib/UsbDxeLib.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
index 3e764a3..96466c7 100644
--- a/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
+++ b/MdePkg/Library/UefiUsbLib/UsbDxeLib.c
@@ -1,7 +1,7 @@
/** @file
- The library provides the USB descritor, interface and protocol
- operations.
+ The library provides the USB Standard Device Requests defined
+ in Usb specification 9.4 section.
Copyright (c) 2004 - 2007, Intel Corporation All rights
reserved. This program and the accompanying materials are
@@ -12,7 +12,6 @@
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
-
**/