Blame SOURCES/40-libinput.conf

113566
# Match on all types of devices but tablet devices and joysticks
113566
Section "InputClass"
113566
        Identifier "libinput pointer catchall"
113566
        MatchIsPointer "on"
113566
        MatchDevicePath "/dev/input/event*"
113566
        Driver "libinput"
113566
EndSection
113566
113566
Section "InputClass"
113566
        Identifier "libinput keyboard catchall"
113566
        MatchIsKeyboard "on"
113566
        MatchDevicePath "/dev/input/event*"
113566
        Driver "libinput"
113566
EndSection
113566
113566
Section "InputClass"
113566
        Identifier "libinput touchpad catchall"
113566
        MatchIsTouchpad "on"
113566
        MatchDevicePath "/dev/input/event*"
113566
        Driver "libinput"
113566
EndSection
113566
113566
Section "InputClass"
113566
        Identifier "libinput touchscreen catchall"
113566
        MatchIsTouchscreen "on"
113566
        MatchDevicePath "/dev/input/event*"
113566
        Driver "libinput"
113566
EndSection
113566