commit | 6b4e02f1cbdc55126cae9d2ce588640a784e7d61 | [log] [tgz] |
---|---|---|
author | Tim Kilbourn <tkilbourn@google.com> | Mon Apr 14 15:37:20 2014 -0700 |
committer | Tim Kilbourn <tkilbourn@google.com> | Fri May 16 15:36:11 2014 -0700 |
tree | c68746f854ec4c36e81e641d606186962e93901d | |
parent | d924ee8b03e0c0b056b9a9c6ce2b06938c7e7b1a [diff] [blame] |
Add KEYCODE_PAIRING. Used for initiating a peripheral pairing mode. Change-Id: I7e8439d27491ccc72d045cabf5751a35b9113aa7
diff --git a/include/input/InputEventLabels.h b/include/input/InputEventLabels.h index c6eef9b..36be4fc 100644 --- a/include/input/InputEventLabels.h +++ b/include/input/InputEventLabels.h
@@ -264,6 +264,7 @@ DEFINE_KEYCODE(MEDIA_AUDIO_TRACK), DEFINE_KEYCODE(SLEEP), DEFINE_KEYCODE(WAKEUP), + DEFINE_KEYCODE(PAIRING), { NULL, 0 } };