summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2018-01-17 16:41:16 +0000
committerGerd Hoffmann <kraxel@redhat.com>2018-01-29 09:30:25 +0100
commite709a61a8fe1076a487376fd657544418a38ba06 (patch)
tree6de3554b7c8de6331c5d20eb422a9a51e6ed478f /Makefile
parentab8f9d49d62c82a12409475547e4420a46da56ed (diff)
downloadqemu-e709a61a8fe1076a487376fd657544418a38ba06.tar.gz
hw: convert the escc device to keycodemapdb
Replace the qcode_to_keycode table with automatically generated tables. Missing entries in qcode_to_keycode now fixed: - Q_KEY_CODE_KP_COMMA -> 0x2d Signed-off-by: Daniel P. Berrange <berrange@redhat.com> Message-id: 20180117164118.8510-3-berrange@redhat.com Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cd65eb4a80..f9278f14c9 100644
--- a/Makefile
+++ b/Makefile
@@ -238,6 +238,7 @@ KEYCODEMAP_FILES = \
ui/input-keymap-qcode-to-atset2.c \
ui/input-keymap-qcode-to-atset3.c \
ui/input-keymap-qcode-to-qnum.c \
+ ui/input-keymap-qcode-to-sun.c \
ui/input-keymap-qnum-to-qcode.c \
ui/input-keymap-qcode-to-linux.c \
ui/input-keymap-usb-to-qcode.c \