diff options
author | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 06:13:43 +0000 |
---|---|---|
committer | gikidy <gikidy@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-12-10 06:13:43 +0000 |
commit | 2281e7a9c32eeb32b833daf6b33ad26e437551da (patch) | |
tree | 73720319b35689207ba75595ca809be24d19c6cd /MdePkg/Library/UefiUsbLib | |
parent | 4c395b6d955793d16e542c3446df88b828493838 (diff) | |
download | edk2-platforms-2281e7a9c32eeb32b833daf6b33ad26e437551da.tar.xz |
Synchronize the h files with c files.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6967 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/UefiUsbLib')
-rw-r--r-- | MdePkg/Library/UefiUsbLib/Hid.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/UefiUsbLib/Hid.c b/MdePkg/Library/UefiUsbLib/Hid.c index 4858ed6f7d..95b6a5969f 100644 --- a/MdePkg/Library/UefiUsbLib/Hid.c +++ b/MdePkg/Library/UefiUsbLib/Hid.c @@ -407,7 +407,7 @@ UsbSetReportRequest ( Request.Request = EFI_USB_SET_REPORT_REQUEST;
Request.Value = (UINT16) ((ReportType << 8) | ReportId);
Request.Index = Interface;
- Request.Length = ReportLength;
+ Request.Length = ReportLen;
Result = UsbIo->UsbControlTransfer (
UsbIo,
|