From: Peter Collingbourne Date: Sun, 24 Apr 2011 21:09:32 +0000 (+0100) Subject: ACPI: EC: add another DMI check for ASUS hardware X-Git-Tag: v3.0-rc1~12^2~1^6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af986d101d141f10231ffa7e40ae397dc7356857;p=pandora-kernel.git ACPI: EC: add another DMI check for ASUS hardware Commit 0adf3c746a73684b3f8c2821a584e1db998f61e9 introduced a regression by making the ECDT validation test for ASUS hardware more restrictive. The previous test used the dmi_name_in_vendors function which searches a number of DMI fields, while the new test checked only the BIOS vendor, which is known to not match on an ASUS F5GL laptop which requires ECDT validation. Add a rule to ec_dmi_table based on an alternative DMI pattern for ASUS hardware as found elsewhere in the kernel. Signed-off-by: Peter Collingbourne Signed-off-by: Len Brown --- Reading git-diff-tree failed