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:
parent
6b6c0cde5b
commit
c1c5240aa9
@ -382,6 +382,7 @@ static const InputEventLabel LEDS[] = {
|
||||
};
|
||||
|
||||
static const InputEventLabel FLAGS[] = {
|
||||
DEFINE_FLAG(WAKE),
|
||||
DEFINE_FLAG(VIRTUAL),
|
||||
DEFINE_FLAG(FUNCTION),
|
||||
DEFINE_FLAG(GESTURE),
|
||||
|
Loading…
Reference in New Issue
Block a user