summaryrefslogtreecommitdiffstats
path: root/include/android
diff options
context:
space:
mode:
authorJinsuk Kim <jinsukkim@google.com>2014-05-14 15:36:48 +0900
committerJinsuk Kim <jinsukkim@google.com>2014-05-20 07:51:18 +0900
commitbc4e396d1721884adc48f64fbe6ef40afd8ede2d (patch)
tree87a26e3c5c2082b40706fd3c18e4061fb94343ab /include/android
parent2fc72d1c0294fb759380604ea906ce67ebeb5c5f (diff)
downloadframeworks_native-bc4e396d1721884adc48f64fbe6ef40afd8ede2d.zip
frameworks_native-bc4e396d1721884adc48f64fbe6ef40afd8ede2d.tar.gz
frameworks_native-bc4e396d1721884adc48f64fbe6ef40afd8ede2d.tar.bz2
New keycode definitions for HDMI-CEC
Following keys are added to be mapped to HDMI-CEC standard keys: KEYCODE_MEDIA_TOP_MENU KEYCODE_11 KEYCODE_12 KEYCODE_LAST_CHANNEL KEYCODE_TV_DATA_SERVICE Change-Id: Ie73cf4cd8355ced4753eb5bba0ea130b087dfc36
Diffstat (limited to 'include/android')
-rw-r--r--include/android/keycodes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/android/keycodes.h b/include/android/keycodes.h
index a2f01a4..da7302d 100644
--- a/include/android/keycodes.h
+++ b/include/android/keycodes.h
@@ -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.