diff options
author | nadlabak <pavel@doshaska.net> | 2015-04-17 00:55:53 +0200 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2015-10-17 14:03:58 -0700 |
commit | c1c5240aa9a924f371e8f310374d8e1885384274 (patch) | |
tree | 86c479b3a19d0ee86a8077d5c365d47178560d66 /include/input | |
parent | 6b6c0cde5b9f074ad43b4a0f2a37db8ec5409574 (diff) | |
download | frameworks_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/input')
-rw-r--r-- | include/input/InputEventLabels.h | 1 |
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), |