From baf6737ea91d93d79d7d464fab14bda91619faee Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 12 Oct 2016 08:50:13 +0200 Subject: [PATCH] console_ioctl.4: Add brief descriptive text for KDGKBMODE modes Signed-off-by: Michael Kerrisk --- man4/console_ioctl.4 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4 index 7f2e12bb7..86c5e4b37 100644 --- a/man4/console_ioctl.4 +++ b/man4/console_ioctl.4 @@ -367,11 +367,12 @@ which is set to one of these: .TS l l. -K_RAW 0x00 -K_XLATE 0x01 -K_MEDIUMRAW 0x02 -K_UNICODE 0x03 -K_OFF 0x04 +K_RAW 0x00 /* Raw (scancode) mode */ +K_XLATE 0x01 /* Translate keycodes using keymap */ +K_MEDIUMRAW 0x02 /* Medium raw (scancode) mode */ +K_UNICODE 0x03 /* Unicode mode */ +K_OFF 0x04 /* Disabled mode; since Linux 2.6.39 */ +.\" K_OFF: commit 9fc3de9c83565fcaa23df74c2fc414bb6e7efb0a .TE .TP .B KDSKBMODE