Statistics
| Branch: | Revision:

root / ui / input-legacy.c @ cd100328

History | View | Annotate | Download (15.1 kB)

# Date Author Comment
7ad95ff7 03/05/2014 10:50 am Gerd Hoffmann

input: rename file to legacy

Rename ui/input.c to ui/input-legacy.c.
We are going to replace it step by step.

Signed-off-by: Gerd Hoffmann <>

9784e579 03/05/2014 10:50 am Gerd Hoffmann

input: keyboard: switch legacy handlers to new core

legacy kbd event handlers are registered in the new core,
so they receive events from the new input core code.
keycode -> scancode translation needed here.

legacy kbd_put_keycode() sends events to the new core....

d2a92603 03/05/2014 10:50 am Gerd Hoffmann

input: keyboard: switch qmp_send_key() to new core.

Signed-off-by: Gerd Hoffmann <>