libinput-list-kernel-devices.man 789 B

12345678910111213141516171819202122232425262728
  1. .TH libinput-list-kernel-devices "1" "" "libinput @LIBINPUT_VERSION@" "libinput Manual"
  2. .SH NAME
  3. libinput\-list\-kernel\-devices \- list all kernel input devices
  4. .SH SYNOPSIS
  5. .B libinput list\-kernel\-devices [\-\-help]
  6. .SH DESCRIPTION
  7. .PP
  8. The
  9. .B "libinput list\-kernel\-devices"
  10. tool iterates through the list of available kernel devices and prints
  11. their device node and device name. By default this tool lists evdev event nodes.
  12. .SH OPTIONS
  13. .TP 8
  14. .B \-\-help
  15. Print help
  16. .TP 8
  17. .B \-\-hid
  18. List HID devices instead of evdev device nodes
  19. .SH NOTES
  20. .PP
  21. A device may be available but not recognized by libinput. This may indicate
  22. a bug with the udev configuration. See the
  23. .B "libinput list\-devices"
  24. tools for the devices recognized by libinput.
  25. .SH LIBINPUT
  26. Part of the
  27. .B libinput(1)
  28. suite