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:
Aleksey Bragin 2005-07-19 14:06:19 +00:00
parent 52d68cf938
commit 1e4f24a1e8

View file

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