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

Increase MAX_DVB_MINORS to 400 in order to handle up to 40 DVB-C/T modules

Each CI module require 2 minor nodes, each DVB-S2 8 and each DVB-C/T
        10. Considering we can put 40 modules in a Flamingo-XL chassis, it means
        we may need up to 400 minor nodes for 40 DVB-C/T modules.
This commit is contained in:
Florent Audebert 2012-03-22 14:47:33 +01:00 committed by Richard Bérichon
parent 3d63c494d4
commit 53dc0b8905

View File

@ -59,7 +59,7 @@ static const char * const dnames[] = {
};
#ifdef CONFIG_DVB_DYNAMIC_MINORS
#define MAX_DVB_MINORS 256
#define MAX_DVB_MINORS 400
#define DVB_MAX_IDS MAX_DVB_MINORS
#else
#define DVB_MAX_IDS 4