>> From: Jan Rychter [mailto:jan-JAsPCFd0eodBDgjK7y7TUQ@public.gmane.org] I get LID button events
>> fine, but the power button doesn't seem to generate any events
>>
>> Does the following bit of DSDT mean the power button should generate
>> events?
>>
>> Device (PWRB) { Name (_HID, EisaId ("PNP0C0C")) Name (_PRW, Package
>> (0x02) { 0x08, 0x04 }) Name (_STA, 0x0B)
>> }
Andrew> ACPI: Power Button (FF) [PWRF]
Andrew> It looks like it is finding a fixed-feature power button before
Andrew> the control method power button, and therefore the CM power
Andrew> button isn't being set up. So this raises in my mind 2
Andrew> questions:
Andrew> 1) Why isn't the FF power button working?
Andrew> 2) On a system with both, is the current behavior (favor FF
Andrew> over CM) the
Andrew> proper behavior?
I hope these questions weren't addressed to me, because I certainly
can't answer them. I just thought a bug report might be useful. And I'd
like my power button to work some day :-)
--J.