diff options
Diffstat (limited to 'include/linux/miscdevice.h')
-rw-r--r-- | include/linux/miscdevice.h | 8 |
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); |