1
0
mirror of https://github.com/DigitalDevices/dddvb.git synced 2023-10-10 13:37:43 +02:00
Go to file
Mandl b2b0105667 Fix compile 4.4.0-104-generic
Ubuntu 16.04.3 LTS

ddbridge-main.c:41:38: error: expected ‘;’ before ‘{’ token
   for_each_pci_msi_entry(entry, dev) {

ddbridge-main.c:52:31: error: dereferencing pointer to incomplete type ‘struct msi_desc’
   if (WARN_ON_ONCE(nr >= entry->nvec_used))
2018-01-05 00:58:22 +01:00
apps add flash update for MaxSX8 2017-12-05 19:30:25 +01:00
ddbridge Fix compile 4.4.0-104-generic 2018-01-05 00:58:22 +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 backwards compatibility 2017-12-11 16:10:37 +01:00
frontends throw a warning on double unlocks 2017-12-12 10:19:52 +01:00
include/linux/dvb add NO_INPUT define and initialize input property to NO_INPUT 2017-12-05 19:25:02 +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