Skip to content

Commit

Permalink
Documentation: admin-guide: fix path to input key definitions
Browse files Browse the repository at this point in the history
The UAPI header split failed to update the documentation here; fix things
accordingly.

Signed-off-by: Martin Kepplinger <[email protected]>
Signed-off-by: Jonathan Corbet <[email protected]>
  • Loading branch information
merge authored and Jonathan Corbet committed Mar 13, 2017
1 parent 28a5c96 commit 30e010f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/admin-guide/sysrq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 30e010f

Please sign in to comment.