projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7084a
)
ACPI: EC: lower interrupt storm treshold
author
Alexey Starikovskiy
<astarikovskiy@suse.de>
Sun, 9 Nov 2008 16:01:06 +0000
(19:01 +0300)
committer
Len Brown
<len.brown@intel.com>
Tue, 11 Nov 2008 23:35:50 +0000
(18:35 -0500)
http://bugzilla.kernel.org/show_bug.cgi?id=11892
Signed-off-by: Alexey Starikovskiy <astarikovskiy@suse.de>
Signed-off-by: Len Brown <len.brown@intel.com>
drivers/acpi/ec.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/acpi/ec.c
b/drivers/acpi/ec.c
index 89d6d2868e8c7359f2e9d7c6f06c4efdda798f1f..ab84f99f136917f8d87153dc56356b2f40337cab 100644
(file)
--- a/
drivers/acpi/ec.c
+++ b/
drivers/acpi/ec.c
@@
-70,7
+70,7
@@
enum ec_command {
#define ACPI_EC_UDELAY_GLK 1000 /* Wait 1ms max. to get global lock */
#define ACPI_EC_UDELAY 100 /* Wait 100us before polling EC again */
-#define ACPI_EC_STORM_THRESHOLD
20
/* number of false interrupts
+#define ACPI_EC_STORM_THRESHOLD
8
/* number of false interrupts
per one transaction */
enum {