On 22/05/2022 23:22, Philippe Mathieu-Daudé via wrote:
On 22/5/22 20:17, Mark Cave-Ayland wrote:
The default value for scancode_set is already set in ps2_reset() so there is no
ps2_reset -> ps2_reset_keyboard ?
Ah yes, it's just a typo in the commit message where ps2_reset() should be changed to
ps2_kbd_reset(). I can fix this for v2.
need to duplicate this in ps2_kbd_init().
Signed-off-by: Mark Cave-Ayland <mark.cave-ayl...@ilande.co.uk>
---
hw/input/ps2.c | 1 -
1 file changed, 1 deletion(-)
ATB,
Mark.