|
@@ -775,7 +775,7 @@ typedef u32 acpi_event_status;
|
|
|
* | | | | +-- Type of dispatch:to method, handler, notify, or none
|
|
|
* | | | +----- Interrupt type: edge or level triggered
|
|
|
* | | +------- Is a Wake GPE
|
|
|
- * | +--------- Is GPE masked by the software GPE masking mechanism
|
|
|
+ * | +--------- Has been enabled automatically at init time
|
|
|
* +------------ <Reserved>
|
|
|
*/
|
|
|
#define ACPI_GPE_DISPATCH_NONE (u8) 0x00
|
|
@@ -791,6 +791,7 @@ typedef u32 acpi_event_status;
|
|
|
#define ACPI_GPE_XRUPT_TYPE_MASK (u8) 0x08
|
|
|
|
|
|
#define ACPI_GPE_CAN_WAKE (u8) 0x10
|
|
|
+#define ACPI_GPE_AUTO_ENABLED (u8) 0x20
|
|
|
|
|
|
/*
|
|
|
* Flags for GPE and Lock interfaces
|