Lines Matching +full:linux +full:- +full:keycodes
1 .. SPDX-License-Identifier: GPL-2.0
19 standard Linux input layer. The support for raw mode is provided via LIRC.
22 the `v4l-utils <https://git.linuxtv.org/v4l-utils.git/>`_. It provides
25 - ir-keytable: provides a way to query the remote controller, list the
26 protocols it supports, enable in-kernel support for IR decoder or
29 - ir-ctl: provide tools to handle remote controllers that support raw mode
32 Usually, the remote controller module is auto-loaded when the TV card is
34 ir-kbd-i2c module.
39 The modules register the remote as keyboard within the linux input
46 the `v4l-utils <https://git.linuxtv.org/v4l-utils.git/>`_, it may also
48 `v4l-utils <https://git.linuxtv.org/v4l-utils.git/>`_ ir-keytable.1
51 The ir-keytable tool is nice for trouble shooting, i.e. to check
59 ----------------
62 linux input layer (via event device). It also supports receiving IR codes
67 -------------------
69 Xorg recognizes several IR keycodes that have its numerical value lower
71 and should now accept all keycodes. Yet, you may want to just reassign
72 the keycodes to something that your favorite media application likes.
75 `v4l-utils <https://git.linuxtv.org/v4l-utils.git/>`_ to load your own
76 keytable in runtime. Please read ir-keytable.1 man page for details.