]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.fixes/input-add-nomux-dell-vostro-1510.patch
Reenabled linux-xen and xen-image build
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.fixes / input-add-nomux-dell-vostro-1510.patch
CommitLineData
00e5a55c
BS
1From: Jiri Kosina <jkosina@suse.cz>
2Subject: Input: add Dell Vostro 1510 to nomux list
3References: bnc#404881
4Patch-mainline: yes
5
6Dell Vostro needs 'nomux' quirk, otherwise the touchpad misbehaves.
7
8Reported-by: Robert Kiwanuka <robert.kiwanuka@gmail.com>
9Signed-off-by: Jiri Kosina <jkosina@suse.cz>
10
11---
12
13---
14 drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
15 1 file changed, 7 insertions(+)
16
17--- a/drivers/input/serio/i8042-x86ia64io.h
18+++ b/drivers/input/serio/i8042-x86ia64io.h
19@@ -358,6 +358,13 @@ static struct dmi_system_id __initdata i
20 DMI_MATCH(DMI_PRODUCT_NAME, "HEL80I"),
21 },
22 },
23+ {
24+ .ident = "Dell Vostro 1510",
25+ .matches = {
26+ DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
27+ DMI_MATCH(DMI_PRODUCT_NAME, "Vostro1510"),
28+ },
29+ },
30 { }
31 };
32