From: Alexey Starikovskiy Date: Fri, 3 Aug 2007 21:52:48 +0000 (-0400) Subject: ACPI: EC: If ECDT is not found, look up EC in DSDT. X-Git-Tag: v2.6.23-rc3~5^2~3^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd8c93a4e04dce8f00d1ef3a476aac8bd65ae40b;p=pandora-kernel.git ACPI: EC: If ECDT is not found, look up EC in DSDT. Some ASUS laptops access EC space from device _INI methods, but do not provide ECDT for early EC setup. In order to make them function properly, there is a need to find EC is DSDT before any _INI is called. Similar functionality was turned on by acpi_fake_ecdt=1 command line before. Now it is on all the time. http://bugzilla.kernel.org/show_bug.cgi?id=8598 Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed