summaryrefslogtreecommitdiffstats
path: root/i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2015-03-17 09:02:54 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2015-03-17 09:02:54 -0400
commit35466ad3b6fbc7836fb8a95a00f0e6d8ef402d48 (patch)
tree7942bdff6632603b7bbad07ef31a01f97e940bdd /i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch
parent5db764fdeb2bfd7ebb577ffe355b26526fde249f (diff)
downloadkernel-35466ad3b6fbc7836fb8a95a00f0e6d8ef402d48.tar.gz
kernel-35466ad3b6fbc7836fb8a95a00f0e6d8ef402d48.tar.xz
kernel-35466ad3b6fbc7836fb8a95a00f0e6d8ef402d48.zip
Drop upstreamed quirk patches that still apply
Yay patch(1) for letting these get doubly applied.
Diffstat (limited to 'i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch')
-rw-r--r--i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch45
1 files changed, 0 insertions, 45 deletions
diff --git a/i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch b/i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch
deleted file mode 100644
index d6c4f1b9c..000000000
--- a/i8042-Add-notimeout-quirk-for-Fujitsu-Lifebook-A544-.patch
+++ /dev/null
@@ -1,45 +0,0 @@
-From: Hans de Goede <hdegoede@redhat.com>
-Date: Fri, 24 Oct 2014 11:30:19 +0200
-Subject: [PATCH] i8042: Add notimeout quirk for Fujitsu Lifebook A544 and
- Lifebook AH544
-
-These models need i8042.notimeout, otherwise the touchpad will not work.
-
-BugLink: https://bugzilla.kernel.org/show_bug.cgi?id=69731
-BugLink: https://bugzilla.redhat.com/show_bug.cgi?id=1111138
-Cc: stable@vger.kernel.org
-Signed-off-by: Hans de Goede <hdegoede@redhat.com>
----
- drivers/input/serio/i8042-x86ia64io.h | 16 ++++++++++++++++
- 1 file changed, 16 insertions(+)
-
-diff --git a/drivers/input/serio/i8042-x86ia64io.h b/drivers/input/serio/i8042-x86ia64io.h
-index a0bcbb64d06d..aa9b299f4e26 100644
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -364,6 +364,22 @@ static const struct dmi_system_id __initconst i8042_dmi_notimeout_table[] = {
- },
- },
- {
-+ /* Fujitsu A544 laptop */
-+ /* https://bugzilla.redhat.com/show_bug.cgi?id=1111138 */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK A544"),
-+ },
-+ },
-+ {
-+ /* Fujitsu AH544 laptop */
-+ /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */
-+ .matches = {
-+ DMI_MATCH(DMI_SYS_VENDOR, "FUJITSU"),
-+ DMI_MATCH(DMI_PRODUCT_NAME, "LIFEBOOK AH544"),
-+ },
-+ },
-+ {
- /* Fujitsu U574 laptop */
- /* https://bugzilla.kernel.org/show_bug.cgi?id=69731 */
- .matches = {
---
-1.9.3
-