2022-12-08 09:41:14 +10:00
|
|
|
.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
|
2022-12-08 09:59:39 +10:00
|
|
|
their device node and device name. By default this tool lists evdev event nodes.
|
2022-12-08 09:41:14 +10:00
|
|
|
.SH OPTIONS
|
|
|
|
|
.TP 8
|
|
|
|
|
.B \-\-help
|
|
|
|
|
Print help
|
2022-12-08 09:59:39 +10:00
|
|
|
.TP 8
|
|
|
|
|
.B \-\-hid
|
|
|
|
|
List HID devices instead of evdev device nodes
|
2022-12-08 09:41:14 +10:00
|
|
|
.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
|