From 64ef12c55cfca7885108950eb975c4d6625a0570 Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Wed, 15 Sep 2004 00:20:21 +0000 Subject: Dynamic device minor support. Minor device numbers will be reused if the device is hotplugged in/out of the system --- shared-core/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core') diff --git a/shared-core/drm.h b/shared-core/drm.h index 265c5c32..f9469129 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -112,7 +112,7 @@ #if defined(__linux__) || defined(__NetBSD__) #define DRM_MAJOR 226 #endif -#define DRM_MAX_MINOR 15 +#define DRM_MAX_MINOR 255 #endif #define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */ #define DRM_MIN_ORDER 5 /**< At least 2^5 bytes = 32 bytes */ -- cgit v1.2.3