Re: [Qemu-devel] [PATCH] hw/usb-ohci.c: Implement remote wakeup

2011-06-08 Thread Gerd Hoffmann
This patch fixes USB keyboard support on (the not-yet-upstream) OMAP3 for me -- without it Linux puts the port and then the OHCI controller into suspend, and usb-kbd can't get the controller out of reset when you press a key. It works for me and I think it's right, but I'm no USB expert and it co

[Qemu-devel] [PATCH] hw/usb-ohci.c: Implement remote wakeup

2011-06-07 Thread Peter Maydell
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 --- This patch fixes USB keyboard support on (the not-yet-upstream) OMAP3 for me -- without it Linux puts th