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

768 Commits

Author SHA1 Message Date
Ralph Metzler
e11c70c118 support Winbond flash 2019-01-10 17:11:55 +01:00
Ralph Metzler
c914fc9b13 Merge branch 'internal' 2018-12-05 10:55:35 +01:00
Ralph Metzler
67f0820a53 use default FPGA image values 2018-11-19 19:10:29 +01:00
Ralph Metzler
448b07091d initial support for SDR IQ card 2018-10-07 18:07:14 +02:00
Ralph Metzler
dc45a08c10 add more delivery systems for M4 2018-09-28 00:28:18 +02:00
Ralph Metzler
0fa1f815c5 remove debugging messages 2018-09-28 00:27:58 +02:00
Ralph Metzler
bbb551ce8a disable debuging messages 2018-09-28 00:27:09 +02:00
Ralph Metzler
21aefddd4b Merge branch 'internal' 2018-09-17 15:31:25 +02:00
Ralph Metzler
42a0b24511 use unified MCI defines 2018-09-17 15:30:21 +02:00
Ralph Metzler
405eb3e5b4 Merge branch 'internal' 2018-09-17 14:35:04 +02:00
Ralph Metzler
0d8987862f add libdddvb 2018-09-17 13:46:27 +02:00
Ralph Metzler
010cdf1ce8 adapt to latest M4 firmware 2018-09-17 13:46:27 +02:00
Ralph Metzler
f17d1e8ee1 experimental adapter alloc type 4 for one adapter per GT link 2018-09-17 13:46:27 +02:00
Ralph Metzler
821793ec96 use octopus type for GT mini 2018-09-17 13:46:27 +02:00
Ralph Metzler
f670b28603 no input callback for M4 card 2018-09-17 13:46:27 +02:00
Ralph Metzler
7e0b402256 add GT mini support 2018-09-17 13:46:27 +02:00
drmocm
065dd1a238 include version.h in dmxdev.c 2018-09-10 09:50:47 +02:00
drmocm
f291491231 include version.h in dmxdev.c to fix compilation error 2018-09-10 08:25:01 +02:00
Ralph Metzler
03ce6c980c new release 0.9.36 2018-08-16 12:14:24 +02:00
Ralph Metzler
b52eb4bd17 add ids and structs for Octopus GT Mini 2018-08-13 15:05:43 +02:00
Ralph Metzler
bf3cad1094 override stv0910 cards to slower TS speed if not on latest firmware. 2018-08-10 08:48:01 +02:00
Ralph Metzler
bc2e1a39ff add tsspeed override 2018-08-10 08:47:29 +02:00
Ralph Metzler
21f00bd922 print correct card name 2018-08-09 15:49:21 +02:00
Julian Scheel
6089b4f5c2 wip: stv0910: Adapt symbolrate in blindscan mode
The blindscan mode searches for a symbolrate-range of +/-25% around the
given start value. To ensure that the highes scanned symbolrate could be
received at all the frontend must be configured to set the
basebandfilter for this symbolrate. Thus increase the symbolrate which
is given to the frontend by 25%.
2018-07-28 14:12:59 +02:00
Julian Scheel
8521ce4753 wip: stv0910: Add blindscan mode
Allow to use the AEP blind scan mode, which autodetects symbol rate
within a +/-25% range of the given symbol rate. Currently this is
enabled by using the lsb of symbol rate as a flag. This is hackish and
shall better be replaced by a dedicated dtv property.
2018-07-28 12:47:18 +02:00
Ralph Metzler
06aecc3d66 new release because of bugfix 2018-07-24 14:47:15 +02:00
rjkm
e6b06c1f3d
Merge pull request #33 from dmarion/fix
Remove double spinlock unlock
2018-07-24 14:20:09 +02:00
Damjan Marion
cf77db4fcd Remove double spinlock unlock
This is causing crash on some platforms, observed on arm64.
2018-07-24 13:31:02 +02:00
Ralph Metzler
ce99c601f8 new release version 0.9.34 2018-07-24 11:58:02 +02:00
Ralph Metzler
43ab548777 Ensure CAM stability after reset
Wait 2 secs in low level CI reset function as some CAMs become crazy
if we talk to them just after the reset (SmarDTV / TDT Premium).

from: faudebert-anevia authored and Richard Bérichon committed on Apr 2, 2012
2018-07-20 13:18:27 +02:00
Ralph Metzler
2808cf0d50 increase maximum number of minors 2018-07-18 09:45:07 +02:00
Ralph Metzler
186ba6d414 change clock phase to prevent cross-talk on some hardware
(this value is better than the previously suggested change to 0xe0)
2018-07-18 09:41:24 +02:00
Ralph Metzler
f570b2e071 add more frontend statistics 2018-06-29 12:48:12 +02:00
Ralph Metzler
32f46389be adjust to latest MCI upstream drivers 2018-06-23 16:52:22 +02:00
Ralph Metzler
4b68bcad91 add MaxM4 ID 2018-06-23 16:47:10 +02:00
Ralph Metzler
1ad4dfacd1 remove leftover smp_load_acquire() for older kernels 2018-06-23 16:46:00 +02:00
Ralph Metzler
f7772c7a88 allow fmode 4 2018-06-23 16:44:16 +02:00
Ralph Metzler
6219e19ece add support for MaxM4 2018-06-23 16:43:29 +02:00
Ralph Metzler
192a4ad20d add wrappers to pacify Sparse 2018-05-28 16:41:11 +02:00
Ralph Metzler
e13cec82e4 Return correct frequency
Signed-off-by: Julian Scheel <julian@jusst.de>
2018-05-28 16:40:43 +02:00
Ralph Metzler
d13416157c remove unused offs 2018-05-28 16:40:02 +02:00
Ralph Metzler
755f502602 set array size to 4 2018-05-28 16:39:42 +02:00
Ralph Metzler
a05d1852a3 Set modulation to QPSK for DVB-S
Signed-off-by: Julian Scheel <julian@jusst.de>
2018-05-28 16:39:21 +02:00
Ralph Metzler
1e15f5474d add templX for sensors on GT link cards 2018-05-25 23:05:26 +02:00
Ralph Metzler
9c1fc648dc stop frontend on sleep and input changes 2018-05-25 23:04:25 +02:00
Ralph Metzler
2e5056c4a1 add temperature attribute for MCI cards 2018-05-25 00:12:31 +02:00
Ralph Metzler
1b89edb4b1 missing parts of previous patch 2018-05-25 00:11:03 +02:00
Ralph Metzler
875a768266 properly support frontend input switching for MAX SX8 2018-05-25 00:09:50 +02:00
Ralph Metzler
09c068c74c remove wrong strength conversion 2018-05-25 00:08:27 +02:00
Ralph Metzler
c471123f17 style cleanup 2018-05-24 11:04:59 +02:00