fbc8207b73
Update to qemu 3.1.0-rc5. Is almost certainly the last rc, so should be same as 3.1.0 final. Putting into devel project 'early' because of SLE and Leap needs, not to get into Factory early. Look for the final 3.1 within a week. OBS-URL: https://build.opensuse.org/request/show/655897 OBS-URL: https://build.opensuse.org/package/show/Virtualization/qemu?expand=0&rev=433
33 lines
985 B
Diff
33 lines
985 B
Diff
From a6476667c8a4672e6cdc1a568018a8ddcd4512ef Mon Sep 17 00:00:00 2001
|
|
From: Adam Williamson <awilliam@redhat.com>
|
|
Date: Wed, 20 Dec 2017 15:43:07 -0800
|
|
Subject: [PATCH] Remove problematic 'evdev 86' key from en-us keymap
|
|
|
|
This causes LP#1738283. Gerd will have to come up with a better
|
|
fix, but just hacking out the problematic key definition should
|
|
work for now.
|
|
|
|
[BR: We see this issue as well, eg via vnc]
|
|
Signed-off-by: Bruce Rogers <brogers@suse.com>
|
|
---
|
|
pc-bios/keymaps/en-us | 6 ------
|
|
1 file changed, 6 deletions(-)
|
|
|
|
diff --git a/pc-bios/keymaps/en-us b/pc-bios/keymaps/en-us
|
|
index a70e03adc0..e518a9dc35 100644
|
|
--- a/pc-bios/keymaps/en-us
|
|
+++ b/pc-bios/keymaps/en-us
|
|
@@ -343,12 +343,6 @@ KP_Decimal 0x53 numlock
|
|
|
|
# evdev 85 (0x55): no evdev -> QKeyCode mapping (xkb keysym NoSymbol)
|
|
|
|
-# evdev 86 (0x56), QKeyCode "less", number 0x56
|
|
-less 0x56
|
|
-greater 0x56 shift
|
|
-bar 0x56 altgr
|
|
-brokenbar 0x56 shift altgr
|
|
-
|
|
# evdev 87 (0x57), QKeyCode "f11", number 0x57
|
|
F11 0x57
|
|
|