qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Bug 584139] [NEW] keymapping error for usb keyboard (windo


From: Michael Tokarev
Subject: [Qemu-devel] [Bug 584139] [NEW] keymapping error for usb keyboard (windows/menu keys)
Date: Sat, 22 May 2010 09:16:46 -0000

Public bug reported:

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,

** Affects: qemu
     Importance: Undecided
         Status: New


** Tags: patch

** Tags added: patch

-- 
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

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]