Re: [Qemu-devel] [PATCH] hw/usb-ohci.c: Fix handling of remote wakeup corner cases

2011-06-16 Thread Gerd Hoffmann
On 06/15/11 19:22, Peter Maydell wrote: Correct a number of minor errors in the OHCI wakeup implementation: * when the port is suspended but the controller is not, raise RHSC * when the controller is suspended but the port is not, raise RD * when the controller is suspended, move it to resu

[Qemu-devel] [PATCH] hw/usb-ohci.c: Fix handling of remote wakeup corner cases

2011-06-15 Thread Peter Maydell
Correct a number of minor errors in the OHCI wakeup implementation: * when the port is suspended but the controller is not, raise RHSC * when the controller is suspended but the port is not, raise RD * when the controller is suspended, move it to resume state These fix some edge cases where a U