summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornadlabak <pavel@doshaska.net>2015-04-17 00:55:53 +0200
committerGerrit Code Review <gerrit@cyanogenmod.org>2015-04-20 20:59:14 +0000
commiteb229905b6d45dadfd2ab1891990e71c3b8cea55 (patch)
tree704034bb4d67b9c9435f7a46c5c69b4e685f6bc3
parent453e91c817b8a04367736aa11212cf7a5a854c29 (diff)
downloadandroid_frameworks_native-eb229905b6d45dadfd2ab1891990e71c3b8cea55.tar.gz
android_frameworks_native-eb229905b6d45dadfd2ab1891990e71c3b8cea55.tar.bz2
android_frameworks_native-eb229905b6d45dadfd2ab1891990e71c3b8cea55.zip
Support WAKE flag in keyboard layouts
This flag is used to specify the internal keyboard keys allowed to wake the device. Change-Id: Ic15aca1134206c9b006a4d97dded10bccae640d3
-rw-r--r--include/input/InputEventLabels.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h
index df50237cd..a9d88f10c 100644
--- a/include/input/InputEventLabels.h
+++ b/include/input/InputEventLabels.h
@@ -374,6 +374,7 @@ static const InputEventLabel LEDS[] = {
};
static const InputEventLabel FLAGS[] = {
+ DEFINE_FLAG(WAKE),
DEFINE_FLAG(VIRTUAL),
DEFINE_FLAG(FUNCTION),