1
0
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:
Ralph Metzler 2018-07-18 09:45:07 +02:00
parent 186ba6d414
commit 2808cf0d50

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 512
#define DVB_MAX_IDS MAX_DVB_MINORS
#else
#define DVB_MAX_IDS 4