This file is indexed.

/usr/share/lirc/configs/kernel-drivers.yaml is in lirc 0.10.0-2.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
#
#  This file is a static file reflecting some kernel drivers. There
#  are two reasons to list a driver here. The first is if it is in
#  the staging area and thus might be missing on a system. The second
#  is if it needs manual configuration hints (modinit, modprobe).
#  The actually usable drivers are determined in runtime using modinfo(1),
#

drivers:
    default:
        device_hint:     /dev/lirc*
        type:            mode2
        can_send:        yes

    igorplugusb:
        device_hint:     /dev/lirc*
        type:            mode2
        can_send:        yes
        modinit:         modprobe igorplugusb

    ati_remote:
        device_hint:     /dev/lirc*
        modinit:         modprobe ati_remote
        type:            code
        can_send:        no

    lirc_bt829:
        device_hint:     /dev/lirc*
        modinit:         modprobe lirc_bt829
        type:            code
        can_send:        no

    lirc_parallel:
        device_hint:     /dev/lirc*
        modinit:         modprobe lirc_parallel
        type:            mode2
        can_send:        yes

    lirc_sasem:
        id:              sasem
        device_hint:     /dev/lirc*
        modinit:         modprobe lirc_sasem
        type:            mode2
        can_send:        yes

    lirc_serial:
        device_hint:     /dev/lirc*
        type:            mode2
        modinit:         modprobe lirc_serial
        can_send:        yes

    lirc_sir:
        id:              sir
        device_hint:     /dev/lirc*
        modinit:         modprobe lirc_sir
        type:            mode2
        can_send:        yes

    lirc_gpio:
        device_hint:     /dev/lirc*
        modinit:         modprobe gpio-ir-recv
        type:            mode2
        can_send:        no