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)
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

Simple merge