]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/commit - drivers/acpi/ec.c
ACPI: EC: add another DMI check for ASUS hardware
authorPeter Collingbourne <peter@pcc.me.uk>
Sun, 24 Apr 2011 21:09:32 +0000 (22:09 +0100)
committerLen Brown <len.brown@intel.com>
Mon, 25 Apr 2011 20:54:15 +0000 (16:54 -0400)
commitaf986d101d141f10231ffa7e40ae397dc7356857
tree8ba5dfc9684be60e8c89baf0940c2001ce58f571
parent5dd12af05ca6b7d052c06a9ca4ff755fdfa25ae4
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 <peter@pcc.me.uk>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/ec.c