usbcore "upgrade", fixes issues with timing, host controller reset, new devices discovery, other small things (better to see diff :) ).
Modified: trunk/reactos/drivers/usb/cromwell/core/hub.h
--- trunk/reactos/drivers/usb/cromwell/core/hub.h 2005-07-19 13:19:04 UTC (rev 16642) +++ trunk/reactos/drivers/usb/cromwell/core/hub.h 2005-07-19 14:06:19 UTC (rev 16643) @@ -183,7 +183,7 @@
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 */