diff options
Diffstat (limited to 'include/usb.h')
-rw-r--r-- | include/usb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/usb.h b/include/usb.h index 64dfa84a9be..f71da52b55a 100644 --- a/include/usb.h +++ b/include/usb.h @@ -570,6 +570,7 @@ struct usb_hub_device { ulong connect_timeout; /* Device connection timeout in ms */ ulong query_delay; /* Device query delay in ms */ int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */ + int hub_depth; /* USB 3.0 hub depth */ }; #ifdef CONFIG_DM_USB |