diff options
Diffstat (limited to 'include/usb_defs.h')
-rw-r--r-- | include/usb_defs.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/usb_defs.h b/include/usb_defs.h index d7f7465..27ddc47 100644 --- a/include/usb_defs.h +++ b/include/usb_defs.h @@ -286,6 +286,9 @@ #define HUB_CHANGE_LOCAL_POWER 0x0001 #define HUB_CHANGE_OVERCURRENT 0x0002 +/* Mask for wIndex in get/set port feature */ +#define USB_HUB_PORT_MASK 0xf + /* * CBI style */ |