mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/Cuboxi/patches/xbmc: add upstream patch
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
651372d503
commit
c3cf0ef3b4
15
projects/Cuboxi/patches/xbmc/xbmc-imx6-fix-2.patch
Normal file
15
projects/Cuboxi/patches/xbmc/xbmc-imx6-fix-2.patch
Normal file
@ -0,0 +1,15 @@
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user