mirror of
https://github.com/Motorhead1991/qemu.git
synced 2026-03-04 17:14:40 -07:00
usb: hid: remote wakeup support.
Add usb_wakeup() call to the hid driver so remote wakeup actually works. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
parent
34239c7bc9
commit
ac57bbb614
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue