~libv4l/libv4l/dev

Viewing all changes in revision 5016.

  • Committer: Sean Young
  • Author(s): Vince Ricosti
  • Date: 2023-11-07 09:13:26 UTC
  • Revision ID: git-v1:fcf62ab17d69bc9ddb59e8d0ee7a8b56d9eba336
keytable: fix repeat formatting

Here is a dump of ir-keytable output:

Found /sys/class/rc/rc0/ with:
        Name: gpio_ir_recv
        Driver: gpio_ir_recv
        Default keymap: rc-rc6-mce
        Input device: /dev/input/event0
        LIRC device: /dev/lirc1
        Attached BPF protocols: Operation non permise
        Supported kernel protocols: lirc rc-5 rc-5-sz jvc sony nec sanyo mce_kbd rc-6 sharp xmp imon
        Enabled kernel protocols: lirc sony
        bus: 25, vendor/product: 0001:0001, version: 0x0100
        Repeat delay = 500 ms, repeat period = 125 ms

The last line does not respect the key: value syntax because we have

Repeat delay = 500 ms, repeat period = 125 ms
instead of
Repeat delay: 500 ms, repeat period: 125 ms

Signed-off-by: Vince Ricosti <vricosti@outlook.com>
Signed-off-by: Sean Young <sean@mess.org>

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: