]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Library/UefiUsbLib.h
Should use uppercase character for return value's comment.
[mirror_edk2.git] / MdePkg / Include / Library / UefiUsbLib.h
index d8c9b65083a06f5b25493245c98e9210f5514256..c52dd89cc733cf6c33d1f463aadced3356441935 100644 (file)
@@ -188,6 +188,12 @@ UsbGetIdleRequest (
 /**\r
   Set the report descriptor of the specified USB HID interface.\r
 \r
+  Submit a USB set HID report request for the USB device specified by UsbIo,\r
+  Interface, ReportId, and ReportType, and set the report descriptor using the\r
+  buffer specified by ReportLength and Report.\r
+  If UsbIo is NULL, then ASSERT().\r
+  If Report is NULL, then ASSERT().\r
+\r
   @param  UsbIo         A pointer to the USB I/O Protocol instance for the specific USB target.\r
   @param  Interface     The index of the report interface on the USB target.\r
   @param  ReportId      The identifier of the report to retrieve.\r