ps2: accept 'Set Key Make and Break' commands
commitc56b6209189f6a4945562dc772cff440f03e4868
authorSven Schnelle <svens@stackframe.org>
Fri, 20 Dec 2019 21:15:09 +0000 (20 22:15 +0100)
committerRichard Henderson <richard.henderson@linaro.org>
Mon, 27 Jan 2020 18:49:51 +0000 (27 10:49 -0800)
tree7a2b63e280f20b5f509a9584581b49714c28f5c0
parent376b851909d42c6faf4f780f25b6be55f17f3a6e
ps2: accept 'Set Key Make and Break' commands

HP-UX sends both the 'Set key make and break (0xfc) and
'Set all key typematic make and break' (0xfa). QEMU response
with 'Resend' as it doesn't handle these commands. HP-UX than
reports an PS/2 max retransmission exceeded error. Add these
commands and just reply with ACK.

Signed-off-by: Sven Schnelle <svens@stackframe.org>
Message-Id: <20191220211512.3289-4-svens@stackframe.org>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
hw/input/ps2.c