diff options
Diffstat (limited to 'include/linux/tty.h')
-rw-r--r-- | include/linux/tty.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tty.h b/include/linux/tty.h index 589fc6b88..bc3ec7d27 100644 --- a/include/linux/tty.h +++ b/include/linux/tty.h @@ -78,7 +78,7 @@ extern struct screen_info screen_info; #define VIDEO_TYPE_SUN 0x50 /* Sun frame buffer. */ -#define VIDEO_TYPE_SGI 0x60 /* Various SGI graphics hardware */ +#define VIDEO_TYPE_SGI 0x61 /* Various SGI graphics hardware */ /* * This character is the same as _POSIX_VDISABLE: it cannot be used as |