projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8225894
)
Revert "QEMU keyboard issue with Gujin-2.2" (Avi Kivity).
author
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Jul 2008 14:16:20 +0000
(14:16 +0000)
committer
balrog
<balrog@c046a42c-6fe2-441c-8c8c-71466251a162>
Sat, 19 Jul 2008 14:16:20 +0000
(14:16 +0000)
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>
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4905
c046a42c
-6fe2-441c-8c8c-
71466251a162
hw/pckbd.c
patch
|
blob
|
history
diff --git
a/hw/pckbd.c
b/hw/pckbd.c
index f58950ea785e52c2dba2f8cf3097c48ba7ea0b4f..0845c9649729cc44259efaae402ad5acc6cf084e 100644
(file)
--- a/
hw/pckbd.c
+++ b/
hw/pckbd.c
@@
-208,7
+208,7
@@
static void kbd_write_command(void *opaque, uint32_t addr, uint32_t val)
#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: