commit | 3eb14915a300f539f271e3716f2421bb0697ed48 | [log] [tgz] |
---|---|---|
author | Alan Stern <stern@rowland.harvard.edu> | Mon Mar 03 15:15:43 2008 -0500 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Thu Apr 24 21:16:32 2008 -0700 |
tree | 99a834182c6135f03df9d632a4607e51904e3304 | |
parent | 3bb1af5243d41af9518728445e9c9bd30dd47237 [diff] |
USB: reorganize code in hub.c This patch (as1045) reorganizes some code in the hub driver. hub_port_status() is moved earlier in the file, and a new hub_stop() routine is created to do the work currently in hub_preset() (i.e., disconnect all child devices and quiesce the hub). There are no functional changes. Signed-off-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>