]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/suse-2.6.27.31/patches.fixes/input-add-nomux-dell-vostro-1510.patch
Reenabled linux-xen, added patches for Xen Kernel Version 2.6.27.31,
[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
new file mode 100644 (file)
index 0000000..06e44ae
--- /dev/null
@@ -0,0 +1,32 @@
+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"),
++              },
++      },
+       { }
+ };