]> git.proxmox.com Git - mirror_edk2.git/commitdiff
update USB_PORT_STAT_OWNER from 2^11 to 2^13 which is added as a possible value of...
authorerictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 Dec 2010 02:50:25 +0000 (02:50 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 Dec 2010 02:50:25 +0000 (02:50 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11160 6f19259b-4bc3-4df7-8a09-765794883524

MdePkg/Include/Protocol/Usb2HostController.h

index 097eb36ee946d7abafd6ff00bd05c9d1dccc8ff3..a0fb9738d8460102242689e830193ce745fefb18 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 - 2008, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2006 - 2010, 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,7 +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_OWNER         0x0800\r
+#define USB_PORT_STAT_OWNER         0x2000\r
 \r
 ///\r
 /// EFI_USB_PORT_STATUS.PortChangeStatus bit definition \r