Re: [Qemu-devel] [PATCH 29/37] ehci: kick async schedule on wakeup

2012-07-09 Thread Gerd Hoffmann
Hi, do we support wakeup in the EHCI-code at all? uhci and ohci do, could be ehci doesn't, all our hid emulated devices which need remote wakeup most are usb 1.1 devices ... cheers, Gerd

Re: [Qemu-devel] [PATCH 29/37] ehci: kick async schedule on wakeup

2012-07-06 Thread Hans de Goede
Hi, On 06/07/2012 11:31 AM, Gerd Hoffmann wrote: Kick async schedule when we get a wakeup notification from a usb device. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/usb/hcd-ehci.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/usb/hcd-ehci.c

Re: [Qemu-devel] [PATCH 29/37] ehci: kick async schedule on wakeup

2012-07-06 Thread Hans de Goede
Hi, On 07/06/2012 04:30 PM, Hans de Goede wrote: Hi, On 06/07/2012 11:31 AM, Gerd Hoffmann wrote: Kick async schedule when we get a wakeup notification from a usb device. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/usb/hcd-ehci.c |2 ++ 1 files changed, 2 insertions(+), 0

[Qemu-devel] [PATCH 29/37] ehci: kick async schedule on wakeup

2012-06-07 Thread Gerd Hoffmann
Kick async schedule when we get a wakeup notification from a usb device. Signed-off-by: Gerd Hoffmann kra...@redhat.com --- hw/usb/hcd-ehci.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/hw/usb/hcd-ehci.c b/hw/usb/hcd-ehci.c index 8b2dfed..f8ed80d 100644 ---