mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-01-20 10:00:28 +01:00
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>
25 lines
679 B
Groff
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
|