diff options
-rw-r--r-- | hw/input/ps2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/hw/input/ps2.c b/hw/input/ps2.c index f6f5514..8018e39 100644 --- a/hw/input/ps2.c +++ b/hw/input/ps2.c @@ -1227,7 +1227,6 @@ void *ps2_kbd_init(void (*update_irq)(void *, int), void *update_arg) trace_ps2_kbd_init(s); ps2->update_irq = update_irq; ps2->update_arg = update_arg; - s->scancode_set = 2; vmstate_register(NULL, 0, &vmstate_ps2_keyboard, s); qemu_input_handler_register((DeviceState *)s, &ps2_keyboard_handler); |