]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - src/patches/suse-2.6.27.25/patches.fixes/input-add-nomux-dell-vostro-1510.patch
Updated xen patches taken from suse.
[people/pmueller/ipfire-2.x.git] / src / patches / suse-2.6.27.25 / patches.fixes / input-add-nomux-dell-vostro-1510.patch
1 From: Jiri Kosina <jkosina@suse.cz>
2 Subject: Input: add Dell Vostro 1510 to nomux list
3 References: bnc#404881
4 Patch-mainline: yes
5
6 Dell Vostro needs 'nomux' quirk, otherwise the touchpad misbehaves.
7
8 Reported-by: Robert Kiwanuka <robert.kiwanuka@gmail.com>
9 Signed-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