diff --git a/projects/WeTek_Play/patches/kodi/0015-aml-Add-some-key-mappings-for-HDMI-CEC.patch b/projects/WeTek_Play/patches/kodi/0015-aml-Add-some-key-mappings-for-HDMI-CEC.patch deleted file mode 100644 index 246281fa23..0000000000 --- a/projects/WeTek_Play/patches/kodi/0015-aml-Add-some-key-mappings-for-HDMI-CEC.patch +++ /dev/null @@ -1,28 +0,0 @@ -From f8aeb55bea64fde80a63a88d5d7bad8fd2dde3d9 Mon Sep 17 00:00:00 2001 -From: Alex Deryskyba -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 -