summaryrefslogtreecommitdiff
path: root/MdePkg/Include/Protocol/UsbIo.h
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-09 19:24:37 +0000
commit258cce138272fc013a723040691b37294e473a37 (patch)
tree1972e933d5e6e7413aca3a1d584499c0b71e477e /MdePkg/Include/Protocol/UsbIo.h
parent1f08a159034549216eccfd533b50b712d944d844 (diff)
downloadedk2-platforms-258cce138272fc013a723040691b37294e473a37.tar.xz
Fix doxygen comment for structure and macro
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6098 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Include/Protocol/UsbIo.h')
-rw-r--r--MdePkg/Include/Protocol/UsbIo.h40
1 files changed, 0 insertions, 40 deletions
diff --git a/MdePkg/Include/Protocol/UsbIo.h b/MdePkg/Include/Protocol/UsbIo.h
index ef700d57de..55fd3b8d37 100644
--- a/MdePkg/Include/Protocol/UsbIo.h
+++ b/MdePkg/Include/Protocol/UsbIo.h
@@ -480,46 +480,6 @@ EFI_STATUS
transfer, bulk transfer and isochronous transfer. The EFI_USB_IO_PROTOCOL
also provides some basic USB device/controller management and configuration
interfaces. A USB device driver uses the services of this protocol to manage USB devices.
-
- @param UsbControlTransfer
- Accesses the USB Device through USB Control Transfer Pipe.
-
- @param UsbBulkTransfer
- Accesses the USB Device through USB Bulk Transfer Pipe.
-
- @param UsbAsyncInterruptTransfer
- Non-block USB interrupt transfer.
-
- @param UsbSyncInterruptTransfer
- Accesses the USB Device through USB Synchronous
- Interrupt Transfer Pipe.
-
- @param UsbIsochronousTransfer
- Accesses the USB Device through USB Isochronous Transfer Pipe.
-
- @param UsbAsyncIsochronousTransfer
- Nonblock USB isochronous transfer.
-
- @param UsbGetDeviceDescriptor
- Retrieves the device descriptor of a USB device.
-
- @param UsbGetConfigDescriptor
- Retrieves the activated configuration descriptor of a USB device.
-
- @param UsbGetInterfaceDescriptor
- Retrieves the interface descriptor of a USB Controller.
-
- @param UsbGetEndpointDescriptor
- Retrieves the endpoint descriptor of a USB Controller.
-
- @param UsbGetStringDescriptor
- Retrieves the string descriptor inside a USB Device.
-
- @param UsbGetSupportedLanguages
- Retrieves the array of languages that the USB device supports.
-
- @param UsbPortReset
- Resets and reconfigures the USB controller.
**/
struct _EFI_USB_IO_PROTOCOL {
//