From: Bjorn Helgaas Date: Tue, 25 Mar 2008 17:21:11 +0000 (-0600) Subject: ACPI: fix Medion _PRT quirk (use "ISA_", not "ISA") X-Git-Tag: v2.6.25-rc7~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b97d4803400a4442b0e4ae14d0bd8e83994b9004;p=pandora-kernel.git ACPI: fix Medion _PRT quirk (use "ISA_", not "ISA") This fixes the builtin RTL8139 NIC on the Medion MD9580-F laptop. The BIOS reports the interrupt routing incorrectly. I recently added a quirk to work around this, and this patch fixes a typo in the quirk. We pad every ACPI pathname component to four characters, so ".ISA." will never match anything. We need ".ISA_." instead. Thank you Johann-Nikolaus Andreae for patiently testing this patch. See http://bugzilla.kernel.org/show_bug.cgi?id=4773 Signed-off-by: Bjorn Helgaas Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed