]> 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:56 +0000 (02:50 +0000)
committererictian <erictian@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 14 Dec 2010 02:50:56 +0000 (02:50 +0000)
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@11161 6f19259b-4bc3-4df7-8a09-765794883524

EdkCompatibilityPkg/Foundation/Include/IndustryStandard/usb.h

index ef8b7c13e503ae9f7db8e2a39de80e33ff98abc5..5ac00efde2dfbcce87880944658ec123ffbaf3fb 100644 (file)
@@ -1,6 +1,6 @@
 /*++\r
 \r
-Copyright (c) 2004 - 2007, Intel Corporation. All rights reserved.<BR>\r
+Copyright (c) 2004 - 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
@@ -51,7 +51,7 @@ Revision History
 #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
 #define USB_PORT_STAT_C_CONNECTION  0x0001\r
 #define USB_PORT_STAT_C_ENABLE      0x0002\r