ACPI: EC: Don't parse DSDT for EC early init on Compal
authorAlexey Starikovskiy <astarikovskiy@suse.de>
Fri, 2 Oct 2009 16:21:40 +0000 (20:21 +0400)
committerLen Brown <len.brown@intel.com>
Sat, 3 Oct 2009 05:23:26 +0000 (01:23 -0400)
commit478fa03b32f1b3320aebc482b1685272e17a4762
treed00edee8669514f6fee00a35a7c538094cc5ce36
parent0adf3c746a73684b3f8c2821a584e1db998f61e9
ACPI: EC: Don't parse DSDT for EC early init on Compal

Compal DSDT breaks if scanned early, while we need early scan
for almost all ASUS machines. Safest workaround seems to be to
continue do an early scan for all machines, but this Compal model.

http://bugzilla.kernel.org/show_bug.cgi?id=14086

Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/ec.c