From: Andrzej Zaborowski <balrogg@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] [4905] Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
Date: Sat, 19 Jul 2008 14:16:21 +0000 [thread overview]
Message-ID: <E1KKDET-0002Dw-CT@cvs.savannah.gnu.org> (raw)
Revision: 4905
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4905
Author: balrog
Date: 2008-07-19 14:16:20 +0000 (Sat, 19 Jul 2008)
Log Message:
-----------
Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
This reverts commit r3421, which kills the mouse in SuSE Linux 9.1 (there
were other reports of breakage earlier also).
Signed-off-by: Avi Kivity <avi@qumranet.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Modified Paths:
--------------
trunk/hw/pckbd.c
Modified: trunk/hw/pckbd.c
===================================================================
--- trunk/hw/pckbd.c 2008-07-19 14:11:22 UTC (rev 4904)
+++ trunk/hw/pckbd.c 2008-07-19 14:16:20 UTC (rev 4905)
@@ -208,7 +208,7 @@
#endif
switch(val) {
case KBD_CCMD_READ_MODE:
- kbd_queue(s, s->mode, 1);
+ kbd_queue(s, s->mode, 0);
break;
case KBD_CCMD_WRITE_MODE:
case KBD_CCMD_WRITE_OBUF:
reply other threads:[~2008-07-19 14:16 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=E1KKDET-0002Dw-CT@cvs.savannah.gnu.org \
--to=balrogg@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).