From aac56ddf3634e73783ef57576f64d0fb1631f7cc Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Thu, 24 Apr 2014 13:15:54 +0200 Subject: [PATCH] projects/Cuboxi/patches/xbmc: remove unneeded patch Signed-off-by: Stephan Raue --- .../Cuboxi/patches/xbmc/xbmc-imx6-fix-2.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 projects/Cuboxi/patches/xbmc/xbmc-imx6-fix-2.patch diff --git a/projects/Cuboxi/patches/xbmc/xbmc-imx6-fix-2.patch b/projects/Cuboxi/patches/xbmc/xbmc-imx6-fix-2.patch deleted file mode 100644 index 501f8be7ad..0000000000 --- a/projects/Cuboxi/patches/xbmc/xbmc-imx6-fix-2.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -Naur xbmc-13-482ccd3/xbmc/input/linux/LinuxInputDevices.cpp xbmc-13-482ccd3.patch/xbmc/input/linux/LinuxInputDevices.cpp ---- xbmc-13-482ccd3/xbmc/input/linux/LinuxInputDevices.cpp 2014-04-19 01:36:22.000000000 +0200 -+++ xbmc-13-482ccd3.patch/xbmc/input/linux/LinuxInputDevices.cpp 2014-04-20 19:47:29.725117958 +0200 -@@ -1222,8 +1222,9 @@ - - if ((now - m_lastHotplugCheck) >= 10) - { -- CheckHotplugged(); -- m_lastHotplugCheck = now; -+ // Comment for now as it has visible issue on video decoding when USB devices are available -+ //CheckHotplugged(); -+ m_lastHotplugCheck = now; - } - } -