Merge "Support VIRTUAL flag in keyboard layouts."

This commit is contained in:
Jeff Brown 2014-05-21 02:34:36 +00:00 committed by Android (Google) Code Review
commit b9e879d429
1 changed files with 1 additions and 0 deletions

View File

@ -345,6 +345,7 @@ static const InputEventLabel LEDS[] = {
};
static const InputEventLabel FLAGS[] = {
DEFINE_FLAG(VIRTUAL),
DEFINE_FLAG(FUNCTION),
{ NULL, 0 }