diff options
Diffstat (limited to 'include/android')
-rw-r--r-- | include/android/keycodes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h index 1ca133290..b6a5f4cee 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. |