From ccc3b651f96cc10bfdb8eb72dc99089804f19770 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Thu, 8 May 2014 21:20:35 +0200 Subject: [PATCH] rc_keymaps: Add a keymap for the remote shipped with allwinner ba10 tv boxes This is an unbranded remote found with unbranded allwinner a10 based android tv boxes, which are referred to as ba10 tv boxes since the pcb is marked ba10 (the ba10 name is also used in u-boot and for the devicetree files). Signed-off-by: Hans de Goede --- utils/keytable/rc_keymaps/allwinner_ba10_tv_box | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 utils/keytable/rc_keymaps/allwinner_ba10_tv_box diff --git a/utils/keytable/rc_keymaps/allwinner_ba10_tv_box b/utils/keytable/rc_keymaps/allwinner_ba10_tv_box new file mode 100644 index 0000000..cfa7641 --- /dev/null +++ b/utils/keytable/rc_keymaps/allwinner_ba10_tv_box @@ -0,0 +1,15 @@ +# table allwinner_ba10_tv_box, type: NEC +0x206 KEY_UP +0x216 KEY_VOLUMEDOWN +0x217 KEY_NEXTSONG +0x21a KEY_POWER +0x21b KEY_BACK +0x21e KEY_OK +0x21f KEY_DOWN +0x244 KEY_VOLUMEUP +0x254 KEY_PREVIOUSSONG +0x255 KEY_PLAYPAUSE +0x258 KEY_MENU +0x259 KEY_HOME +0x25c KEY_RIGHT +0x25d KEY_LEFT -- 2.7.4