Bug 1409
Summary: | Some ACPI interrupts are missing after wake up from sleeping (S1) | ||
---|---|---|---|
Product: | ACPI | Reporter: | Luming Yu (luming.yu) |
Component: | Power-Sleep-Wake | Assignee: | Robert Moore (Robert.Moore) |
Status: | CLOSED PATCH_ALREADY_AVAILABLE | ||
Severity: | normal | CC: | acpi-bugzilla, aripollak, hhielscher |
Priority: | P2 | ||
Hardware: | i386 | ||
OS: | Linux | ||
Kernel Version: | 2.6.0-test7,test8 | Subsystem: | |
Regression: | --- | Bisected commit-id: | |
Attachments: |
a proposal patch for fixing this issue.
Updated Patch for fixing error in using base_number in previous patch |
Description
Luming Yu
2003-10-23 04:30:12 UTC
Created attachment 1139 [details]
a proposal patch for fixing this issue.
This patch fixs the issue on my T21
Created attachment 1208 [details]
Updated Patch for fixing error in using base_number in previous patch
I get the same problem on my Thinkpad T41, but only after an S3 - putting the machine into S1 doesn't seem to cause this. I'll try this patch later to see if it fixes anything. Nope.. after applying this patch, no interrupts are generated in acpi after coming back from an S3. I'm quite sure I did actually inform you that the corrected patch fixes the S1 problem for me. In case I didn't, here it is: the updated patch works fine for me. Same symptoms on a Thinkpad R32 as the aforementioned T41, S3 causes no interrupts to be generated. S1 is not supported on the R32. The improved patch doesn't work. According to Len Brown, this bug should be tracking missing ACPI interrupts from returning from S3 as well. Please try the patch for bug #2321, which also fixes the issue for me. Re: comment #9, the patch in that bug did not help resuming from S3 on a Thinkpad T41. 2.6.7-mm2 code fixes my issue. thanks for confirming interrupts work after 2.6.7-mm2 -- closing this bug. |