summaryrefslogtreecommitdiffstats
path: root/include/usb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usb.h')
-rw-r--r--include/usb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/usb.h b/include/usb.h
index c2fa6849f1..19411258ec 100644
--- a/include/usb.h
+++ b/include/usb.h
@@ -556,6 +556,10 @@ struct usb_hub_descriptor {
struct usb_hub_device {
struct usb_device *pusb_dev;
struct usb_hub_descriptor desc;
+
+ ulong connect_timeout; /* Device connection timeout in ms */
+ ulong query_delay; /* Device query delay in ms */
+ int overcurrent_count[USB_MAXCHILDREN]; /* Over-current counter */
};
#ifdef CONFIG_DM_USB
OpenPOWER on IntegriCloud