From c1c5240aa9a924f371e8f310374d8e1885384274 Mon Sep 17 00:00:00 2001 From: nadlabak Date: Fri, 17 Apr 2015 00:55:53 +0200 Subject: [PATCH] Support WAKE flag in keyboard layouts This flag is used to specify the internal keyboard keys allowed to wake the device. Change-Id: Ic15aca1134206c9b006a4d97dded10bccae640d3 --- include/input/InputEventLabels.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h index a7a93297f..89bb2f7bd 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),