From 1e4f24a1e855159d4a48a3a703ef67d3e809d62c Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Tue, 19 Jul 2005 14:06:19 +0000 Subject: [PATCH] usbcore "upgrade", fixes issues with timing, host controller reset, new devices discovery, other small things (better to see diff :) ). svn path=/trunk/; revision=16643 --- reactos/drivers/usb/cromwell/core/hub.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/drivers/usb/cromwell/core/hub.h b/reactos/drivers/usb/cromwell/core/hub.h index 1e250782061..e52f0df8caa 100644 --- a/reactos/drivers/usb/cromwell/core/hub.h +++ b/reactos/drivers/usb/cromwell/core/hub.h @@ -183,7 +183,7 @@ struct usb_hub { int error; /* last reported error */ int nerrors; /* track consecutive errors */ - + int RestCounter; struct list_head hub_list; /* all hubs */ struct list_head event_list; /* hubs w/data or errs ready */