qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [Bug 584139] Re: keymapping error for usb keyboard (windows


From: Bug Watch Updater
Subject: [Qemu-devel] [Bug 584139] Re: keymapping error for usb keyboard (windows/menu keys)
Date: Sat, 22 May 2010 17:28:53 -0000

** Changed in: qemu-kvm (Debian)
       Status: Unknown => Fix Released

-- 
keymapping error for usb keyboard (windows/menu keys)
https://bugs.launchpad.net/bugs/584139
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.

Status in QEMU: New
Status in “qemu-kvm” package in Debian: Fix Released

Bug description:
The windows and menu keys for usb keyboard in qemu are wrong.  They're correct 
for "ps/2" keyboard emulation however.  See Debian bug#578846: 
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=578846.

Here's the proposed fix:

--- a/hw/usb-hid.c
+++ b/hw/usb-hid.c
@@ -399,3 +399,3 @@
     0x51, 0x4e, 0x49, 0x4c, 0x00, 0x00, 0x00, 0x00,
-    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
+    0x00, 0x00, 0x00, 0xe3, 0xe7, 0x65, 0x00, 0x00,
     0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,





reply via email to

[Prev in Thread] Current Thread [Next in Thread]