Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca2fbf69 authored by Jinsuk Kim's avatar Jinsuk Kim Committed by Android (Google) Code Review
Browse files

Merge "New keycode definitions for HDMI-CEC"

parents 0abc6e90 bc4e396d
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -269,6 +269,11 @@ enum {
    AKEYCODE_SLEEP           = 223,
    AKEYCODE_WAKEUP          = 224,
    AKEYCODE_PAIRING         = 225,
    AKEYCODE_MEDIA_TOP_MENU  = 226,
    AKEYCODE_11              = 227,
    AKEYCODE_12              = 228,
    AKEYCODE_LAST_CHANNEL    = 229,
    AKEYCODE_TV_DATA_SERVICE = 230

    // NOTE: If you add a new keycode here you must also add it to several other files.
    //       Refer to frameworks/base/core/java/android/view/KeyEvent.java for the full list.
+5 −0
Original line number Diff line number Diff line
@@ -265,6 +265,11 @@ static const InputEventLabel KEYCODES[] = {
    DEFINE_KEYCODE(SLEEP),
    DEFINE_KEYCODE(WAKEUP),
    DEFINE_KEYCODE(PAIRING),
    DEFINE_KEYCODE(MEDIA_TOP_MENU),
    DEFINE_KEYCODE(11),
    DEFINE_KEYCODE(12),
    DEFINE_KEYCODE(LAST_CHANNEL),
    DEFINE_KEYCODE(TV_DATA_SERVICE),

    { NULL, 0 }
};