]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blame - src/patches/suse-2.6.27.25/patches.fixes/input-add-acer-aspire-5710-to-nomux.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-acer-aspire-5710-to-nomux.patch
CommitLineData
00e5a55c
BS
1From: Jiri Kosina <jkosina@suse.cz>
2Subject: Input: Add Acer Aspire 5710 to nomux blacklist
3References: bnc#404881
4Patch-mainline: submitted
5
6Acer Aspire needs to be added to nomux blacklist, otherwise the touchpad
7misbehaves.
8
9Signed-off-by: Jiri Kosina <jkosina@suse.cz>
10
11---
12 drivers/input/serio/i8042-x86ia64io.h | 7 +++++++
13 1 file changed, 7 insertions(+)
14
15--- a/drivers/input/serio/i8042-x86ia64io.h
16+++ b/drivers/input/serio/i8042-x86ia64io.h
17@@ -324,6 +324,13 @@ static struct dmi_system_id __initdata i
18 },
19 },
20 {
21+ .ident = "Acer Aspire 5710",
22+ .matches = {
23+ DMI_MATCH(DMI_SYS_VENDOR, "Acer"),
24+ DMI_MATCH(DMI_PRODUCT_NAME, "Aspire 5710"),
25+ },
26+ },
27+ {
28 .ident = "Gericom Bellagio",
29 .matches = {
30 DMI_MATCH(DMI_SYS_VENDOR, "Gericom"),