summaryrefslogtreecommitdiff
path: root/shared-core/drm.h
diff options
context:
space:
mode:
authorJon Smirl <jonsmirl@yahoo.com>2004-09-15 00:20:21 +0000
committerJon Smirl <jonsmirl@yahoo.com>2004-09-15 00:20:21 +0000
commit64ef12c55cfca7885108950eb975c4d6625a0570 (patch)
treef0c0464df11507b8e53fce2010ebfeda534d09e1 /shared-core/drm.h
parent03c2e674e43db5fcf4cb4b641005c329c7b343a9 (diff)
Dynamic device minor support. Minor device numbers will be reused if the
device is hotplugged in/out of the system
Diffstat (limited to 'shared-core/drm.h')
-rw-r--r--shared-core/drm.h2
1 files changed, 1 insertions, 1 deletions
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 */