summaryrefslogtreecommitdiff
path: root/source/components/events/evgpeinit.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/components/events/evgpeinit.c')
-rw-r--r--source/components/events/evgpeinit.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/components/events/evgpeinit.c b/source/components/events/evgpeinit.c
index af1ec64fd15e..44a13788fc39 100644
--- a/source/components/events/evgpeinit.c
+++ b/source/components/events/evgpeinit.c
@@ -382,14 +382,17 @@ AcpiEvMatchGpeMethod (
switch (Name[1])
{
case 'L':
+
Type = ACPI_GPE_LEVEL_TRIGGERED;
break;
case 'E':
+
Type = ACPI_GPE_EDGE_TRIGGERED;
break;
default:
+
/* Unknown method type, just ignore it */
ACPI_DEBUG_PRINT ((ACPI_DB_LOAD,