summaryrefslogtreecommitdiffstats
path: root/tdecore/tdehw/tdeeventdevice.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-24 19:48:44 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-24 19:48:44 -0500
commitedb0581f3426731bb8247d61f3676d6ce00506f1 (patch)
tree1ecd2014355bcbba2085a42a5e81054042da377c /tdecore/tdehw/tdeeventdevice.h
parent8e37bb9724a476c7f34bd80545a21a91dd63b5b2 (diff)
downloadtdelibs-edb0581f3426731bb8247d61f3676d6ce00506f1.tar.gz
tdelibs-edb0581f3426731bb8247d61f3676d6ce00506f1.zip
Fix human readable display of ACPI buttons
Diffstat (limited to 'tdecore/tdehw/tdeeventdevice.h')
-rw-r--r--tdecore/tdehw/tdeeventdevice.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tdecore/tdehw/tdeeventdevice.h b/tdecore/tdehw/tdeeventdevice.h
index 50aea54ef..52dc6ee73 100644
--- a/tdecore/tdehw/tdeeventdevice.h
+++ b/tdecore/tdehw/tdeeventdevice.h
@@ -52,7 +52,9 @@ enum TDESwitchType {
KeypadSlide = 0x00000800,
FrontProximity = 0x00001000,
RotateLock = 0x00002000,
- LineInInsert = 0x00004000
+ LineInInsert = 0x00004000,
+ PowerButton = 0x00008000,
+ SleepButton = 0x00010000
};
inline TDESwitchType operator|(TDESwitchType a, TDESwitchType b)