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
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user