summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Abbott <labbott@redhat.com>2019-08-15 15:46:52 -0400
committerLaura Abbott <labbott@redhat.com>2019-09-16 10:52:39 -0400
commitbde70da19cc3965c06ae7998a449d138b27a6b78 (patch)
treeda390c345a94fefd90ebee52fd5b73773b7446bd
parentddc01753a9d326a6b2f604a377c296d1bf2209f3 (diff)
downloadkernel-bde70da19cc3965c06ae7998a449d138b27a6b78.tar.gz
kernel-bde70da19cc3965c06ae7998a449d138b27a6b78.tar.xz
kernel-bde70da19cc3965c06ae7998a449d138b27a6b78.zip
Remove old keyboard logging patch
Let's see if this results in flooding. Signed-off-by: Laura Abbott <labbott@redhat.com>
-rw-r--r--input-kill-stupid-messages.patch30
-rw-r--r--kernel.spec2
2 files changed, 0 insertions, 32 deletions
diff --git a/input-kill-stupid-messages.patch b/input-kill-stupid-messages.patch
deleted file mode 100644
index 04205f857..000000000
--- a/input-kill-stupid-messages.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From: "kernel-team@fedoraproject.org" <kernel-team@fedoraproject.org>
-Date: Thu, 29 Jul 2010 16:46:31 -0700
-Subject: [PATCH] input: kill stupid messages
-
-Bugzilla: N/A
-Upstream-status: Fedora mustard
----
- drivers/input/keyboard/atkbd.c | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/drivers/input/keyboard/atkbd.c b/drivers/input/keyboard/atkbd.c
-index ec876b5b1382..9d5216e23a09 100644
---- a/drivers/input/keyboard/atkbd.c
-+++ b/drivers/input/keyboard/atkbd.c
-@@ -436,11 +436,15 @@ static irqreturn_t atkbd_interrupt(struct serio *serio, unsigned char data,
- goto out;
- case ATKBD_RET_ACK:
- case ATKBD_RET_NAK:
-+# if 0
-+ /* Quite a few key switchers and other tools trigger this
-+ * and it confuses people who can do nothing about it */
- if (printk_ratelimit())
- dev_warn(&serio->dev,
- "Spurious %s on %s. "
- "Some program might be trying to access hardware directly.\n",
- data == ATKBD_RET_ACK ? "ACK" : "NAK", serio->phys);
-+#endif
- goto out;
- case ATKBD_RET_ERR:
- atkbd->err_count++;
diff --git a/kernel.spec b/kernel.spec
index a3fba98b7..a533bbf01 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -495,8 +495,6 @@ Source5000: patch-5.%{base_sublevel}-git%{gitrev}.xz
# Standalone patches
# 100 - Generic long running patches
-Patch111: input-kill-stupid-messages.patch
-
Patch115: Kbuild-Add-an-option-to-enable-GCC-VTA.patch
Patch116: crash-driver.patch