Hi,
PS/2 controller emulation lacks the KBD_CMD_SCANCODE command, which
gets/sets the scancode set (1, 2 or 3).
Scancode sets 1 and 3 are still not supported.
Changelog v1 to v2
- Fix typo (AT scancode set is 2, not 3)
- Use ps2_put_keycode() instead of ps2_queue(), to work even in
non-transl
Hi,
PS/2 controller emulation lacks the KBD_CMD_SCANCODE command, which
gets/sets the scancode set (1, 2 or 3).
Scancode sets 1 and 2 are still not supported.
Hervé
Index: hw/ps2.c
===
RCS file: /sources/qemu/qemu/hw/ps2.c,v
retri