[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys
From: |
Eric Blake |
Subject: |
Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys |
Date: |
Wed, 2 Mar 2016 09:15:45 -0700 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 |
On 03/02/2016 08:52 AM, Programmingkid wrote:
> Add the keypad equals and power keys to the qcode_to_number array. These keys
> are used on a Macintosh keyboard.
>
> Signed-off-by: John Arbuckle <address@hidden>
>
> ---
> ui/input-keymap.c | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
This patch applies, but doesn't build, in isolation:
CC ui/input-keymap.o
ui/input-keymap.c:101:6: error: ‘Q_KEY_CODE_KP_EQUALS’ undeclared here
(not in a function)
[Q_KEY_CODE_KP_EQUALS] = 0x55,
^
If it is part of a series, then please make sure to submit the series as
a single thread, with a 0/n cover letter, and with pre-requisite patches
first. 'git send-email' can do this for you; read
http://wiki.qemu.org/Contribute/SubmitAPatch
for more patch submission hints.
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
- [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Programmingkid, 2016/03/02
- Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Gerd Hoffmann, 2016/03/02
- Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Programmingkid, 2016/03/02
- Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Gerd Hoffmann, 2016/03/03
- Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Programmingkid, 2016/03/03
- Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Gerd Hoffmann, 2016/03/03
- Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Programmingkid, 2016/03/03
- Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys, Peter Maydell, 2016/03/03
Re: [Qemu-devel] [PATCH] input-keymap.c: Add keypad equal and power keys,
Eric Blake <=