1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00

10 Commits

Author SHA1 Message Date
Florent Audebert
3c05e73692 Don't stop demod when issuing DiSEqC or Tone Burst commands
This may prevent locking depending on which order are called tuning
and DiSEqC commands.

Here are comments from Ralph (Digital Devices):

The macro stops the demod, because a sudden loss of signal, like
you get when switching inputs with diseqc command, can cause the
TS output section in the stv0900 to lose packets on the other demod.
But this does not happen very often (see errrata of stv0900).
I guess it depends on in what order you use diseqc and tuning that it
could cause trouble.
2018-07-12 15:40:38 +02:00
Florent Audebert
b53ad2c450 Enhance signal strength reporting for DVB-S1/S2 modules
Updated RF lookup table with fine grained values for better
precision. Listing has been made using a Dektec DTA-107 as source
and Promax TV Explorer for measurements.
2018-07-12 15:40:19 +02:00
Ralph Metzler
4f136e5659 change pls to official scrambling_sequence_index 2018-01-16 23:50:40 +01:00
Ralph Metzler
1c22a07eaa adapt dvb-core, includes and affected files to mainline 4.14-rc2 2017-09-26 22:09:05 +02:00
Ralph Metzler
3e67af1b5b remove old commented out buggy codepath 2017-09-07 21:55:56 +02:00
Ralph Metzler
838eb620ba write register with mode last 2017-08-25 22:07:43 +02:00
Ralph Metzler
e2db17b04e always interpret pls code as gold code 2016-07-31 21:40:22 +02:00
Ralph Metzler
86d9ce8f11 support new API signal strength and SNR
support get_frontend()
start support for BER
2016-07-07 22:42:12 +02:00
Ralph Metzler
9d0400d81a - implement fixes from current kernel driver
- add support for pls
2016-06-16 18:10:25 +02:00
mvoelkel
9e2128c4fb initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00