Comment 2 for bug 2073538

Revision history for this message
En-Wei Wu (rickywu) wrote :

After looking at the ACPI dump, it seems like the GPE17 is generated by the EC0 (embedded controller):

Scope (_SB.PCI0.SBRG)
{
    Device (EC0)
    {
         Name (_HID, EisaId ("PNP0C09") /* Embedded Controller Device */) // _HID: Hardware ID
         Name (_UID, One) // _UID: Unique ID
         Name (_GPE, 0x17) // _GPE: General Purpose Events
...