Fix: Corsair K70 keyboard 'pipe' key not functioning correctly (#1262132)

This commit is contained in:
Jan Synacek 2015-09-17 13:31:09 +02:00
parent dab26592cc
commit 5e6dd1bb71
2 changed files with 33 additions and 0 deletions

View File

@ -0,0 +1,31 @@
From a2aa71a9542492d6b34007b9dac28e4f10b4256d Mon Sep 17 00:00:00 2001
From: Martin Pitt <martin.pitt@ubuntu.com>
Date: Mon, 14 Sep 2015 09:26:19 +0200
Subject: [PATCH] keymap: Add Corsair K70
---
hwdb/60-keyboard.hwdb | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/hwdb/60-keyboard.hwdb b/hwdb/60-keyboard.hwdb
index 3e49449..32d39dd 100644
--- a/hwdb/60-keyboard.hwdb
+++ b/hwdb/60-keyboard.hwdb
@@ -944,6 +944,14 @@ evdev:input:b0003v047FpC006*
KEYBOARD_KEY_b002f=f20 # Microphone mute button; should be micmute
###########################################################
+# Corsair
+###########################################################
+
+# Corsair K70
+evdev:input:b0003v1B1Cp1B09*
+ KEYBOARD_KEY_70032=reserved
+
+###########################################################
# Quanta
###########################################################
--
2.4.3

View File

@ -38,6 +38,7 @@ Source9: 20-yama-ptrace.conf
Patch0001: 0001-tmpfiles-downgrade-errors-when-a-file-system-does-no.patch
Patch0002: 0002-load-fragment-fix-segv-on-parse-error.patch
Patch0003: 0003-man-clarify-that-unknown-escapes-must-be-escaped.patch
Patch0004: 0004-keymap-Add-Corsair-K70.patch
# kernel-install patch for grubby, drop if grubby is obsolete
Patch1000: kernel-install-grubby.patch
@ -773,6 +774,7 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
* Thu Sep 17 2015 Jan Synáček <jsynacek@redhat.com> - 222-3
- Fix: systemd-tmpfiles-setup.service fails on 23 Alpha RC1 Server (#1250737)
- Fix: Upgrading from 22 to 23 by fedup fails (#1251334)
- Fix: Corsair K70 keyboard 'pipe' key not functioning correctly (#1262132)
* Thu Jul 9 2015 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 222-2
- Remove python subpackages (python-systemd in now standalone)