mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
usbcore "upgrade", fixes issues with timing, host controller reset, new devices discovery, other small things (better to see diff :) ).
svn path=/trunk/; revision=16643
This commit is contained in:
parent
52d68cf938
commit
1e4f24a1e8
1 changed files with 1 additions and 1 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue