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 */