]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/Usb2HostController.h
Add new definition for XHCI support
[mirror_edk2.git] / MdePkg / Include / Protocol / Usb2HostController.h
index a0fb9738d8460102242689e830193ce745fefb18..56b092ddfe49938eea679b4235645eb641b1e4b9 100644 (file)
@@ -4,7 +4,7 @@
   running in the EFI boot services environment, to perform data transactions over \r
   a USB bus. In addition, it provides an abstraction for the root hub of the USB bus.\r
 \r
-  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>\r
   This program and the accompanying materials\r
   are licensed and made available under the terms and conditions of the BSD License\r
   which accompanies this distribution.  The full text of the license may be found at\r
@@ -47,6 +47,7 @@ typedef struct {
 #define USB_PORT_STAT_POWER         0x0100\r
 #define USB_PORT_STAT_LOW_SPEED     0x0200\r
 #define USB_PORT_STAT_HIGH_SPEED    0x0400\r
+#define USB_PORT_STAT_SUPER_SPEED   0x0800\r
 #define USB_PORT_STAT_OWNER         0x2000\r
 \r
 ///\r
@@ -80,6 +81,7 @@ typedef enum {
 #define EFI_USB_SPEED_FULL      0x0000  ///< 12 Mb/s, USB 1.1 OHCI and UHCI HC.\r
 #define EFI_USB_SPEED_LOW       0x0001  ///< 1 Mb/s, USB 1.1 OHCI and UHCI HC.\r
 #define EFI_USB_SPEED_HIGH      0x0002  ///< 480 Mb/s, USB 2.0 EHCI HC.\r
+#define EFI_USB_SPEED_SUPER     0x0003  ///< 4.8 Gb/s, USB 3.0 XHCI HC.\r
 \r
 typedef struct {\r
   UINT8      TranslatorHubAddress; ///< device address\r