From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:53656) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aRcUt-00009O-IL for qemu-devel@nongnu.org; Fri, 05 Feb 2016 04:16:12 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aRcUq-0005oU-4a for qemu-devel@nongnu.org; Fri, 05 Feb 2016 04:16:11 -0500 Message-ID: <1454663764.5539.17.camel@redhat.com> From: Gerd Hoffmann Date: Fri, 05 Feb 2016 10:16:04 +0100 In-Reply-To: <1454612620-7819-2-git-send-email-daniel.serpell@gmail.com> References: <1454612620-7819-1-git-send-email-daniel.serpell@gmail.com> <1454612620-7819-2-git-send-email-daniel.serpell@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] Adds keycode 86 to the hid_usage_keys translation table. List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Daniel Serpell Cc: qemu-trivial@nongnu.org, qemu-devel@nongnu.org On Do, 2016-02-04 at 16:03 -0300, Daniel Serpell wrote: > This key is present in international keyboards, between left shift and > the 'Z' key, ant is described in the HID usage tables as "Keyboard > Non-US \ and |": http://www.usb.org/developers/hidpage/Hut1_12v2.pdf >=20 > This patch fixes the usb-kbd devices. >=20 > Signed-off-by: Daniel Serpell Reviewed-by: Gerd Hoffmann