Support WAKE flag in keyboard layouts

This flag is used to specify the internal keyboard keys allowed
to wake the device.

Change-Id: Ic15aca1134206c9b006a4d97dded10bccae640d3
This commit is contained in:
nadlabak 2015-04-17 00:55:53 +02:00 committed by Steve Kondik
parent 6b6c0cde5b
commit c1c5240aa9
1 changed files with 1 additions and 0 deletions

View File

@ -382,6 +382,7 @@ static const InputEventLabel LEDS[] = {
};
static const InputEventLabel FLAGS[] = {
DEFINE_FLAG(WAKE),
DEFINE_FLAG(VIRTUAL),
DEFINE_FLAG(FUNCTION),
DEFINE_FLAG(GESTURE),