Lines Matching +full:linux +full:- +full:event +full:- +full:codes
1 .. SPDX-License-Identifier: GPL-2.0
14 pulse/space sequences and then to scan codes, returning such codes to
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
27 switch the protocol and to test the reception of scan codes;
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
43 Using the event devices (CONFIG_INPUT_EVDEV) it is possible for
44 applications to access the remote via /dev/input/event<n> devices.
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 -------------------
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.