From: Alexey Starikovskiy Date: Tue, 11 Mar 2008 17:30:00 +0000 (-0400) Subject: ACPI: EC: Handle IRQ storm on Acer laptops X-Git-Tag: v2.6.25-rc6~19^2~4^4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c81ce4c9c37b910210f2640c28e98a0c398dc26;p=pandora-kernel.git ACPI: EC: Handle IRQ storm on Acer laptops On some Acer systems, the HW fails to clear the GPE source, causing an interrupt storm. So in EC interrupt mode, we count how many interrupts we receive when waiting. If we get more than 5, we give up on interrupt mode and revert to polling mode. Also, for polling mode to work on Acers, we need to insert a delay. Signed-off-by: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed