Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1598581
| From | Martin Kepplinger <martink@posteo.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 3/4] Documentation: admin-guide: fix path to input key definitions |
| Date | 2017-03-12 13:00 +0100 |
| Message-ID | <tkaki-Zu-21@gated-at.bofh.it> (permalink) |
| References | <tkakh-Zu-1@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The UAPI header split failed to update the documentation here; fix things accordingly. Signed-off-by: Martin Kepplinger <martink@posteo.de> --- Documentation/admin-guide/sysrq.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Documentation/admin-guide/sysrq.rst b/Documentation/admin-guide/sysrq.rst index d1712ea..7b9035c 100644 --- a/Documentation/admin-guide/sysrq.rst +++ b/Documentation/admin-guide/sysrq.rst @@ -212,7 +212,8 @@ I hit SysRq, but nothing seems to happen, what's wrong? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ There are some keyboards that produce a different keycode for SysRq than the -pre-defined value of 99 (see ``KEY_SYSRQ`` in ``include/linux/input.h``), or +pre-defined value of 99 +(see ``KEY_SYSRQ`` in ``include/uapi/linux/input-event-codes.h``), or which don't have a SysRq key at all. In these cases, run ``showkey -s`` to find an appropriate scancode sequence, and use ``setkeycodes <sequence> 99`` to map this sequence to the usual SysRq code (e.g., ``setkeycodes e05b 99``). It's -- 2.1.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 1/4] Documentation: hid: fix path to input bus definitions Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100 [PATCH 4/4] Documentation: input: fix path to struct ff_effect's definition Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100 [PATCH 2/4] Documentation: input: fix path to input code defnitions Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100 [PATCH 3/4] Documentation: admin-guide: fix path to input key definitions Martin Kepplinger <martink@posteo.de> - 2017-03-12 13:00 +0100 Re: [PATCH 1/4] Documentation: hid: fix path to input bus definitions Jonathan Corbet <corbet@lwn.net> - 2017-03-14 00:20 +0100
csiph-web