remove the fix for Corsair K70 Keyboard introduced in 222-3 (#1267225)

It breaks more than it fixes... It has also been reverted upstream.

Related: #1262132
This commit is contained in:
Jan Synacek 2015-10-19 08:34:26 +02:00
parent 0f282e27e8
commit c9f6df1cdc
2 changed files with 4 additions and 33 deletions

View File

@ -1,31 +0,0 @@
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

@ -13,7 +13,7 @@
Name: systemd
Url: http://www.freedesktop.org/wiki/Software/systemd
Version: 222
Release: 7%{?gitcommit:.git%{gitcommit}}%{?dist}
Release: 8%{?gitcommit:.git%{gitcommit}}%{?dist}
# For a breakdown of the licensing, see README
License: LGPLv2+ and MIT and GPLv2+
Summary: A System and Service Manager
@ -38,7 +38,6 @@ 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
Patch0005: 0001-selinux-fix-missing-SELinux-unit-access-check.patch
Patch0006: 0002-install-make-unit_file_get_list-aware-of-UNIT_FILE_I.patch
Patch0007: 0003-journal-gatewayd-fix-tmpfile-logic.patch
@ -830,6 +829,9 @@ getent passwd systemd-journal-upload >/dev/null 2>&1 || useradd -r -l -g systemd
/usr/lib/firewalld/services/*
%changelog
* Mon Oct 19 2015 Jan Synáček <jsynacek@redhat.com> - 222-8
- remove the fix for Corsair K70 Keyboard introduced in 222-3 (#1267225)
* Mon Oct 5 2015 Jan Synáček <jsynacek@redhat.com> - 222-7
- systemctl shows the full cgroup hierarchy when doing status of a disabled or non-existing unit (#1268601)
- it's not possible to log in again shortly after log out (#1263208)