forked from LibreELEC/LibreELEC.tv
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tinkerboard: disable 5s polling for CEC adapters (solve kwiboo's revi…
…ews)
- Loading branch information
viulian
committed
May 12, 2019
1 parent
5064706
commit 9161165
Showing
3 changed files
with
17 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...ges/mediacenter/kodi/patches/cec-framework/kodi-100.17-tinker-s-cec-disable-polling.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +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; | ||
} |
13 changes: 0 additions & 13 deletions
13
.../Rockchip/devices/TinkerBoard/patches/kodi/kodi-100.17-tinker-s-cec-disable-polling.patch
This file was deleted.
Oops, something went wrong.