| Submitter | Gerd Hoffmann |
|---|---|
| Date | Jan. 12, 2011, 11:20 a.m. |
| Message ID | <1294831214-4499-21-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/78547/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/usb-hid.c b/hw/usb-hid.c index 1c35960..60fa57f 100644 --- a/hw/usb-hid.c +++ b/hw/usb-hid.c @@ -429,6 +429,8 @@ static void usb_hid_changed(USBHIDState *hs) if (hs->datain) hs->datain(hs->datain_opaque); + + usb_wakeup(&hs->dev); } static void usb_mouse_event(void *opaque,
Add usb_wakeup() call to the hid driver so remote wakeup actually works. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- hw/usb-hid.c | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)