projects/WeTek_Play/patches/kodi: remove CEC mappings patch, needs to be reworked

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2015-10-23 11:21:43 +02:00
parent 2535369a55
commit 84b94d1188

View File

@ -1,28 +0,0 @@
From f8aeb55bea64fde80a63a88d5d7bad8fd2dde3d9 Mon Sep 17 00:00:00 2001
From: Alex Deryskyba <alex@codesnake.com>
Date: Sun, 2 Nov 2014 15:54:29 +0200
Subject: [PATCH 15/17] [aml] Add some key mappings for HDMI CEC
---
xbmc/input/linux/LinuxInputDevices.cpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/xbmc/input/linux/LinuxInputDevices.cpp b/xbmc/input/linux/LinuxInputDevices.cpp
index 0b0f7ae..c84930f 100644
--- a/xbmc/input/linux/LinuxInputDevices.cpp
+++ b/xbmc/input/linux/LinuxInputDevices.cpp
@@ -250,6 +250,11 @@ KeyMap keyMap[] = {
{ KEY_PRINT , XBMCK_PRINT },
{ KEY_QUESTION , XBMCK_HELP },
{ KEY_BACK , XBMCK_BACKSPACE },
+ { KEY_SELECT , XBMCK_RETURN },
+ { KEY_RED , XBMCK_TAB },
+ { KEY_GREEN , XBMCK_z },
+ { KEY_YELLOW , XBMCK_i },
+ { KEY_BLUE , XBMCK_c },
// The Little Black Box Remote Additions
{ 384 , XBMCK_LEFT }, // Red
{ 378 , XBMCK_RIGHT }, // Green
--
1.7.10.4