From: Alexey Starikovskiy Date: Thu, 15 Nov 2007 18:52:47 +0000 (+0300) Subject: ACPI: EC: Don't init EC early if it has no _INI X-Git-Tag: v2.6.24-rc4~107^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5870a8cd23181703cc76f88f630372f8602c7648;p=pandora-kernel.git ACPI: EC: Don't init EC early if it has no _INI Option to init EC early inserted to handle #8598 ASUS problem, introduced several others. EC driver in this particular case has fake _INI method, not present on other machines, which don't need or break from this workaround, so lets use its presence as a flag for early init. http://bugzilla.kernel.org/show_bug.cgi?id=9262 http://bugzilla.kernel.org/show_bug.cgi?id=8598 https://bugzilla.novell.com/show_bug.cgi?id=334806 Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed