mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-27 20:56:55 +00:00
w_scan: update to w_scan-20121111
This commit is contained in:
parent
8003df3222
commit
a08fd28ae4
@ -1,3 +1,6 @@
|
|||||||
|
3.0.2
|
||||||
|
- update to w_scan-20121111
|
||||||
|
|
||||||
3.0.1
|
3.0.1
|
||||||
- bump addon version
|
- bump addon version
|
||||||
|
|
||||||
|
@ -19,8 +19,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="w_scan"
|
PKG_NAME="w_scan"
|
||||||
PKG_VERSION="20120605"
|
PKG_VERSION="20121111"
|
||||||
PKG_REV="1"
|
PKG_REV="2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
PKG_SITE="http://wirbel.htpc-forum.de/w_scan/index2.html"
|
||||||
|
@ -0,0 +1,13 @@
|
|||||||
|
diff --git a/scan.c b/scan.c
|
||||||
|
index c24e256..7eeeb90 100644
|
||||||
|
--- a/scan.c
|
||||||
|
+++ b/scan.c
|
||||||
|
@@ -1816,7 +1816,7 @@ static int set_frontend(int frontend_fd, struct transponder * t) {
|
||||||
|
case SCAN_TERRESTRIAL:
|
||||||
|
set_cmd_sequence(DTV_DELIVERY_SYSTEM, t->param.u.terr.delivery_system);
|
||||||
|
if (t->param.u.terr.delivery_system == SYS_DVBT2) {
|
||||||
|
- set_cmd_sequence(DTV_DVBT2_PLP_ID, t->pids.plp_id);
|
||||||
|
+ set_cmd_sequence(DTV_DVBT2_PLP_ID_LEGACY, t->pids.plp_id);
|
||||||
|
}
|
||||||
|
set_cmd_sequence(DTV_FREQUENCY, t->param.frequency);
|
||||||
|
set_cmd_sequence(DTV_INVERSION, t->param.inversion);
|
Loading…
x
Reference in New Issue
Block a user