]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.fixes/input-add-nomux-dell-vostro-1510.patch
Imported linux-2.6.27.39 suse/xen patches.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.31 / patches.fixes / input-add-nomux-dell-vostro-1510.patch
diff --git a/src/patches/suse-2.6.27.31/patches.fixes/input-add-nomux-dell-vostro-1510.patch b/src/patches/suse-2.6.27.31/patches.fixes/input-add-nomux-dell-vostro-1510.patch
deleted file mode 100644 (file)
index 06e44ae..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-From: Jiri Kosina <jkosina@suse.cz>
-Subject: Input: add Dell Vostro 1510 to nomux list
-References: bnc#404881
-Patch-mainline: yes
-
-Dell Vostro needs 'nomux' quirk, otherwise the touchpad misbehaves.
-
-Reported-by: Robert Kiwanuka <robert.kiwanuka@gmail.com>
-Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-
---- 
-
----
- drivers/input/serio/i8042-x86ia64io.h |    7 +++++++
- 1 file changed, 7 insertions(+)
-
---- a/drivers/input/serio/i8042-x86ia64io.h
-+++ b/drivers/input/serio/i8042-x86ia64io.h
-@@ -358,6 +358,13 @@ static struct dmi_system_id __initdata i
-                       DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"),
-               },
-       },
-+      {
-+              .ident = "Dell Vostro 1510",
-+              .matches = {
-+                      DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
-+                      DMI_MATCH(DMI_PRODUCT_NAME, "Vostro1510"),
-+              },
-+      },
-       { }
- };