From e4ac0a23608326673055e4f864a554ee34559250 Mon Sep 17 00:00:00 2001 From: Miguel de Icaza Date: Thu, 31 Jul 1997 23:06:33 +0000 Subject: 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. --- include/linux/miscdevice.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'include/linux/miscdevice.h') 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); -- cgit v1.2.3