libinput/tools/libinput-list-kernel-devices.man
Peter Hutterer 1250407c7c tools: add a libinput list-kernel-devices tool
Same as libinput list-devices, but lists the available event nodes. This
effectively does the same as libinput record without arguments but it's
more obvious in what it is supposed to do and thus easier to point to.

Also, it uses pyudev instead of libevdev so it does not need to run as
root to discover devices.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2022-12-08 10:08:44 +10:00

25 lines
679 B
Groff

.TH libinput-list-kernel-devices "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
.SH NAME
libinput\-list\-kernel\-devices \- list all kernel input devices
.SH SYNOPSIS
.B libinput list\-kernel\-devices [\-\-help]
.SH DESCRIPTION
.PP
The
.B "libinput list\-kernel\-devices"
tool iterates through the list of available kernel devices and prints
their device node and device name.
.SH OPTIONS
.TP 8
.B \-\-help
Print help
.SH NOTES
.PP
A device may be available but not recognized by libinput. This may indicate
a bug with the udev configuration. See the
.B "libinput list\-devices"
tools for the devices recognized by libinput.
.SH LIBINPUT
Part of the
.B libinput(1)
suite