blob: b389d265e9d4dd6728d88c10a618208dc88135d4 (
plain)
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
|
.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. By default this tool lists evdev event nodes.
.SH OPTIONS
.TP 8
.B \-\-help
Print help
.TP 8
.B \-\-hid
List HID devices instead of evdev device nodes
.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
|