From 53dc0b8905d2c3f65a5634246ee3acbeb83de24f Mon Sep 17 00:00:00 2001 From: Florent Audebert Date: Thu, 22 Mar 2012 14:47:33 +0100 Subject: [PATCH] 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. --- dvb-core/dvbdev.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvb-core/dvbdev.c b/dvb-core/dvbdev.c index 1a91f0a..f02b7a5 100644 --- a/dvb-core/dvbdev.c +++ b/dvb-core/dvbdev.c @@ -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