projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cfdc02
)
ps2: reject unknown commands, instead of blindly accepting them
author
Hervé Poussineau
<hpoussin@reactos.org>
Thu, 15 Sep 2016 20:06:23 +0000
(22:06 +0200)
committer
Gerd Hoffmann
<kraxel@redhat.com>
Wed, 28 Sep 2016 12:03:18 +0000
(14:03 +0200)
Signed-off-by: Hervé Poussineau <hpoussin@reactos.org>
Message-id:
1473969987
-5890-2-git-send-email-hpoussin@reactos.org
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
hw/input/ps2.c
patch
|
blob
|
history
diff --git
a/hw/input/ps2.c
b/hw/input/ps2.c
index a8aa36f5c04739d319a7b635296dee68f66beaf2..00a1792228b0c5a030684fe5e37f1fe3c712e6ec 100644
(file)
--- a/
hw/input/ps2.c
+++ b/
hw/input/ps2.c
@@
-290,7
+290,7
@@
void ps2_write_keyboard(void *opaque, int val)
ps2_queue(&s->common, KBD_REPLY_POR);
break;
default:
- ps2_queue(&s->common, KBD_REPLY_
ACK
);
+ ps2_queue(&s->common, KBD_REPLY_
RESEND
);
break;
}
break;