]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: OHCI: fix bug in controller resume
authorAlan Stern <stern@rowland.harvard.edu>
Fri, 25 Apr 2008 20:05:46 +0000 (20:05 +0000)
committerGreg Kroah-Hartman <gregkh@suse.de>
Thu, 1 May 2008 21:44:33 +0000 (14:44 -0700)
commit6608b478c7ddc1122582fc94879e6998b895a096
tree9fcb2666372cb5a5df997787a6037d5e7827dceb
parentec6c4d0ac90344251c631a58493ac680a19eca8a
USB: OHCI: fix bug in controller resume

commit: 0d22f65515307c878ddd20b1305cce925ca9516c

This patch (as1063) fixes a bug in the way ohci-hcd resumes its
controllers.  It leaves the Master Interrupt Enable bit turned off.

If the root hub is resumed immediately this won't matter.  But if the
root hub is suspended (say because no devices are plugged in), it won't
ever wake up by itself.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
CC: David Brownell <david-b@pacbell.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/host/ohci-pci.c