summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornadlabak <pavel@doshaska.net>2015-04-17 00:55:53 +0200
committerSteve Kondik <steve@cyngn.com>2015-10-17 14:03:58 -0700
commitc1c5240aa9a924f371e8f310374d8e1885384274 (patch)
tree86c479b3a19d0ee86a8077d5c365d47178560d66 /include
parent6b6c0cde5b9f074ad43b4a0f2a37db8ec5409574 (diff)
downloadframeworks_native-c1c5240aa9a924f371e8f310374d8e1885384274.zip
frameworks_native-c1c5240aa9a924f371e8f310374d8e1885384274.tar.gz
frameworks_native-c1c5240aa9a924f371e8f310374d8e1885384274.tar.bz2
Support WAKE flag in keyboard layouts
This flag is used to specify the internal keyboard keys allowed to wake the device. Change-Id: Ic15aca1134206c9b006a4d97dded10bccae640d3
Diffstat (limited to 'include')
-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 a7a9329..89bb2f7 100644
--- a/include/input/InputEventLabels.h
+++ b/include/input/InputEventLabels.h
@@ -382,6 +382,7 @@ static const InputEventLabel LEDS[] = {
};
static const InputEventLabel FLAGS[] = {
+ DEFINE_FLAG(WAKE),
DEFINE_FLAG(VIRTUAL),
DEFINE_FLAG(FUNCTION),
DEFINE_FLAG(GESTURE),