From cb9c3ed914b0b1578a3fcaea3e35add08cc0bdfb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 25 Aug 2013 15:59:43 -0500 Subject: Fix ACPI button event detection on machines with an independent ACPI event controller module such as Thinkpads Only detect the ACPI key press event, not the key release event --- tdecore/tdehw/tdeeventdevice.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tdecore/tdehw/tdeeventdevice.h') diff --git a/tdecore/tdehw/tdeeventdevice.h b/tdecore/tdehw/tdeeventdevice.h index 52dc6ee73..e2a03b10f 100644 --- a/tdecore/tdehw/tdeeventdevice.h +++ b/tdecore/tdehw/tdeeventdevice.h @@ -29,7 +29,9 @@ enum TDEEventDeviceType { Unknown, ACPILidSwitch, ACPISleepButton, + ACPISuspendButton, ACPIPowerButton, + ACPIOtherInput, Other = 0x80000000 }; }; -- cgit v1.2.1