Searched full:scancode (Results 1 – 17 of 17) sorted by relevance
| /Documentation/userspace-api/media/rc/ |
| D | keytable.c.rst | 39 printf("scancode 0x%04x = %s (0x%02x)\\n", codes[0], p->name, codes[1]); 45 printf("scancode %d = '%c' (0x%02x)\\n", codes[0], codes[1], codes[1]); 47 printf("scancode %d = 0x%02x\\n", codes[0], codes[1]); 70 " %s <device> <scancode> <keycode>\\n" 105 char *scancode, *keycode, s[2048]; 123 scancode=strtok(s,"\\n\\t =:"); 124 if (!scancode) { 125 perror ("parsing input file scancode"); 128 if (!strcasecmp(scancode, "scancode")) { 129 scancode = strtok(NULL,"\\n\\t =:"); [all …]
|
| D | rc-protos.rst | 14 Therefore out the output of the IR decoder is a scancode; a single u32 35 The scancode encoding is *not* consistent with the lirc daemon (lircd) rc5 38 .. flat-table:: rc5 bits scancode mapping 43 - scancode bit 80 schemes. This bit is stored in bit 6 of the scancode, inverted. This is 85 This is much like rc-5 but one bit longer. The scancode is encoded 88 .. flat-table:: rc-5-sz bits scancode mapping 93 - scancode bit 133 .. flat-table:: rc-5x-20 bits scancode mapping 138 - scancode bit [all …]
|
| D | lirc-dev-intro.rst | 52 .. _lirc-mode-scancode: 53 .. _lirc-scancode-flag-toggle: 54 .. _lirc-scancode-flag-repeat: 61 the desired scancode set in the ``scancode`` member, :c:type:`rc_proto` 66 The ``scancode`` field is set to the received scancode and the 68 :c:type:`rc_proto`. If the scancode maps to a valid key code, this is set 77 repeating the entire scancode, the remote sends a shorter message with 78 no scancode, which just means button is held, a "repeat". When this is 79 received, the ``LIRC_SCANCODE_FLAG_REPEAT`` is set and the scancode and 88 (in ``CLOCK_MONOTONIC``) when the scancode was decoded. [all …]
|
| D | lirc-write.rst | 55 When in :ref:`LIRC_MODE_SCANCODE <lirc-mode-scancode>` mode, one 57 ``EINVAL`` is returned. Set the desired scancode in the ``scancode`` member, 61 for the protocol or the scancode is not valid for the specified protocol, 62 ``EINVAL`` is returned. The write function blocks until the scancode
|
| D | rc-sysfs-nodes.rst | 61 Sets the scancode filter expected value. 76 Sets the scancode filter mask of bits to compare. Use in combination 77 with ``/sys/class/rc/rcN/filter`` to set the bits of the scancode which 119 Sets the scancode wakeup filter expected value. Use in combination with 135 Sets the scancode wakeup filter mask of bits to compare. Use in 137 the scancode which should be compared against the expected value to
|
| D | lirc-get-features.rst | 60 that :ref:`LIRC_MODE_SCANCODE <lirc-mode-SCANCODE>` is also supported, 70 .. _LIRC-CAN-REC-SCANCODE: 74 This is a scancode driver for receiving. This means that 75 :ref:`LIRC_MODE_SCANCODE <lirc-mode-SCANCODE>` is used. 152 :ref:`LIRC_MODE_SCANCODE <lirc-mode-SCANCODE>` is also supported for
|
| D | lirc-read.rst | 52 Alternatively, :ref:`LIRC_MODE_SCANCODE <lirc-mode-scancode>` can be available, 56 used for transmission, and ``scancode`` to the decoded scancode,
|
| D | lirc-get-send-mode.rst | 42 :ref:`LIRC_MODE_SCANCODE <lirc-mode-scancode>` are supported by for IR send,
|
| D | lirc-get-rec-mode.rst | 41 :ref:`LIRC_MODE_SCANCODE <lirc-mode-scancode>` are supported.
|
| /Documentation/ABI/testing/ |
| D | sysfs-class-rc | 48 Sets the scancode filter expected value. 63 Sets the scancode filter mask of bits to compare. 65 of the scancode which should be compared against the expected 106 Sets the scancode wakeup filter expected value. 125 Sets the scancode wakeup filter mask of bits to compare. 128 the bits of the scancode which should be compared against the
|
| D | sysfs-class-firmware-attributes | 248 or "scancode". Default is set to "ascii"
|
| /Documentation/admin-guide/media/ |
| D | remote-controller.rst | 15 userspace ("scancode mode"). Other boards return just the pulse/space 18 The support for remote controller in scancode mode is provided by the
|
| /Documentation/firmware-guide/acpi/ |
| D | video_extension.rst | 79 i) For some laptops, when user presses the hotkey, a scancode will be 92 scancode, instead, firmware will notify the video device ACPI node
|
| /Documentation/devicetree/bindings/media/ |
| D | rc.yaml | 19 Specifies the scancode/key mapping table defined in-kernel for
|
| /Documentation/admin-guide/laptops/ |
| D | sony-laptop.rst | 26 generates the scancode 20 (0x14).
|
| /Documentation/input/ |
| D | input-programming.rst | 300 Userspace can query and alter current scancode to keycode mappings using
|
| /Documentation/admin-guide/ |
| D | sysrq.rst | 240 an appropriate scancode sequence, and use ``setkeycodes <sequence> 99`` to map
|