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:
parent
3d63c494d4
commit
53dc0b8905
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user