]> git.ipfire.org Git - thirdparty/qemu.git/commit
usb-hid: fix tablet activation
authorGerd Hoffmann <kraxel@redhat.com>
Thu, 23 Feb 2012 14:24:24 +0000 (15:24 +0100)
committerGerd Hoffmann <kraxel@redhat.com>
Mon, 27 Feb 2012 10:13:26 +0000 (11:13 +0100)
commit299aa1c6df1a308cc4d49666e7eb75655c0d40ce
treebeb19b5dc3839871a8016cdd1429f43f4485f723
parentb4bd0b168e9f4898b98308f4a8a089f647a86d16
usb-hid: fix tablet activation

Activate usb hid pointer devices (mouse+tablet) unconditionally
on polls, even if we NAK the poll due to lack of new events.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/usb-hid.c