]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Add pot powered flag declaration
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 23 Aug 2010 21:28:33 +0000 (23:28 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Mon, 23 Aug 2010 21:28:33 +0000 (23:28 +0200)
include/grub/usbtrans.h

index 9e9d75e5d90ebe014a052e95acef1092aa6bd40b..5ee276d263617635ca7b2ba03b20e3d8736eb9a8 100644 (file)
@@ -130,6 +130,7 @@ enum
     GRUB_USB_HUB_STATUS_PORT_ENABLED = (1 << 1),
     GRUB_USB_HUB_STATUS_PORT_SUSPEND = (1 << 2),
     GRUB_USB_HUB_STATUS_PORT_OVERCURRENT = (1 << 3),
+    GRUB_USB_HUB_STATUS_PORT_POWERED = (1 << 8),
     GRUB_USB_HUB_STATUS_PORT_LOWSPEED = (1 << 9),
     GRUB_USB_HUB_STATUS_PORT_HIGHSPEED = (1 << 10),
     GRUB_USB_HUB_STATUS_C_PORT_CONNECTED = (1 << 16),