From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:55227) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRPBv-0001VF-15 for qemu-devel@nongnu.org; Thu, 04 Feb 2016 14:03:43 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRPBr-0005bV-QO for qemu-devel@nongnu.org; Thu, 04 Feb 2016 14:03:42 -0500 From: Daniel Serpell Date: Thu, 4 Feb 2016 16:03:39 -0300 Message-Id: <1454612620-7819-1-git-send-email-daniel.serpell@gmail.com> Subject: [Qemu-devel] [PATCH] Fixes missing key in usb keyboard emulation List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: qemu-trivial@nongnu.org, Daniel Serpell Hi, This one-liner patch adds a translation entry for the key that is between left shift and 'Z' on international keyboards, enabling its use in the usb keyboard device emulation. Daniel Serpell (1): Adds keycode 86 to the hid_usage_keys translation table. hw/input/hid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.7.0