Skip to content

Commit

Permalink
[PATCH] USB UHCI: Add root-hub suspend/resume support
Browse files Browse the repository at this point in the history
This patch implements (finally!) separate suspend and resume routines
for the root hub and the controller in the UHCI driver.  It also
changes the sequence used to reset the controller during initial
probing, so as to preserve the existing state during a Resume-From-Disk.
(This new sequence is what should be used in the PCI Quirks code for
early USB handoffs, incidentally.)  Lastly it adds a notion of the
controller being "inaccessible" while in a PCI low-power state, when
normal I/O operations shouldn't be allowed.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Alan Stern authored and Greg Kroah-Hartman committed Jun 27, 2005
1 parent c8f4fe4 commit a8bed8b
Show file tree
Hide file tree
Showing 3 changed files with 202 additions and 102 deletions.
Loading

0 comments on commit a8bed8b

Please sign in to comment.