Should use uppercase character for return value's comment.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6698 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2
2008-11-24 07:10:51 +00:00
parent 9504e2cdd3
commit 98ea597bfb
4 changed files with 9 additions and 3 deletions

View File

@@ -188,6 +188,12 @@ UsbGetIdleRequest (
/**
Set the report descriptor of the specified USB HID interface.
Submit a USB set HID report request for the USB device specified by UsbIo,
Interface, ReportId, and ReportType, and set the report descriptor using the
buffer specified by ReportLength and Report.
If UsbIo is NULL, then ASSERT().
If Report is NULL, then ASSERT().
@param UsbIo A pointer to the USB I/O Protocol instance for the specific USB target.
@param Interface The index of the report interface on the USB target.
@param ReportId The identifier of the report to retrieve.