mirror of
https://github.com/DigitalDevices/dddvb.git
synced 2023-10-10 13:37:43 +02:00
increase maximum number of minors
This commit is contained in:
parent
186ba6d414
commit
2808cf0d50
@ -59,7 +59,7 @@ static const char * const dnames[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
#ifdef CONFIG_DVB_DYNAMIC_MINORS
|
#ifdef CONFIG_DVB_DYNAMIC_MINORS
|
||||||
#define MAX_DVB_MINORS 256
|
#define MAX_DVB_MINORS 512
|
||||||
#define DVB_MAX_IDS MAX_DVB_MINORS
|
#define DVB_MAX_IDS MAX_DVB_MINORS
|
||||||
#else
|
#else
|
||||||
#define DVB_MAX_IDS 4
|
#define DVB_MAX_IDS 4
|
||||||
|
Loading…
Reference in New Issue
Block a user