mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-02 07:27:49 +00:00
kodi: update patch after PR17922
This commit is contained in:
parent
6b30b115a1
commit
21f459474a
@ -1,13 +1,13 @@
|
||||
--- kodi-rockchip_18.2rc1-Leia.orig/xbmc/peripherals/bus/virtual/PeripheralBusCEC.cpp 2019-05-12 07:24:23.921984777 +0200
|
||||
+++ kodi-rockchip_18.2rc1-Leia/xbmc/peripherals/bus/virtual/PeripheralBusCEC.cpp 2019-05-12 07:03:41.221761552 +0200
|
||||
@@ -50,6 +50,10 @@
|
||||
/** the Pi's adapter cannot be removed, no need to rescan */
|
||||
m_bNeedsPolling = false;
|
||||
break;
|
||||
+ case ADAPTERTYPE_LINUX:
|
||||
+ /** the Linux adapter cannot be removed, no need to rescan */
|
||||
+ m_bNeedsPolling = false;
|
||||
+ break;
|
||||
default:
|
||||
break;
|
||||
/** the Pi's adapter cannot be removed, no need to rescan */
|
||||
m_bNeedsPolling = false;
|
||||
break;
|
||||
+ case ADAPTERTYPE_LINUX:
|
||||
+ /** the Linux adapter cannot be removed, no need to rescan */
|
||||
+ m_bNeedsPolling = false;
|
||||
+ break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user