usbutils 017 release

Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
3 files changed
tree: fcef00cefe499de4129ba51b0805ec76e3c35f19
  1. LICENSES/
  2. usbhid-dump/
  3. .gitignore
  4. .gitmodules
  5. .travis.yml
  6. autogen.sh
  7. configure.ac
  8. desc-defs.c
  9. desc-defs.h
  10. desc-dump.c
  11. desc-dump.h
  12. list.h
  13. lsusb-t.c
  14. lsusb.8.in
  15. lsusb.c
  16. lsusb.h
  17. lsusb.py.in
  18. Makefile.am
  19. names.c
  20. names.h
  21. NEWS
  22. README.md
  23. sysfs.c
  24. sysfs.h
  25. travis-autogen.sh
  26. usb-devices
  27. usb-devices.1.in
  28. usb-spec.h
  29. usbhid-dump.8.in
  30. usbmisc.c
  31. usbmisc.h
  32. usbreset.c
  33. usbutils.pc.in
  34. usbutils.spdx
README.md

usbutils

This is a collection of USB tools for use on Linux and BSD systems to query what type of USB devices are connected to the system. This is to be run on a USB host (i.e. a machine you plug USB devices into), not on a USB device (i.e. a device you plug into a USB host.)

Building and installing

Note, usbutils depends on libusb, be sure that library is properly installed first.

To work with the “raw” repo, after cloning it just do:

./autogen.sh

Or if you like doing things “by hand” you can try the following:

Get the usbhid-dump git submodule:

git submodule init
git submodule update

Initialize autobuild with:

autoreconf --install --symlink

Configure the project with:

./configure

Build everything with:

make

Install it, if you really want to, with:

make install

Source location

The source for usbutils can be found in many places, depending on the git hosting site you prefer. Here are the primary locations, in order of preference by the maintainer:

https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git/
https://git.sr.ht/~gregkh/usbutils
https://github.com/gregkh/usbutils