Bug 11917
Summary: | hotkeys stop working after prolonged usage - Asus Eee PC | ||
---|---|---|---|
Product: | ACPI | Reporter: | Alan Jenkins (alan-jenkins) |
Component: | EC | Assignee: | Alexey Starikovskiy (astarikovskiy) |
Status: | CLOSED CODE_FIX | ||
Severity: | normal | CC: | acpi-bugzilla, rjw |
Priority: | P1 | ||
Hardware: | All | ||
OS: | Linux | ||
Kernel Version: | 2.6.28-rc2 | Subsystem: | |
Regression: | Yes | Bisected commit-id: | |
Bug Depends on: | |||
Bug Blocks: | 11808 | ||
Attachments: |
Acpidump output
clean tmp before reuse try the patch in which the EC global lock is initialized based on the return value of _GLK object |
Description
Alan Jenkins
2008-10-31 03:21:26 UTC
Created attachment 18557 [details]
Acpidump output
*** Bug 11896 has been marked as a duplicate of this bug. *** Created attachment 18558 [details]
clean tmp before reuse
This patch is reported to fix the issue.
Thanks Alan for bisecting 3700+ patches :)
Handled-By : Alexey Starikovskiy <astarikovskiy@suse.de> Patch : http://bugzilla.kernel.org/attachment.cgi?id=18558&action=view Created attachment 18602 [details]
try the patch in which the EC global lock is initialized based on the return value of _GLK object
Hi, Alan
Will you please try the attached patch and see whether the problem can be sovled by this patch?
In this patch the EC global lock is initailzed based on the return value of _GLK object.
thanks.
Why? It doesn't seem to do anything different to Alex's patch. patch in comment #3 applied to ACPI tree Hi, Alan There is no difference between the patch in comment #3 and my patch. But IMO when the ACPICA interface function is evaluated, it will be better to base on the return status. If the return status is what we expected, the return value of ACPI object will be used. Otherwise it should be ignored. Thanks. Hi, just add that this patch also fixes (at least in my case/tests with a EeePC 701) the case where the hotkeys stop working after a suspend/resume cycle. Santi Handled-By : From: Alexey Starikovskiy <astarikovskiy@suse.de> Patch : http://marc.info/?l=linux-acpi&m=122603281422097&w=4 Not-Handled-By : From: Alexey Starikovskiy <astarikovskiy@suse.de> Ignore-Patch : http://bugzilla.kernel.org/attachment.cgi?id=18558&action=view unclear what comment #11 is about, but to re-iterate comment #7, this patch is in the acpi tree: commit d21cf3c16b1191f3154a51e0b20c82bf851cc553 Author: Alexey Starikovskiy <astarikovskiy@suse.de> Date: Mon Nov 3 14:26:40 2008 -0500 ACPI EC: Fix regression due to use of uninitialized variable shipped in 2.6.28-rc4-git3 closed. |