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: Aurelien Jarno
Subject: [Qemu-devel] [Bug 584139] Re: keymapping error for usb keyboard (windows/menu keys)
Date: Sun, 16 Jan 2011 18:53:56 -0000

** Changed in: qemu
       Status: New => Fix Committed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/584139

Title:
  keymapping error for usb keyboard (windows/menu keys)

Status in QEMU:
  Fix Committed
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]