summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorJeff Brown <jeffbrown@google.com>2014-03-07 23:43:18 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-03-07 23:43:18 +0000
commitd711ef1d78581a598e23be9730246cfa8ca75bb2 (patch)
treecb3b233daaca6cd2b703d3d5d794cde43c9d20d5 /include/android
parentc339554f44550015c3a2aaa9c99cc53cc84ff590 (diff)
parent37bf0789f5c1167f6f7f5667b09cad70e0bb27d4 (diff)
downloadframeworks_native-d711ef1d78581a598e23be9730246cfa8ca75bb2.zip
frameworks_native-d711ef1d78581a598e23be9730246cfa8ca75bb2.tar.gz
frameworks_native-d711ef1d78581a598e23be9730246cfa8ca75bb2.tar.bz2
am 37bf0789: Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.
* commit '37bf0789f5c1167f6f7f5667b09cad70e0bb27d4': Declare KEYCODE_SLEEP and KEYCODE_WAKEUP.
Diffstat (limited to 'include/android')
-rw-r--r--include/android/keycodes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h
index 1ca1332..b6a5f4c 100644
--- a/include/android/keycodes.h
+++ b/include/android/keycodes.h
@@ -266,6 +266,8 @@ enum {
AKEYCODE_BRIGHTNESS_DOWN = 220,
AKEYCODE_BRIGHTNESS_UP = 221,
AKEYCODE_MEDIA_AUDIO_TRACK = 222,
+ AKEYCODE_SLEEP = 223,
+ AKEYCODE_WAKEUP = 224,
// NOTE: If you add a new keycode here you must also add it to several other files.
// Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list.