diff options
Diffstat (limited to 'tdecore/tdehw/tdeeventdevice.h')
-rw-r--r-- | tdecore/tdehw/tdeeventdevice.h | 4 |
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) |