1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
Go to file
Ralph Metzler 67e36cdef0 fix output buffer check
We have to leave a 188 byte gap between writer
and consumer. So, we need at least 2*188 bytes to be able to write.
2018-01-21 11:54:09 +01:00
apps add flash update for MaxSX8 2017-12-05 19:30:25 +01:00
ddbridge fix output buffer check 2018-01-21 11:54:09 +01:00
ddip initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
docs add link to FW update 2017-12-22 19:19:56 +01:00
dvb-core fix kernel 4.15 compile problems 2018-01-18 01:05:21 +01:00
frontends make get_frontend report current DVB-S2 roll-off 2018-01-16 23:53:13 +01:00
include/linux/dvb remove typedef 2018-01-20 10:37:26 +01:00
.gitignore Add gitignore 2015-08-05 18:37:42 +02:00
CHANGELOG new release 2017-05-17 19:42:25 +02:00
Kbuild initial commit from dddvb-0.9.19c 2015-08-05 17:22:42 +02:00
Makefile dkms compatibility 2017-07-26 02:44:56 +02:00
README.md Readme markup fixed 2017-05-19 16:59:30 +02:00

DDBridge Driver

Patches

We can only accept patches which don't break compilation for older kernels (as far back as 2.6.37).

Prepare for Building

TBD

Building

TBD