summaryrefslogtreecommitdiffstats
path: root/include/linux/miscdevice.h
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@nuclecu.unam.mx>1997-07-31 23:06:33 +0000
committerMiguel de Icaza <miguel@nuclecu.unam.mx>1997-07-31 23:06:33 +0000
commite4ac0a23608326673055e4f864a554ee34559250 (patch)
treed99d4ec5fa3f3444b8715adebcf4880120dc1a0f /include/linux/miscdevice.h
parent9765588f1533bde5f6af8056525368b301d72989 (diff)
shared memory input queue changes:
- make keyboard forward events to the streams keyboard module for delivery to the shmiq. - Fixes to make the graphics streams driver use dentries (this is the reason Alex's compile failed). - Major/misc numbers that were assigned by HPA for the streamable devices. - keyboard streams device. - working shmiq framework for the keyboard. What needs to be done: - Fix the mouse driver, did someone ever got any information out from /dev/psaux on the SGI port? - Figure out why changes made in the kernel side to the SHMIQ are not always seen by the user space.
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r--include/linux/miscdevice.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/linux/miscdevice.h b/include/linux/miscdevice.h
index 8f4bde9ab..6ea9d896e 100644
--- a/include/linux/miscdevice.h
+++ b/include/linux/miscdevice.h
@@ -13,9 +13,11 @@
#define SUN_OPENPROM_MINOR 139
#define MISC_DYNAMIC_MINOR 255
-#define SGI_GRAPHICS_MINOR 20
-#define SGI_OPENGL_MINOR 21
-#define SGI_GFX_MINOR 22
+#define SGI_GRAPHICS_MINOR 146
+#define SGI_OPENGL_MINOR 147
+#define SGI_GFX_MINOR 148
+#define SGI_STREAMS_MOUSE 149
+#define SGI_STREAMS_KEYBOARD 150
extern int misc_init(void);