* [PATCH] console_ioctl.4: Add K_OFF keyboard mode
@ 2016-10-10 20:47 Miroslav Koskar
[not found] ` <20161010204700.GA2111-B9lWeqBdd0FBDgjK7y7TUQ@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Miroslav Koskar @ 2016-10-10 20:47 UTC (permalink / raw)
To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA
[-- Attachment #1: Type: text/plain, Size: 512 bytes --]
In addition to the already documented keyboard modes (K_RAW, K_XLATE,
K_MEDIUMRAW, and K_UNICODE) there is also K_OFF one, defined for
KDGKBMODE and KDSKBMODE ioctl requests in <linux/kd.h>.
---
man4/console_ioctl.4 | 1 +
1 file changed, 1 insertion(+)
diff --git a/man4/console_ioctl.4 b/man4/console_ioctl.4
index bb138ea..7f2e12b 100644
--- a/man4/console_ioctl.4
+++ b/man4/console_ioctl.4
@@ -371,6 +371,7 @@ K_RAW 0x00
K_XLATE 0x01
K_MEDIUMRAW 0x02
K_UNICODE 0x03
+K_OFF 0x04
.TE
.TP
.B KDSKBMODE
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 801 bytes --]
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-10-12 6:52 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-10 20:47 [PATCH] console_ioctl.4: Add K_OFF keyboard mode Miroslav Koskar
[not found] ` <20161010204700.GA2111-B9lWeqBdd0FBDgjK7y7TUQ@public.gmane.org>
2016-10-12 6:52 ` Michael Kerrisk (man-pages)
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.