mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #3321 from CvH/9.2/tbs5520se-fix
CrazyCat TBS 5520SE fix
This commit is contained in:
commit
43724a54ce
@ -0,0 +1,22 @@
|
||||
https://bitbucket.org/CrazyCat/linux_media/commits/ebd9c45524383e09d993563f4bd3cc765796b38a/raw
|
||||
https://forum.libreelec.tv/thread/14405-dual-tbs-5520se-libreelec-9-0-0-intel-generic/?postID=110926#post110926
|
||||
fixes TBS5520se scanning of frequencies
|
||||
|
||||
From: CrazyCat
|
||||
Date: Mon, 12 Nov 2018 19:49:55 +0200
|
||||
Subject: [PATCH] si2183: Fixed minimal frequency for DVB-C.
|
||||
|
||||
diff --git a/drivers/media/dvb-frontends/si2183.c b/drivers/media/dvb-frontends/si2183.c
|
||||
index f1cc0da..333abd0 100644
|
||||
--- a/drivers/media/dvb-frontends/si2183.c
|
||||
+++ b/drivers/media/dvb-frontends/si2183.c
|
||||
@@ -1335,7 +1335,7 @@ static int si2183_set_property(struct dvb_frontend *fe,
|
||||
break;
|
||||
case SYS_DVBC_ANNEX_A:
|
||||
case SYS_DVBC_ANNEX_B:
|
||||
- fe->ops.info.frequency_min_hz = 470 * MHz;
|
||||
+ fe->ops.info.frequency_min_hz = 47 * MHz;
|
||||
fe->ops.info.frequency_max_hz = 862 * MHz;
|
||||
fe->ops.info.frequency_stepsize_hz = 62500;
|
||||
break;
|
||||
|
@ -0,0 +1,22 @@
|
||||
https://bitbucket.org/CrazyCat/linux_media/commits/ebd9c45524383e09d993563f4bd3cc765796b38a/raw
|
||||
https://forum.libreelec.tv/thread/14405-dual-tbs-5520se-libreelec-9-0-0-intel-generic/?postID=110926#post110926
|
||||
fixes TBS5520se scanning of frequencies
|
||||
|
||||
From: CrazyCat
|
||||
Date: Mon, 12 Nov 2018 19:49:55 +0200
|
||||
Subject: [PATCH] si2183: Fixed minimal frequency for DVB-C.
|
||||
|
||||
diff --git a/drivers/media/dvb-frontends/si2183.c b/drivers/media/dvb-frontends/si2183.c
|
||||
index f1cc0da..333abd0 100644
|
||||
--- a/drivers/media/dvb-frontends/si2183.c
|
||||
+++ b/drivers/media/dvb-frontends/si2183.c
|
||||
@@ -1335,7 +1335,7 @@ static int si2183_set_property(struct dvb_frontend *fe,
|
||||
break;
|
||||
case SYS_DVBC_ANNEX_A:
|
||||
case SYS_DVBC_ANNEX_B:
|
||||
- fe->ops.info.frequency_min_hz = 470 * MHz;
|
||||
+ fe->ops.info.frequency_min_hz = 47 * MHz;
|
||||
fe->ops.info.frequency_max_hz = 862 * MHz;
|
||||
fe->ops.info.frequency_stepsize_hz = 62500;
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user