kodi: update patch after PR17922

This commit is contained in:
MilhouseVH 2020-05-31 19:44:37 +01:00 committed by CvH
parent 6b30b115a1
commit 21f459474a

View File

@ -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.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 +++ kodi-rockchip_18.2rc1-Leia/xbmc/peripherals/bus/virtual/PeripheralBusCEC.cpp 2019-05-12 07:03:41.221761552 +0200
@@ -50,6 +50,10 @@ @@ -50,6 +50,10 @@
/** the Pi's adapter cannot be removed, no need to rescan */ /** the Pi's adapter cannot be removed, no need to rescan */
m_bNeedsPolling = false; m_bNeedsPolling = false;
break; break;
+ case ADAPTERTYPE_LINUX: + case ADAPTERTYPE_LINUX:
+ /** the Linux adapter cannot be removed, no need to rescan */ + /** the Linux adapter cannot be removed, no need to rescan */
+ m_bNeedsPolling = false; + m_bNeedsPolling = false;
+ break; + break;
default: default:
break; break;
} }