]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbHub.c
MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that those...
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbHub.c
index e0f67dd1d94ff88caedd8b17afed2c43213676cb..78af917ca0400826b53352e4841a2165a76b1397 100644 (file)
@@ -2,7 +2,7 @@
 \r
     Unified interface for RootHub and Hub.\r
 \r
-Copyright (c) 2007 - 2009, Intel Corporation. All rights reserved.<BR> \r
+Copyright (c) 2007 - 2012, 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
@@ -844,12 +844,6 @@ UsbHubGetPortStatus (
 \r
   Status  = UsbHubCtrlGetPortStatus (HubIf->Device, Port, PortState);\r
 \r
-  //\r
-  // Mark the USB_PORT_STAT_SUPER_SPEED bit if SuperSpeed\r
-  //\r
-  if (HubIf->Device->Speed == EFI_USB_SPEED_SUPER) {\r
-    PortState->PortStatus |= USB_PORT_STAT_SUPER_SPEED;\r
-  } \r
   return Status;\r
 }\r
 \r