hw/usb-ohci.c: Implement remote wakeup
commit9bba1eb180cb9b08ee1a53c19c52ee57253ac8c2
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 7 Jun 2011 18:50:12 +0000 (7 19:50 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Tue, 14 Jun 2011 10:56:50 +0000 (14 12:56 +0200)
tree8a86cde56b2e4d40bd8dda9bdd2a1e06774e3dc9
parent4b0315d7edcbcfcbb07f7935c6e879b3f49fb99e
hw/usb-ohci.c: Implement remote wakeup

Implement the wakeup callback in the OHCI USBPortOps, so that when
a downstream device wakes up it correctly causes the OHCI controller
to come out of suspend.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-ohci.c