]> Git Repo - qemu.git/commit
usb-hid: modifiers should generate an event
authorAurelien Jarno <[email protected]>
Mon, 17 Jan 2011 18:29:34 +0000 (19:29 +0100)
committerAurelien Jarno <[email protected]>
Thu, 20 Jan 2011 11:37:20 +0000 (12:37 +0100)
commit373dfc441d55fe6619929fd049ab635bdfca9e62
tree60e2ba5ddc9a50844c9e42e888741bb5464c95d1
parentde4af5f7928bb68d4e2b576598c245a256fcabbb
usb-hid: modifiers should generate an event

When a modifier key is pressed or released, the USB HID keyboard still
answers NAK, unless another key is also pressed or released.

The patch fixes that by calling usb_hid_changed() when a modifier key
is pressed or released.

Signed-off-by: Aurelien Jarno <[email protected]>
hw/usb-hid.c
This page took 0.026911 seconds and 4 git commands to generate.